Commit Graph

82 Commits

Author SHA1 Message Date
Basile Burg b907031d1e fix #319 - Changes to 'options::editor::autoCloseSquareBrackets' are not preserved 2018-05-04 14:16:30 +02:00
Basile Burg 7ba91d8a54 fix #312 - only first shortcut was rebinded 2018-04-27 16:09:36 +02:00
Basile Burg ccca4df0ca fixup f8c2f1f6 2018-04-26 17:17:21 +02:00
Basile Burg f8c2f1f6fa fix #306 - WordEndRight cannot be set to Ctrl+Right 2018-04-26 17:01:46 +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 5530939a8e use editor font in completion 2017-11-17 07:26:10 +01:00
Basile Burg 06b28abc23 fine tweaks for first run on Windows 2017-07-14 04:42:34 +02:00
Basile Burg bf964804cc
improve default settings on first run 2017-07-11 21:13:06 +02:00
Basile Burg 0cc827bb2a
class registration not needed for component streaming 2017-07-11 20:41:30 +02:00
Basile Burg 0670b51d32
add a scroll preview control, close #169 2017-07-10 14:37:40 +02:00
Basile Burg 5edd71a909
add options for the dynamic linting 2017-07-07 15:34:44 +02:00
Basile Burg 46041acb64
editor, add option to set the gutter transparent 2017-06-26 07:54:15 +02:00
Basile Burg 6996f1f11e
add option to eanble completion menu auto close 2017-06-17 02:49:09 +02:00
Basile Burg 32adaec370
completion chars forgot dot and modulo 2017-05-03 02:25:22 +02:00
Basile Burg 8dbce64dd0
completion menu, add special closing chars 2017-05-03 02:15:15 +02:00
Basile Burg 1f20bd9b6c
add option to auto call completion features, close #134 2017-05-02 17:20:07 +02:00
Basile Burg 7eeb5dbe0a
ddoc template, add option to insert /++ +/ comments 2017-04-30 10:35:08 +02:00
Basile Burg b5f2822abb
add option top insert * or + on newline in ddoc, close #138 2017-04-27 15:30:09 +02:00
Basile Burg bce4699819
completion, last item first, fix problem with case sensitivity 2017-02-24 00:20:24 +01:00
Basile Burg 4172a3afcd improve layout on first exec 2016-08-08 14:38:26 +02:00
Basile Burg a285186121 rename parameters that are prefixed
aValue, aFilename, etc
2016-07-10 01:44:36 +02:00
Basile Burg ad8ba83fcd rename ICEMultiDocObserver -> ICEDocumentObserver
+ improve interfaces documentation
2016-07-09 04:11:22 +02:00
Basile Burg 16035ef8b3 finely tweaked the settings applied on first execution 2016-07-06 04:35:49 +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 30de2aee7a editor, show phobos doc, local dir not accepted 2016-06-29 21:49:37 +02:00
Basile Burg a6ca4aac42 start #59 - HL presets 2016-06-16 01:56:12 +02:00
Basile Burg e15c44577c add an option to deactivate IDE-grade features in with non D files, close #47 2016-06-14 14:46:01 +02:00
Basile Burg 74e6984f68 add editor command to show phobos html help, close #52 2016-06-14 12:18:52 +02:00
Basile Burg 393f8c97b4 add option to auto detect the indentation mode (tabs|spaces), close #45 2016-06-14 10:50:15 +02:00
Basile Burg 0682122b3f removed temp code for #25 and added workaround in the default static macros 2016-03-04 06:14:46 +01:00
Basile Burg 207f9276d6 implement #25 but not enabled 2016-03-02 12:33:52 +01:00
Basile Burg 166bca0f14 removed deprecated props 2016-02-28 05:15:26 +01:00
Basile Burg 4ab47fb7bf fix, problem with resetFontSize def value 2016-02-19 04:40:08 +01:00
Basile Burg 36f199f828 first run, changed default option + add a runnable 2016-02-08 18:35:56 +01:00
Basile Burg b6ff4fb441 editor, added option to ignore zooom and always apply fontsize, close #12 2016-02-07 18:58:17 +01:00
Basile Burg 467d7abeb1 fix, auto brace closing indent error when option eoAutoIdent was set 2016-02-03 15:51:00 +01:00
Basile Burg c7792d8bbd fix typo in publications + prevent the breaking change by e2f552a 2016-02-03 06:34:35 +01:00
Basile Burg 5b39add5b6 nothing 2016-02-01 06:22:42 +01:00
Basile Burg 767e315164 refact, omit def member 2016-01-31 14:39:50 +01:00
Basile Burg e0e9cbac8f more refact using helpers 2016-01-31 12:13:48 +01:00
Basile Burg 7d1bfc6214 added shortcut to invoke curly brace closing + editor option to auto close curly braces 2016-01-31 06:21:48 +01:00
Basile Burg 1bf9097758 shortcut editor, ICEEditableShortCut, inform the observers when item sent 2016-01-23 23:48:13 +01:00
Basile Burg 3fa80be500 style modernisation using helpers isNil & isNotNil 2016-01-11 00:36:10 +01:00
Basile Burg 370da3a268 fix, reg 2a3, default font size not applyed on new editor,
+ side effect: strange behaviour of zooming with CTRL +
2015-12-15 02:33:15 +01:00
Basile Burg bbdef1778f editor options, identifier match can be tweaked, whole word / case sens 2015-12-15 01:55:09 +01:00
Basile Burg dfbb0211a3 editor options, added option for line number frequency, closes #6 2015-12-14 05:49:04 +01:00
Basile Burg b5d15c1729 fine tweaks, default options 2015-12-13 22:41:41 +01:00
Basile Burg f5cfb89d5e disabled gdc in CE proj compiler selection 2015-12-12 20:53:14 +01:00
Basile Burg ce9779d416 editor options, added currentLine attributes 2015-12-12 11:17:46 +01:00
Basile Burg bacac42fb2 editor options, better names
note: breaks reloading of current option file
2015-12-12 11:03:11 +01:00