Commit Graph

3005 Commits

Author SHA1 Message Date
Basile Burg f3b7bcd44c terminal, remove deficient option used to set selection
was not working before 3b358c9a48 anyway due to an unassigned binding that did existed in vte 0.2.z
2020-03-11 21:07:50 +01:00
Basile Burg 2eac241ac4 calltips, fix overflowing text depending on the editor zoom level 2020-03-11 15:35:35 +01:00
Basile Burg 0730394875 fixup 9f22e42fff and 0923410ffc 2020-03-11 12:44:06 +01:00
Basile Burg 9f22e42fff fix #9 - highlighting of argument in calltips does not work in auto functions 2020-03-11 12:36:34 +01:00
Basile Burg b81cb2a992 fix bad copy paste, causing a reg in term auto checkdir 2020-03-11 11:02:57 +01:00
Basile Burg 0923410ffc calltips, highlight current argument
and remove calltips stacking for now
2020-03-11 01:27:58 +01:00
Basile Burg d250e6b52a auto lfm update 2020-03-09 01:34:25 +01:00
Basile Burg b3d8fdec4a enhance the doc comments of the IDE interfaces 2020-03-09 01:33:17 +01:00
Basile Burg c98c996e7b unify the field name used by the project observers to store the proj ref 2020-03-09 00:59:12 +01:00
Basile Burg 8a519c1c49 fix, shortcuts for the tools menu not updated after editing the options 2020-03-08 21:38:56 +01:00
Basile Burg 205c7bcfc1 rewrite confusing interface IEditableShortcut. 2020-03-08 21:38:05 +01:00
Basile Burg e335409c8f terminal, fix bad scrollbar sync after auto checkdir 2020-03-07 16:12:56 +01:00
Basile Burg 3b358c9a48 terminal, more rebust dynamic binding, allowing to detect invalid funcs 2020-03-07 15:35:23 +01:00
Basile Burg a60bca7c96 terminal, add vscrollbar 2020-03-06 23:36:32 +01:00
Basile Burg 4c67e10673 terminal, use ascii cc to clear temp line before auto checkdir 2020-03-06 18:20:33 +01:00
Basile Burg af4e2b93f1 fix doc typo and link 2020-03-05 10:42:20 +01:00
Basile Burg 16fe29b778 update docs 2020-03-04 21:20:56 +01:00
Basile Burg 54836a0667 fix typo 2020-03-04 17:22:39 +01:00
Basile Burg e3b456e8c4 update readme and several links trelated to new manual location 2020-03-04 17:18:24 +01:00
Basile.B 398e09e259 Merge branch 'gen-doc-new' into 'master'
update doc gen system, allowing to deploy using gitlab ci

See merge request basile.b/dexed!1
2020-03-04 16:06:48 +00:00
Basile Burg 1dbdb09bfa update doc gen system, allowing to deply using gitlab ci 2020-03-04 17:01:46 +01:00
Basile Burg ce6e8bca97 fix #4 - Automatic cleaning of MRU doesn't mix well with git checkout 2020-03-04 14:56:31 +01:00
Basile Burg 42abae2c17 GDB commander, format and demangle result of evaluation triggered by mouse motion 2020-02-18 07:50:36 +01:00
Basile Burg 90eedf284a fix small but constant load on idle caused by several timers 2020-02-18 06:44:56 +01:00
Basile Burg 647aa115e8 restore broken auto indent 2020-02-16 13:11:14 +01:00
Basile Burg 4a616f287e fix inaccuracies when taking exp from ed 2020-02-15 05:58:11 +01:00
Basile Burg 3dc167d4cd fix bad copy & paste 2020-02-13 22:43:48 +01:00
Basile Burg 7a04995921 gdb commander, allow to evaluate the editor expression when mouse motion stops
this does not work very well because of the missing dereference (*) when required
so use of temporaries during debug might be advisable.
2020-02-13 03:35:38 +01:00
Basile Burg ac9d54c91a gdb commander, make the default window width bigger 2020-01-31 22:29:28 +01:00
Basile Burg c7911f778a add support for GNU style messages, close #1 2020-01-31 18:43:51 +01:00
Basile Burg 70e85ed84e gdb commander, place results of custm eval in the variable list
it's not anymore required to inspect the raw gdbmi output to see them
2020-01-29 23:55:14 +01:00
Basile Burg ab343f3e38 gdb commander, save and reload custom eval kind between sessions 2020-01-29 23:27:04 +01:00
Basile Burg f26a7b9305 compiler paths hints, fix typos 2020-01-25 04:37:47 +01:00
Basile Burg e0352e041d fix silent esception when storing the editor metadata file 2020-01-25 04:31:29 +01:00
Basile Burg 3c67dba92a compiler paths editor, less confusing for GDC and LDC, since their library path does not require to have two fields 2020-01-25 04:25:41 +01:00
Basile Burg 027aa4349b compiler paths, activate auto detection of GDC 2020-01-25 04:08:23 +01:00
Basile Burg c719622a75 update dparse 2020-01-24 18:14:44 +01:00
Basile Burg aee22588f9 dastworx, also detected DC set to ldc2 for less surprise 2020-01-24 15:29:36 +01:00
Basile Burg bfbe94aa47 fix typo in the combo box of the option page for the compiler paths and update the doc related to the new global compiler alias 2020-01-19 14:20:38 +01:00
Basile Burg 1fbe967d76 allow to select the 'global' compiler for completion and move 'global' definition to the option page dedicated t the compiler paths 2020-01-19 06:39:23 +01:00
Basile Burg 6875764241 update year 2020-01-01 12:13:18 +01:00
Basile Burg c86206d218 protection against loop with DCompiler.global, fix before rising 2019-12-26 14:23:21 +01:00
Basile Burg a517e313ae retrieve compiler exename each time required to fix bugs with the "global" option
xref b6759a1525
2019-12-26 13:12:38 +01:00
Basile Burg e8020d6414 remove GH stuff and update iz git url 2019-12-17 01:14:29 +01:00
Basile Burg 3dcc1a87f0 tweak messages 2019-12-16 10:09:29 +01:00
Basile Burg 7be4884ee8 auto updates 2019-12-16 10:09:11 +01:00
Basile Burg b6759a1525 add a system allowing to change the D compiler used in all the compilation contexts 2019-12-16 09:59:02 +01:00
Stian Gulpen 3ad97b3dc2 prevent calling dastworx on closing a page 2019-12-01 13:53:33 +01:00
Basile Burg d3ec00991e fix possible range error when renaming an identifier 2019-11-16 07:10:08 +01:00
Basile Burg 6d080bbd7a prevent multiple reallocs when building the widget list 2019-10-30 19:13:08 +01:00