Commit Graph

1023 Commits

Author SHA1 Message Date
Basile Burg 915f168a0c editor option, completion menu case sensitive 2015-05-24 17:31:45 +02:00
Basile Burg 720b66dc15 removed debug message 2015-05-23 11:10:51 +02:00
Basile Burg d489dd8274 fix for the linux version mini explorer not limited to /home/ anymore 2015-05-23 10:45:03 +02:00
Basile Burg 8a0aa40f5f process input widget, only enabled when has a process 2015-05-22 18:57:56 +02:00
Basile Burg fef9cf673f added a tiny editor menu
because using shortcuts is encouraged.
2015-05-22 16:24:27 +02:00
Basile Burg fa06a116ab updated shared icons 2015-05-22 16:23:15 +02:00
Basile Burg 42b48ba231 auto dot completion, menu position 2015-05-22 15:42:31 +02:00
Basile Burg c4854d9862 should be with ef033ed030 2015-05-22 09:24:45 +02:00
Basile Burg 03d7a52218 added editable option 'autoDotDelay'
delay before completion menu automatically appears, 0 disables the feature
2015-05-22 09:23:13 +02:00
Basile Burg 4cc3df3e6f added automatic dot completion menu + moved ctrl+space completion in memo 2015-05-22 09:22:30 +02:00
Basile Burg ef033ed030 refactoring, removed code completion features from ce_editor 2015-05-22 09:21:13 +02:00
Basile Burg edd48e92dc project configuration wisget, synchro mode supports complex properties
e.g list of version identifiers, list of extra sources, etc
2015-05-22 06:25:35 +02:00
Basile Burg e83b5f6a55 fixed in lazarus 1.4.2 2015-05-22 06:24:10 +02:00
Basile Burg 8265eacd13 added unit accidently removed
ve_widget.pas
2015-05-21 21:06:39 +02:00
Basile Burg 574c90bc49 messages, mini-explorer, show widget automatically when needed 2015-05-21 21:03:26 +02:00
Basile Burg e6a3241ca3 moved method to widget base class 2015-05-21 21:02:48 +02:00
Basile Burg 006d375ec3 options, added hintDelay (ddoc) to editor category 2015-05-21 20:41:16 +02:00
Basile Burg ed6b1c4256 fix, todo background tool, last description field char not included 2015-05-21 11:04:47 +02:00
Basile Burg 6136419676 fix, build linux version, missing use 2015-05-21 10:47:08 +02:00
Basile Burg 2a0a85596c editor option, shortcut, strips the 'ec' prefix from the identifier 2015-05-20 16:27:41 +02:00
Basile Burg cdf3a86029 symbol list, assign sort proc from script
should been added in baf9efe000
2015-05-20 16:15:08 +02:00
Basile Burg 01a15e610f option editor, warn about unsaved changes on close 2015-05-20 16:13:47 +02:00
Basile Burg 0c1862c9ba fix, editor option, canceled, not apllied 2015-05-20 16:13:07 +02:00
Basile Burg baf9efe000 symbol list, added option to sort sub items 2015-05-20 16:01:48 +02:00
Basile Burg a68fe0e2f6 symbol list, support for listing module constructor/destructor 2015-05-20 10:51:32 +02:00
Basile Burg caff182330 todo list, rewritten background tool using ranges 2015-05-17 08:12:09 +02:00
Basile Burg 04c262a456 updated submodule libdparse 2015-05-16 16:33:59 +02:00
Basile Burg 49500d66f5 fix, symbol list background tool
- error icons were never displayed.
- error or warnings messages containing a single quote could prevent the deserialization in the GUI.
- a memory error with the static items could prevent the deserialization in the GUI.
2015-05-16 16:29:18 +02:00
Basile Burg df0c89c4b2 fix, runnable modules exe not properly deleted on exit 2015-05-16 10:11:29 +02:00
Basile Burg 912cad0a26 fix, search & replace MRU persistence broken 2015-05-16 07:55:55 +02:00
Basile Burg 18dbc56938 fix, search actions didn't update the button state 2015-05-16 07:55:19 +02:00
Basile Burg 0a4bc21023 bulk update 2015-05-15 13:50:08 +02:00
Basile Burg 260d3f8ba6 removed unused use 2015-05-15 13:49:04 +02:00
Basile Burg 5b9ef8aec8 msg mstk 2015-05-15 09:38:35 +02:00
Basile Burg 936c1b4a98 added message to diagnose libman entry registration failure 2015-05-15 09:35:53 +02:00
Basile Burg 528bf566f0 removed uneeded call to TCollection.Changed()
this method is related to the FCL oberver system, not used here
2015-05-15 09:16:55 +02:00
Basile Burg 120602356b style, renamed some fields 2015-05-15 09:14:05 +02:00
Basile Burg b1c1c54792 removed deprecated project fields 2015-05-15 09:03:06 +02:00
Basile Burg 550ab06e3e load glyph from shared icons
- possible now because res are available sooner
2015-05-15 07:27:45 +02:00
Basile Burg ff49acb58f removed resource loader from main source
because of http://bugs.freepascal.org/view.php?id=28086
2015-05-15 07:26:56 +02:00
Basile Burg 291b5bad3c b2 2015-05-14 07:23:17 +02:00
Basile Burg 695be7a8fd update project files 2015-05-14 05:12:22 +02:00
Basile Burg dfe19b786b disable shortcut on conflict
previously old value was kept
2015-05-14 05:34:02 +02:00
Basile Burg 476ee10dc2 editor shortcuts, fix and change
- fix, default TSynEdit settings have conflicts in primary secondary shortcuts, removed secondary sh.
- change: windows style shortcuts (Ctrl+C,V,X,Z...) instead of Ctrl +Ins...
2015-05-14 05:30:25 +02:00
Basile Burg 9992452f85 added btn to clear a shortcut 2015-05-13 08:03:38 +02:00
Basile Burg 87288cc4b0 apply changes when shortcuts are modified 2015-05-13 08:03:13 +02:00
Basile Burg a2551d76ed load icon from shared icons 2015-05-13 08:02:14 +02:00
Basile Burg d6a18139ce updated shared icons 2015-05-13 08:01:43 +02:00
Basile Burg f606596544 added shortcut managment to TCEEditorOptions
- editable without any editor opened
- new values are assigned
2015-05-13 05:21:31 +02:00
Basile Burg cddf132e8b removed editor shortcut managment from editor
it worked only when an editor existed and shortcuts were not assignable
2015-05-13 05:19:49 +02:00