Commit Graph

377 Commits

Author SHA1 Message Date
Basile Burg 7d9c394a74 fix #384 - Calltip after colon doesn't skip nested calls that are complete 2018-12-14 05:51:43 +01:00
Basile Burg 76f0550551 comp menu auto close option unrelated to update list 2018-10-22 06:45:16 +02:00
Basile Burg b5c8702cbc update completions on delete while comp menu opened 2018-10-21 14:43:29 +02:00
Basile Burg 810996bcc8 rename as Dexed, "D extended editor" 2018-10-20 13:28:15 +02:00
Basile Burg 58853ec3c8 fix #368 - call tips add same hint on stack after each comma 2018-10-09 16:28:32 +02:00
Basile Burg 060a7b4073 remove non conditional block 2018-10-09 16:28:19 +02:00
Basile Burg 7a34a833d9 fix possible range error 2018-09-23 18:38:53 +02:00
Basile Burg 318d94f51d kill D-Scanner if not yet returned 2018-08-29 10:47:49 +02:00
Basile Burg 0d6da7fcd6 fix #354 - CallTips stacking doesn't work fine anymore 2018-08-13 05:15:34 +02:00
Basile Burg cd783ab90a start #353 2018-08-03 22:24:08 +02:00
Basile Burg c1375df3d0 rename showCallTips overload that takes a string 2018-08-03 21:22:22 +02:00
Basile Burg 77efdfedc0 rename bad func ident, this func is only called after NewLine
and not to determine if caret is in ddoc
2018-08-03 21:18:40 +02:00
Basile Burg e0d651b99a fix #345 - Auto insertion of leading `+` or `*` sometimes fails for the first line following `/**` / `/++` 2018-08-03 21:12:28 +02:00
Basile Burg 4da6eba301 remove static editor macros, close #349 2018-07-14 13:00:42 +02:00
Basile Burg dac5f31ecf add a c++ highlighter 2018-07-11 07:22:18 +02:00
Basile Burg be41ff25e5 fix, caret position lost when finding call tip after after left paren failed 2018-07-09 01:27:49 +02:00
Basile Burg e675198118 prevent more feature that don't work when doc is not a d source 2018-07-08 13:27:57 +02:00
Basile Burg f9836c9117 show call tips after typing comma, close #344 2018-07-08 13:27:20 +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 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 ff695038cc Use toolkit messages to fix #307 better 2018-05-06 16:16:37 +02:00
Basile Burg d6a1435e7d editor, handler for modal begin only if editor visible 2018-05-06 13:06:29 +02:00
Basile Burg b9c601bcb2 put the scrollpreview on top of the editor, cmaybe close #190 2018-05-03 00:52:21 +02:00
Basile Burg 2591be7d73 remove ondeactivate handler 2018-04-28 07:28:50 +02:00
Basile Burg 15c9325c0e fix more runtime error due to fix for #307
+ mixed indent dialog could be shown during tab switch, w/o doc visible yet
2018-04-28 09:03:58 +02:00
Basile Burg dc9f2fed64 fix #313, on some systems, phobos is not setup in a "phobos" folder 2018-04-27 18:53:41 +02:00
Basile Burg e97b3936c2 better fix for #307 2018-04-27 18:43:48 +02:00
Basile Burg 88245e86a5 close #307 for good 2018-04-27 16:18:24 +02:00
Basile Burg 90af165b17 still AV possible due to fix for #307 2018-04-27 10:50:56 +02:00
Basile Burg 1ddae5765a tweak the fix #307 to prevent AV 2018-04-27 09:21:10 +02:00
Basile Burg 324322ff27 cleanup 2018-04-27 09:11:30 +02:00
Basile Burg d39b19b5d5 fix more RT errors caused by fix for #307 2018-04-27 09:09:37 +02:00
Basile Burg 0735cb6092 fix typo in class name 2018-04-27 09:09:02 +02:00
Basile Burg 82e9cbc4cc fix #302 - Message that warns about changes after reloading from diff dialog is confusing 2018-04-27 07:46:37 +02:00
Basile Burg 5d641ffdf9 fixup, update cursor could lead to runt-time error and was not necessary 2018-04-27 07:46:02 +02:00
Basile Burg 9ecdceb59f cleanup 2018-04-26 22:38:00 +02:00
Basile Burg dd16e0ebab Revert "fix #307 - Cursor remains invisible while modal dialog is displayed"
This reverts commit 105c9b6517.
2018-04-26 20:24:23 +02:00
Basile Burg 0e1cd6be8b fix #307 - Cursor remains invisible while modal dialog is displayed 2018-04-26 20:23:17 +02:00
Basile Burg a329abab0c fixup 36e5ef9b 2018-04-26 19:03:30 +02:00
Basile Burg 36e5ef9b5c Add new comands for moving and selecting based on word edges, close #308 2018-04-26 18:52:56 +02:00
Basile Burg 105c9b6517 fix #307 - Cursor remains invisible while modal dialog is displayed 2018-04-26 17:39:00 +02:00
Basile Burg 80c81cce1e add the ICELifetimeManager service and use it to close #310 2018-04-26 15:39:25 +02:00
Basile Burg 4cc7eef0d9 faster indent patching 2018-04-19 17:25:12 +02:00
Basile Burg 64ed15f50c set default "auto dot delay" to 100ms to prevent unwanted insertion of properties
e.g "a[b.alignof" when "a[.." is tried
2018-04-17 09:38:26 +02:00
Basile Burg 76273ffa49 fix #297, cannot save in windows special folders 2018-04-16 14:12:46 +02:00
Basile Burg feec564a35 use openURL from LCLIntf, close #295 2018-04-15 11:49:03 +02:00
Basile Burg 14fad39190 fix #294 - Plus or Asterisk inserted just before a DDOC comment due to usage of SelStart 2018-04-14 06:10:07 +02:00