aboutsummaryrefslogtreecommitdiffstats
path: root/editors/coedit
Commit message (Collapse)AuthorAgeFilesLines
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-051-0/+1
| | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
* Fix build by adding chm to USE_FPCantoine2018-02-221-1/+1
| | | | Reported by: pkg-fallout
* - Update to 3.6.1acm2018-02-032-4/+4
|
* - Update to 3.6.0acm2018-02-012-7/+13
| | | | - Add QT5 option
* Convert (again) every usage of https://github.com/.../archive/xxx to USE_GITHUB.mat2017-07-262-6/+7
| | | | | Pointy hat: acm Sponsored by: Absolight
* - Fix D_LIB_DIR path on patch fileacm2017-07-231-1/+1
|
* - Add new RUN_DEPENDS (dfmt and dlang-tools )acm2017-07-233-5/+66
| | | | | | - Fix a problem detecting compiler path. - Fix typos - Bump PORTREVISION
* - New port: editors/coeditacm2017-07-225-0/+153
Coedit is an IDE for the D programming language, its compilers, tools and libraries. - available for Windows, Linux and FreeBSD. - supports all the D compilers (DMD-GDC-LDC). - supports the DUB projects (JSON + SDL) and also Coedit own project format. - support the DUB scripts (aka single file packages) and Coedit own script format (aka runnable modules). - full D Completion Daemon integration (completion, ddoc display, call tips, jump to declaration, rename identifier). - Dynamic D-Scanner linting with results displayed in the editor gutter. - single click to compile and to unittest a module. - advanced editor with D2 syntax highlighter, folds, regions, identifier markup, macros, sync-edit, etc. - edition helpers: comment blocks, local identifier renaming, brace auto-closing, ddoc templates, etc. - Explorable list of symbols of the current module. - static libraries manager that supports auto-registration from local DUB projects, from online DUB packages or from Coedit custom project format. - todo list based on the todo comments located in a project or in the current source. - user-defined tools powered by a string interpolation system. - mini file browser, dfmt interface, search & replace and more WWW: https://github.com/BBasile/Coedit