mattias
|
674d60d033
|
IDE: package macros with parameters usable in packages, new macro PkgOutDir, from Luiz Americo
git-svn-id: trunk@50472 -
|
2015-11-22 18:31:00 +00:00 |
|
ondrej
|
5647f9b77d
|
IDE: correct English dlfMouseSimpleGutterLines constant, issue #28960
git-svn-id: trunk@50227 -
|
2015-11-04 18:30:27 +00:00 |
|
mattias
|
41db65be18
|
IDE: warn if saving as non UTF-8 encoding looses characters and add error in messages window to jump to character, bug #28714
git-svn-id: trunk@50211 -
|
2015-11-02 23:16:38 +00:00 |
|
ondrej
|
14e8ffa23a
|
IDE, CodeTools: add more options and a prompt dialog for method creation. Issue #13994
git-svn-id: trunk@50196 -
|
2015-10-29 11:08:52 +00:00 |
|
juha
|
5fc7132693
|
Use the new UTF-8 system by default. Can be disabled by define DisableUTF8RTL. EnableUTF8RTL is removed.
git-svn-id: trunk@50129 -
|
2015-10-20 17:20:11 +00:00 |
|
mattias
|
db83bb87bc
|
IDE: adding editor unit to project: check component type and ask if to add CreateForm statement to project, bug #26248
git-svn-id: trunk@50123 -
|
2015-10-19 19:21:11 +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
|
046db1ccaf
|
IDE: Set toolbutton's enabled-status correctly in Desktop Manager.
git-svn-id: trunk@50099 -
|
2015-10-18 13:22:54 +00:00 |
|
juha
|
6b1d56635f
|
IDE: Use BitButtons for Export / Import in Desktop manager for consistency. ToolButtons work now with selected items.
git-svn-id: trunk@50097 -
|
2015-10-18 13:22:38 +00:00 |
|
martin
|
effdd125ea
|
SynEdit/IDE: zoom via keyboard
git-svn-id: trunk@50091 -
|
2015-10-17 01:39:01 +00:00 |
|
juha
|
f40462ba60
|
IDE: Replace config button with a popup menu in EditorToolbar. Issue #28865, patch from Ondrej Pokorny.
git-svn-id: trunk@50090 -
|
2015-10-16 22:16:45 +00:00 |
|
juha
|
7633eaaa74
|
IDE: Remove items from View menu for toggling Palette, Coolbar and EditorToolbar.
git-svn-id: trunk@50071 -
|
2015-10-15 12:43:46 +00:00 |
|
mattias
|
b5bbdbd323
|
IDE: identifier completion: option to disable auto completion if there is only one identifier, patch #28852 from Ondrej
git-svn-id: trunk@50052 -
|
2015-10-14 10:09:15 +00:00 |
|
mattias
|
dab7f60716
|
IDE: clean up
git-svn-id: trunk@49964 -
|
2015-10-06 19:32:13 +00:00 |
|
maxim
|
4fe4e35ac1
|
IDE: improved Editor Toolbar options page layout/i18n
git-svn-id: trunk@49951 -
|
2015-10-05 23:00:40 +00:00 |
|
mattias
|
295b11fa55
|
IDE: resourcestring
git-svn-id: trunk@49949 -
|
2015-10-05 22:48:00 +00:00 |
|
mattias
|
d296d48b68
|
IDE: resourcestring
git-svn-id: trunk@49947 -
|
2015-10-05 22:46:34 +00:00 |
|
juha
|
16f941c896
|
IDE: A single IDE instance feature. Issue #8051, patch from Ondrej Pokorny.
git-svn-id: trunk@49909 -
|
2015-10-02 09:42:44 +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 |
|
mattias
|
6e84cb390d
|
codetools: local var completion: group vars with same type, from Ondrej Pokorny
git-svn-id: trunk@49840 -
|
2015-09-16 12:06:18 +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
|
9572033709
|
IDE: Enhanced desktops drop-down menu with "Toggle debug desktop". Add icons, actions and shortcuts. By Ondrej Pokorny.
git-svn-id: trunk@49810 -
|
2015-09-10 13:57:17 +00:00 |
|
mattias
|
796a5fdd00
|
IDE+codetools: property completion: options to use a prefixed name as Set mthod parameter, patch #28181 from Ondrej Pokorny
git-svn-id: trunk@49807 -
|
2015-09-10 11:51:16 +00:00 |
|
mattias
|
aebdc634cf
|
IDE: merged options open last project and last packages
git-svn-id: trunk@49805 -
|
2015-09-10 10:58:18 +00:00 |
|
mattias
|
6637d69e9a
|
IDE: store open packages when closing and reopen them on next start, added option to disable this, patch from Ondrej Pokorny
git-svn-id: trunk@49804 -
|
2015-09-10 08:50:39 +00:00 |
|
juha
|
50bc37338d
|
IDE, AnchorDocking: Support desktops also with docked IDE. Move configuration to environment options. By Ondrej Pokorny.
git-svn-id: trunk@49778 -
|
2015-09-07 22:01:22 +00:00 |
|
juha
|
1d1bdb5547
|
IDE: Fix the text shown after adding flags for UTF-8 support.
git-svn-id: trunk@49770 -
|
2015-09-06 15:02:21 +00:00 |
|
juha
|
8546093cee
|
IDE: Improve exporting and importing desktops. By Ondrej Pokorny.
git-svn-id: trunk@49747 -
|
2015-09-03 08:46:00 +00:00 |
|
juha
|
d66a3c37e6
|
IDE: Implement all IDE ToolButtons with a special behavior using the new API. By Ondrej Pokorny.
git-svn-id: trunk@49736 -
|
2015-09-02 05:28:06 +00:00 |
|
juha
|
aed70f5d1b
|
IDE: Extend the Desktops button with "Save current desktop as" menu. Include the button in IDE CoolBar default config. Mostly by Ondrej Pokorny.
git-svn-id: trunk@49734 -
|
2015-09-01 16:43:42 +00:00 |
|
juha
|
2f139b9be1
|
IDE: Rename page "Other" to "Custom Options" in project options dialog. Easier to find.
git-svn-id: trunk@49719 -
|
2015-08-27 22:06:39 +00:00 |
|
maxim
|
28f092feb1
|
CodeTools: corrected identifier completion options captions
git-svn-id: trunk@49622 -
|
2015-08-08 12:06:14 +00:00 |
|
juha
|
95646ee93f
|
IDE: Revert 2 single-word resources that were switched to reused resources earlier.
git-svn-id: trunk@49619 -
|
2015-08-08 08:59:40 +00:00 |
|
juha
|
57d6ea482c
|
IDE: Share 'Ignore' resource string, reorder.
git-svn-id: trunk@49605 -
|
2015-08-06 12:50:41 +00:00 |
|
juha
|
da1277952f
|
Packager: Redesign the "Broken dependencies" dialog using resources. Issue #28349, patch from Alexey Torgashin.
git-svn-id: trunk@49604 -
|
2015-08-06 10:32:04 +00:00 |
|
maxim
|
2f4031e22b
|
IDE: fixed typos in resource string names
git-svn-id: trunk@49551 -
|
2015-07-15 16:35:53 +00:00 |
|
juha
|
b2ccf8e936
|
IDE: Rename the "Desktop" environment options page to "General" to avoid confusion with new Desktops feature.
git-svn-id: trunk@49549 -
|
2015-07-14 18:39:57 +00:00 |
|
juha
|
4f0f211f3c
|
IDE: Improve the desktops feature. Prevent access violation and exception. Store z-order of windows. Patch from Ondrej Pokorny.
git-svn-id: trunk@49525 -
|
2015-07-11 23:27:44 +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
|
7c8d3b0a52
|
IDE: Add visibility checkbox into component palette options frame. Layout changes. Move Visible flag under ComponentPaletteOptions.
git-svn-id: trunk@49487 -
|
2015-07-02 18:50:26 +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 |
|
maxim
|
321e6ad10d
|
KeyMapping: don't share resource strings with Editor Toolbar options
git-svn-id: trunk@49394 -
|
2015-06-21 18:05:34 +00:00 |
|
juha
|
29d5e6d734
|
Move EditorToolbar from a package to IDE sources. Reuse config dialog with IDE Coolbar.
git-svn-id: trunk@49382 -
|
2015-06-21 10:45:24 +00:00 |
|
maxim
|
1217703f4c
|
IDE: improved Compilation Options page taborder/layout and i18n, patch from Alexey Torgashin, bug #28295
git-svn-id: trunk@49353 -
|
2015-06-16 23:24:13 +00:00 |
|
juha
|
e0a68da24d
|
IDE: Layout improvements for BuildModes manager. Issue #28296, patch from Alexey Torgashin.
git-svn-id: trunk@49347 -
|
2015-06-16 11:32:45 +00:00 |
|
mattias
|
bb34413487
|
IDE: identifier completion: make jump to errors optional, patch #28308
git-svn-id: trunk@49344 -
|
2015-06-16 09:36:33 +00:00 |
|
maxim
|
77e7bce2e8
|
Debugger, CallStack window: localized initial 'Max 10' button caption, shortened 'Goto' button caption and changed source column caption ('Source' -> 'Location')
git-svn-id: trunk@49312 -
|
2015-06-11 00:00:17 +00:00 |
|
maxim
|
6b7321cda8
|
IDE: improved 'Show files to be deleted' dialog i18n, bug #28251
git-svn-id: trunk@49302 -
|
2015-06-09 21:12:59 +00:00 |
|
juha
|
a6dbef7f80
|
Fix dialog file filters in various places. Issue #28242, patch from Alexey Torgashin
git-svn-id: trunk@49262 -
|
2015-06-04 11:17:44 +00:00 |
|
maxim
|
327fafb24f
|
IDE: reverted parts of r49248 #39eb029e62, which caused regressions e.g. in Russian translation
git-svn-id: trunk@49258 -
|
2015-06-04 00:30:22 +00:00 |
|