Commit Graph

2666 Commits

Author SHA1 Message Date
Basile Burg 4eb691225f rlz 2018-07-04 06:22:45 +02:00
Basile Burg 7afe6a8321 editor, gives a hint about indentation to choose when mixed style is detected 2018-07-03 15:39:04 +02:00
Basile Burg 32e03e9a9b Also prevent brace auto closing with ctrl when invoked directly 2018-07-03 14:42:37 +02:00
Basile Burg ef2ca016ff improve curly brace auto-closing and support CTRL to skip auto closing, clsoe #342 2018-07-03 13:48:53 +02:00
Basile Burg e4fd4d7672 update submodules 2018-07-03 13:31:54 +02:00
Basile Burg 3059dc36e7 style, prefer always semicolon on last statement of the block 2018-07-03 10:53:29 +02:00
Basile Burg 38e4e41abb planned maintenance for bug #293
xref ab68e7287e
2018-07-03 10:52:45 +02:00
Basile Burg e2118ceabc add diloag to create new dub project, deactivated for now
see added comment in main.pas
2018-07-03 09:44:39 +02:00
Basile Burg 1b2371a55e Revert latest commits related to processes output, reopen #336 2018-07-02 22:47:00 +02:00
Basile Burg aec8d9bdb0 fix #340 - Linker messages cause coedit lock 2018-07-02 07:26:52 +02:00
Basile Burg 39378d7a47 insert already calls contains 2018-07-02 01:02:42 +02:00
Basile Burg ba80b6e828 d2syn, prevent possible unsafe access to curr range
(maybe #339)
2018-07-01 15:47:32 +02:00
Basile Burg a0bc73c705 update version number 2018-07-01 15:40:58 +02:00
Basile Burg 3618258925 always sort miniexplorer file list 2018-07-01 15:38:17 +02:00
Basile Burg 388fc722c3 add options overrides to the editor ctxt mnu, close #334 2018-06-30 13:08:23 +02:00
Basile Burg 6da39d518d more for tweak for #338 2018-06-27 15:55:02 +02:00
Basile Burg 5e06eb899e Add actProjStopComp to compilation main menu entry 2018-06-27 13:57:02 +02:00
Basile Burg 1baa52f006 add action to stop project compilation 2018-06-27 13:45:44 +02:00
Basile Burg 6c65d4b4fd workaound #338 2018-06-25 06:30:19 +02:00
Basile Burg 255271bbc7 More work related to #336, take explicitly stderr now that it's not done implictly 2018-06-24 13:19:57 +02:00
Basile Burg e261b0e20c #336 - onterminate still never called in some cases, call manually 2018-06-23 22:09:55 +02:00
Basile Burg 58621ce6dd fix #336 - Out of order messages 2018-06-23 14:52:12 +02:00
Basile Burg 3a6e482650 save a sloc when adding messages 2018-06-23 14:51:44 +02:00
Basile Burg 3944a2e0f2 fix #333 - Case where symstring `<CPP>` is empty but should not 2018-06-16 07:21:23 +02:00
Basile Burg 1badb23169 fix #328 - keep help mnu itm to the right 2018-06-15 10:05:57 +02:00
Basile Burg d59aa68366 fix #330 - Most recents project menu - displaying `dub.json` is not very helpful 2018-06-15 10:00:00 +02:00
Basile Burg d0b8fd154e fix #331 - Symlist displays errors when `body` is used as identifier 2018-06-14 13:08:37 +02:00
Basile Burg e49acc13a6 fix deb package script, wrong package name for vte 2018-06-02 12:29:45 +02:00
Basile Burg 4ac7bb195e rlz 2018-06-02 09:31:55 +02:00
Basile Burg d2019f2131 update version and deps 2018-06-02 09:04:52 +02:00
Basile Burg f854d63a6b fix #327 - Block indentation always inserts spaces 2018-05-25 23:26:03 +02:00
Basile Burg d73a3fc37a fix #326 - Detection of indent mode is broken 2018-05-25 22:05:59 +02:00
Basile Burg 76847765fb fix #325 - Same module can be opened twice 2018-05-20 16:23:35 +02:00
Basile Burg 2511e5a0a8 rlz 2018-05-15 00:56:04 +02:00
Basile Burg 232096e46c fix unexpected static ctor cycles in dastworx under win 2018-05-15 00:52:44 +02:00
Basile Burg a3a94df7ea todo list, keeo selection on focus lost 2018-05-14 15:36:22 +02:00
Basile Burg b10acf3ce8 messages, allow typing to editor after clicking a msg that has a target file 2018-05-14 15:32:12 +02:00
Basile Burg 28ba843430 symlist, allow typing to editor after selecting a node and refresh style 2018-05-14 15:27:36 +02:00
Basile Burg c33b16518b update dastworx dependencies 2018-05-14 15:17:39 +02:00
Basile Burg fb519c22e8 proj groups, activate an item when opening if not free standing already opened 2018-05-14 15:06:19 +02:00
Basile Burg f6738b0a3b code comment typo 2018-05-14 15:05:26 +02:00
Basile Burg f300fc526d fix #311 - accept but now also warn about dup shortcuts in two different categories 2018-05-14 00:49:34 +02:00
Basile Burg 928a8f5762 update version 2018-05-14 00:48:28 +02:00
Basile Burg 4fb8246951 More condition not to unselect message
opt dbl click and context != editor
2018-05-10 12:03:45 +02:00
Basile Burg b6d138fbd0 fix #324 - Build duration + Compile project and run indicates the current hour of the day 2018-05-10 11:50:06 +02:00
Basile Burg 3a73b9577b Dont unselect message if target source is the one that has the focus, close #323 2018-05-09 11:39:03 +02:00
Basile Burg a08ac85eab rlz 2018-05-07 07:00:59 +02:00
Basile Burg f54a768229 win, fiw startup freeze and bad logic for imports cache 2018-05-07 04:38:56 +02:00
Basile Burg d3edd2bb63 fix small unreleased reg, ther doc not vible anymore after closing one 2018-05-06 19:55:40 +02:00
Basile Burg d4d8766614 update doc 2018-05-06 17:27:07 +02:00