Commit Graph

1753 Commits

Author SHA1 Message Date
Basile Burg 51b70a8d76 remove travis-lazarus 2016-07-10 03:02:47 +02:00
Basile Burg a285186121 rename parameters that are prefixed
aValue, aFilename, etc
2016-07-10 01:44:36 +02:00
Basile Burg 21f181aa10 prevent unsaved message when just config index is modified 2016-07-10 00:33:38 +02:00
Basile Burg 1a4240fe9e use same naming convention for version.txt and git tags 2016-07-09 21:35:00 +02:00
Basile Burg ad8ba83fcd rename ICEMultiDocObserver -> ICEDocumentObserver
+ improve interfaces documentation
2016-07-09 04:11:22 +02:00
Basile Burg 18dbf04d22 projects group, attach the FSP to the new group when it contains the the FSP 2016-07-09 03:49:41 +02:00
Basile Burg c46e7fa7ad libman, prevent alias conflicts 2016-07-08 02:56:43 +02:00
Basile Burg e873bfb483 add option to redirect to new rlz page, close #86 2016-07-08 02:35:02 +02:00
Basile Burg 9c50cfa789 add string helper to convert to int 2016-07-08 02:34:30 +02:00
Basile Burg be6ea9d712 libman, output a message when a library item is selected but deactivated 2016-07-07 20:52:01 +02:00
Basile Burg b86e65cba0 interface, add more message contexts 2016-07-07 20:51:05 +02:00
Basile Burg 44b2ed66f1 docking, set MW event when new widgets are docked 2016-07-07 09:07:15 +02:00
Basile Burg 1be94f8095 remove any invalid project from group after reloading 2016-07-07 07:57:08 +02:00
Basile Burg a6997859f0 lock project-related actions when compiling + add title to dialogs 2016-07-07 07:42:45 +02:00
Basile Burg 29f264cb18 openfile, allow to add several files from dialog 2016-07-07 07:14:58 +02:00
Basile Burg 18233aa775 projects group, prevent a useless free-standing-project protection
the FSP remains a FSP even when a group is opened
2016-07-06 06:59:39 +02:00
Basile Burg 89bf138285 projects group, allow to add several files from dialog 2016-07-06 06:52:43 +02:00
Basile Burg 614f6bdc21 better prot against a previous bug 2016-07-06 06:52:17 +02:00
Basile Burg 16035ef8b3 finely tweaked the settings applied on first execution 2016-07-06 04:35:49 +02:00
Basile Burg 4e6dacf81e fix, crash on exit, av in todolist widget 2016-07-06 03:33:31 +02:00
Basile Burg 7e7d50c703 fix, default todo list options + add splitter scrollspeed option 2016-07-06 03:26:57 +02:00
Basile Burg 90d541639d libman, DUB fetch, support for dl the latest tag, close #57
+ fix wrong usage of upgrade
2016-07-06 01:24:15 +02:00
Basile Burg 7f1bba9094 improve detection of invalid auto close pair 2016-07-05 17:50:37 +02:00
Basile Burg 5931ce7ca9 add option to auto close a few pair of symbols, close #85 2016-07-05 08:42:54 +02:00
Basile Burg 2c7f681c58 Allow to customize the DUB build commands... close #63 2016-07-05 08:42:05 +02:00
Basile Burg 7b9da4fe99 import ana in runnables use dastworx
+ fix interface of several functions: TStringList -> TStrings
+ separate  unit for the calls to dastworx
2016-07-05 01:11:53 +02:00
Basile Burg e27d216bf6 dastworx, two issues
+ prevent ast errors to be written to std streams
+ stream not flushed, caused incomplete results after import ana
2016-07-05 01:10:10 +02:00
Basile Burg e7d545bcad prevent range error when hashing 2016-07-04 20:37:03 +02:00
Basile Burg 029f9bd751 libman, uses dastworx to analyze the library imports 2016-07-04 20:36:40 +02:00
Basile Burg 31d2f6d724 dastworx, add support for listing imports of several files
+ always include the module name on the first line
2016-07-04 20:36:05 +02:00
Basile Burg 4ea80a8ac4 use fnv1a in fcl-stl 2016-07-04 09:25:44 +02:00
Basile Burg d92390471d dcd integration, cache imports in a hashset 2016-07-04 08:31:50 +02:00
Basile Burg 7aae871188 libman, import ana, handle item supression 2016-07-04 08:31:26 +02:00
Basile Burg c35cc3c92c fix file protocol and anchors, close #80 (not for changelog) 2016-07-04 05:44:08 +02:00
Basile Burg d9c8fcce06 fix, renaming failed in ifdef block 2016-07-04 04:16:45 +02:00
Basile Burg e1846a9466 libman, use hashset and hash map to speed up the selection of the items, close #77 2016-07-04 03:12:12 +02:00
Basile Burg 94eddd0ca8 dastworks, fix several issues
+ spped up compilation, disable inlining
+ improve todolist & symlist streams size
+ deep option of the symlist was broken
2016-07-03 21:27:41 +02:00
Basile Burg 693c1324f8 cesetup, perfs, resources duplicated by non-ref foreach 2016-07-03 18:45:23 +02:00
Basile Burg fbc1ce9aaa Merge branch 'master' of https://github.com/BBasile/Coedit 2016-07-03 06:43:34 +02:00
Basile Burg 6d70c3e597 fix #83, new line insterted after reloading doc 2016-07-03 06:42:35 +02:00
Basile Burg 989d2ceca5 dastworx, add win build script 2016-07-02 23:25:27 +02:00
Basile Burg 3b6b3c4d65 dastworx, add linux script + update md 2016-07-02 20:06:59 +02:00
Basile Burg 0560e0c789 dastworx, add submodule iz and update ce project, close #82 2016-07-02 17:21:38 +02:00
Basile Burg 712a89c442 cesetup, updated for dastworx 2016-07-02 17:10:42 +02:00
Basile Burg b5527845c4 dastworx, define the bad versions 2016-07-02 16:54:05 +02:00
Basile Burg 8cc08276db dastworx, fixme not detected anymore + add support for "//note:" 2016-07-02 16:01:48 +02:00
Basile Burg fcb76a4097 replace cetodo by dastworx, #82 2016-07-02 08:23:05 +02:00
Basile Burg afa35e11d1 replace cesyms by dastworx, #82 2016-07-02 07:20:09 +02:00
Basile Burg c5e1cf513a use dastworx to detect main(), fixup #79
without the imports it was not possible to use DMD
2016-07-02 07:07:03 +02:00
Basile Burg 44bf535c11 start the unified background tool 2016-07-02 00:17:25 +02:00