Juha
|
814e4ba4e2
|
Rename CompareMethods to more logical SameMethod. Remove old deprecated functions.
|
2021-10-10 19:00:49 +03:00 |
|
Juha
|
b6a4282835
|
IDE: Execute a shortcut command only when it is enabled.
|
2021-10-06 00:30:56 +03:00 |
|
Maxim Ganetsky
|
00498ec342
|
Revert "Merge branch 'main' into 'main'"
This reverts merge request !2
|
2021-08-01 21:38:06 +00:00 |
|
Zaher Dirkey
|
7bdb02f371
|
Add Set Search Text/SetSearchText editor command to Set the current selection to search text (Ctrl+K - F)
|
2021-07-31 22:46:43 +03:00 |
|
juha
|
6813e28eef
|
LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions.
git-svn-id: trunk@64197 -
|
2020-12-12 11:41:07 +00:00 |
|
martin
|
5bcddd28fb
|
IDE, Debugger: Add real "Run-To"
git-svn-id: trunk@63303 -
|
2020-06-06 00:53:44 +00:00 |
|
martin
|
de80bde641
|
IDE: rename "run to cursor" to "step to cursor" - reflect what it really does
git-svn-id: trunk@63302 -
|
2020-06-06 00:53:39 +00:00 |
|
juha
|
d14e99f26b
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
git-svn-id: trunk@62800 -
|
2020-03-23 20:33:04 +00:00 |
|
juha
|
a555d027da
|
IDE: New toolbutton command "Open Recent Project". Issue #35883, patch from FTurtle.
git-svn-id: trunk@62096 -
|
2019-10-20 18:13:56 +00:00 |
|
martin
|
83e546aa9f
|
IDE, Keymap: Add combo for enable/disable (toggle) breakpoint.
git-svn-id: trunk@61854 -
|
2019-09-10 18:52:48 +00:00 |
|
mattias
|
34266f2bc2
|
IDE: clean up ecCompile
git-svn-id: trunk@61549 -
|
2019-07-09 10:41:03 +00:00 |
|
martin
|
d0017b194c
|
IDE, SourceEditor: "Close tabs on right". Issue #0029929 / Added key combo
git-svn-id: trunk@60017 -
|
2019-01-06 19:44:58 +00:00 |
|
mattias
|
9054d0f584
|
IDEIntf: comment
git-svn-id: trunk@59128 -
|
2018-09-22 12:14:11 +00:00 |
|
martin
|
38d48bbdbd
|
Two new toolbar commands for bookmarks. Issue #0033947 Patch by FTurtle
git-svn-id: trunk@58500 -
|
2018-07-13 12:23:16 +00:00 |
|
juha
|
3574bdfb6d
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
git-svn-id: trunk@58244 -
|
2018-06-13 13:59:07 +00:00 |
|
juha
|
f440f660a2
|
Refactor: move CompareMethods to LazMethodList. Keep alias in LCLProc.
git-svn-id: trunk@58204 -
|
2018-06-09 14:39:36 +00:00 |
|
martin
|
7cb84ed69d
|
SynEdit: multi caret, allow espape (remove all carets) to be shared with other plugins / make "escape" default
git-svn-id: trunk@58191 -
|
2018-06-08 21:43:02 +00:00 |
|
mattias
|
1c514f9a8d
|
IDE: designer: option show non visual components
git-svn-id: trunk@58037 -
|
2018-05-27 06:54:35 +00:00 |
|
ondrej
|
dc0a33652f
|
IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
|
2017-05-22 07:52:37 +00:00 |
|
mattias
|
5eefc140b7
|
IDEIntf: fixed TIDESpecialCommand.GetCaption using command.localizedname
git-svn-id: trunk@54427 -
|
2017-03-17 07:25:17 +00:00 |
|
mattias
|
ffe5651d76
|
IDEIntf: comment
git-svn-id: trunk@54255 -
|
2017-02-23 00:03:35 +00:00 |
|
mattias
|
c303c71d2d
|
IDE: added multi paste dialog like Delphi, patch #30671, from Silvio Clécio
git-svn-id: trunk@53063 -
|
2016-10-01 11:03:21 +00:00 |
|
juha
|
b70be02b90
|
IDEIntf: Add function RemoveShortCut. IDE extension package may want to use a reserved shortcut and remove it.
git-svn-id: trunk@52874 -
|
2016-08-26 13:08:06 +00:00 |
|
mattias
|
a3af6a18b4
|
IDE: fixed updating key/command relations, bug #30436
git-svn-id: trunk@52774 -
|
2016-08-02 08:23:28 +00:00 |
|
maxim
|
74b73ae3c1
|
IDE: fixed/improved message (layout, typos and i18n) shown when key conflict detected
git-svn-id: trunk@52599 -
|
2016-07-02 14:27:40 +00:00 |
|
maxim
|
5ed0714686
|
IDE: added "Resave forms with i18n" function, which opens and resaves all project forms for which i18n was enabled in order to regenerate their translation tables
git-svn-id: trunk@52586 -
|
2016-06-29 22:48:52 +00:00 |
|
ondrej
|
2b94ec1a7c
|
IDEIntf: assign OnClick events in RegisterIDEButtonCommand. Issue #30137
git-svn-id: trunk@52306 -
|
2016-05-15 07:53:35 +00:00 |
|
ondrej
|
b04af8ad35
|
ide: implement "Open unit" dialog
git-svn-id: trunk@52272 -
|
2016-05-03 13:36:39 +00:00 |
|
ondrej
|
a43a0c4d4b
|
ide: implement Run without Debugging. Issue #29832
git-svn-id: trunk@51933 -
|
2016-03-14 09:29:58 +00:00 |
|
ondrej
|
3594fefc04
|
ide, codetools: change ClassCompleteCode into CompleteCodeInteractive
git-svn-id: trunk@51859 -
|
2016-03-08 16:46:12 +00:00 |
|
ondrej
|
06d19a8613
|
ide, codetools: implement class code creation (default: ctrl+shift+x) - the same as local code creation but the variable will be added to class/object section.
git-svn-id: trunk@51851 -
|
2016-03-07 20:22:33 +00:00 |
|
martin
|
1cab92748c
|
Keymap: fix, remove deleted entries from category.
git-svn-id: trunk@51563 -
|
2016-02-10 06:37:07 +00:00 |
|
ondrej
|
e293f914e1
|
IDEIntf, IDE: IDECommands property synchronization refactoring, add SyncProperties property. Fix "move/clone to new window" menu items captions and visibility.
git-svn-id: trunk@50731 -
|
2015-12-10 13:18:27 +00:00 |
|
ondrej
|
b1ae15362f
|
IDE: IDECommands refactoring; deleted menu item Project -> Change Build Mode
git-svn-id: trunk@50441 -
|
2015-11-20 14:04:24 +00:00 |
|
mattias
|
f84365210d
|
IDE: fixed range check error
git-svn-id: trunk@50215 -
|
2015-11-03 16:08:41 +00:00 |
|
ondrej
|
66c3995fd2
|
IDE: use LCLProc.CompareMethods in IDECommands
git-svn-id: trunk@50203 -
|
2015-11-02 08:47:00 +00:00 |
|
ondrej
|
e022bfe9e8
|
IDE: fixed AV in Editor->FileSettings->Encoding. Issue #28930
git-svn-id: trunk@50200 -
|
2015-10-30 12:38:55 +00:00 |
|
ondrej
|
5ec7988f47
|
IDE: IDECommand update events refactored: delete timer, use checks for command updates, add TIDESpecialCommand.OnRequestCaptionHint
git-svn-id: trunk@50152 -
|
2015-10-23 17:04:26 +00:00 |
|
juha
|
3823cf94c4
|
IDE: ctrl+~ and ctrl+shift+~ to browse through tabs in history-order. Issue #28835, patch from Ondrej.
git-svn-id: trunk@50112 -
|
2015-10-18 21:21:38 +00:00 |
|
juha
|
44a6127f25
|
IdeIntf: Restore missing shortcut keys in menus. Issue #28868, patch from Ondrej.
git-svn-id: trunk@50094 -
|
2015-10-17 10:59:09 +00:00 |
|
juha
|
412b1ebab6
|
IdeIntf, IDE: Define a command for changing project BuildMode. Otherwise a ToolButton does not show up.
git-svn-id: trunk@50032 -
|
2015-10-11 15:15:52 +00:00 |
|
juha
|
b1942fb168
|
IdeIntf, IDE: Revert r50029 #c87cf550f3 and improve the command update timer and its naming. From Ondrej Pokorny.
git-svn-id: trunk@50031 -
|
2015-10-11 14:48:11 +00:00 |
|
juha
|
c87cf550f3
|
IdeIntf: Prevent the command update timer repeating itself forever.
git-svn-id: trunk@50029 -
|
2015-10-11 12:24:53 +00:00 |
|
juha
|
78e663cb20
|
IdeIntf: IdeCommands refactoring. Move implementation code to have the same order as interface definition.
git-svn-id: trunk@50028 -
|
2015-10-11 12:24:48 +00:00 |
|
juha
|
38878ad607
|
IdeIntf, IDE: Refactor command system. Separate menu and toolbar commands, update them in right place etc. Issue #28777, patch from Ondrej Pokorny.
git-svn-id: trunk@50026 -
|
2015-10-11 09:11:47 +00:00 |
|
mattias
|
ee08d00d18
|
IDE: added command for Context sensitive smart hint, from Ondrej
git-svn-id: trunk@49870 -
|
2015-09-23 12:47:40 +00:00 |
|
juha
|
24978f559e
|
IDE: Enhanced JumpTo* commands for procedure header and begin. Issue #28612, patch from Ondrej Pokorny.
git-svn-id: trunk@49811 -
|
2015-09-10 13:57:24 +00:00 |
|
juha
|
423c43ea13
|
IDE: Fully implement saving/loading desktops and the GUI for it. Modified patch from Ondrej Pokorny.
git-svn-id: trunk@49514 -
|
2015-07-09 19:05:29 +00:00 |
|
juha
|
15df1a216f
|
IDE: An experimental GUI for saving and switching desktops + other related changes. Define EnableDesktops.
git-svn-id: trunk@49457 -
|
2015-06-28 12:27:48 +00:00 |
|
juha
|
c6b6503cf2
|
IDE: New JumpTo... commands and menu items. Remove the functionality from EditorToolbar. Issue #28199, patch from Ondrej Pokorny.
git-svn-id: trunk@49226 -
|
2015-05-31 10:21:27 +00:00 |
|