juha
|
8bed6f8ca0
|
IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
|
2018-06-09 14:40:08 +00:00 |
|
juha
|
880624a747
|
Refactor: reorder uses sections.
git-svn-id: trunk@58207 -
|
2018-06-09 14:39:54 +00:00 |
|
juha
|
90b07c0f9e
|
Refactor: move LazIsValidIdent from IdeUtils to PackageDependencyIntf.
git-svn-id: trunk@58206 -
|
2018-06-09 14:39:51 +00:00 |
|
juha
|
5f57884ed1
|
LCL,LazUtils: Move ModalResult and the mr... consts to a new unit in LazUtils. They are used in non-GUI programs, too.
git-svn-id: trunk@58205 -
|
2018-06-09 14:39:49 +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 |
|
juha
|
672ece7241
|
Refactor: Move variable ConsoleVerbosity from MacroIntf to LazUtilities. Rename MergeSort to avoid name clash and confusion.
git-svn-id: trunk@58203 -
|
2018-06-09 14:39:21 +00:00 |
|
juha
|
945c751e01
|
Fix compilation of LazBuild which uses EnvironmentOpts. SynCompletion was added to uses in r57672 #edc90668e0.
git-svn-id: trunk@58199 -
|
2018-06-09 11:01:32 +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 |
|
ondrej
|
5834be34f2
|
ideintf: objectinspector: Fix status bar misalignment. issue #33825
git-svn-id: trunk@58123 -
|
2018-06-04 12:29:39 +00:00 |
|
mattias
|
29ade16eea
|
pas2js: cache macro values
git-svn-id: trunk@58098 -
|
2018-06-03 19:45:34 +00:00 |
|
ondrej
|
c0136a0867
|
Components: use LazLoggerBase instead of LazLogger
git-svn-id: trunk@58083 -
|
2018-06-02 16:46:39 +00:00 |
|
mattias
|
1c514f9a8d
|
IDE: designer: option show non visual components
git-svn-id: trunk@58037 -
|
2018-05-27 06:54:35 +00:00 |
|
mattias
|
a4ef8dcb02
|
IDE: started copying component palette options
git-svn-id: trunk@58028 -
|
2018-05-25 07:15:33 +00:00 |
|
juha
|
d5a918a748
|
IdeIntf: Make translated texts fit in ImageList editor buttons. Issue #33775, patch from FTurtle.
git-svn-id: trunk@58020 -
|
2018-05-24 08:51:10 +00:00 |
|
mattias
|
abf650c130
|
ideintf: fixed compile under carbon
git-svn-id: trunk@58013 -
|
2018-05-23 14:18:28 +00:00 |
|
mattias
|
333f3c4a38
|
IDEIntf: using TFPList
git-svn-id: trunk@58011 -
|
2018-05-23 13:49:06 +00:00 |
|
mattias
|
3df9ef6440
|
IDEIntf: TInterfacePropertyEditor, TPersistentPropertyEditor: check csDesigning if ComponentPropertyOnlyDesign
git-svn-id: trunk@58001 -
|
2018-05-22 08:21:52 +00:00 |
|
mattias
|
6a583d8bfb
|
IDEIntf: TInterfacePropertyEditor, TPersistentPropertyEditor: do not check csDesigning
git-svn-id: trunk@58000 -
|
2018-05-22 08:05:39 +00:00 |
|
mattias
|
7aa6b95bbb
|
IDEIntf: less hints, comments
git-svn-id: trunk@57999 -
|
2018-05-22 08:00:08 +00:00 |
|
mattias
|
362d5edb4f
|
IDE: designer: undo: using beginupdate/endupdate to trigger less events
git-svn-id: trunk@57986 -
|
2018-05-21 09:31:59 +00:00 |
|
mattias
|
dec751c07b
|
IDEIntf: fixed registering options frames with same index
git-svn-id: trunk@57983 -
|
2018-05-21 08:48:32 +00:00 |
|
wp
|
be91e3f128
|
IDE: Fix grid image index property editor not finding the image list
git-svn-id: trunk@57975 -
|
2018-05-19 17:02:56 +00:00 |
|
michl
|
27a2e55798
|
LCL: PropEdits: ShortCutGrabBox: Removed mouse keys from key combobox.
git-svn-id: trunk@57962 -
|
2018-05-18 21:34:48 +00:00 |
|
mattias
|
967bf6dfd1
|
IDE: fix invalid localized package names
git-svn-id: trunk@57961 -
|
2018-05-18 21:34:39 +00:00 |
|
michl
|
31dd064264
|
IDE: ObjectInspector: Fixed property filter input: caret jumps to begin. Issue #33585
git-svn-id: trunk@57957 -
|
2018-05-18 19:51:00 +00:00 |
|
mattias
|
995f971392
|
IDE: added quickfix for An inherited method is hidden, add overload or reintroduce
git-svn-id: trunk@57915 -
|
2018-05-13 10:41:19 +00:00 |
|
mattias
|
ee7e7c077c
|
IDEIntf: added CompilerPath, fixed fpc msg parser if msg id not found
git-svn-id: trunk@57910 -
|
2018-05-13 07:15:23 +00:00 |
|
mattias
|
f65a30ed47
|
IDE: use pas2js msg parser
git-svn-id: trunk@57905 -
|
2018-05-12 15:36:26 +00:00 |
|
mattias
|
157312616b
|
IDE: started pas2js message parser
git-svn-id: trunk@57902 -
|
2018-05-11 19:59:48 +00:00 |
|
mattias
|
18903285e2
|
IDE: allow pas2js as compiler, added target os browser and nodejs
git-svn-id: trunk@57896 -
|
2018-05-11 08:50:33 +00:00 |
|
ondrej
|
a7a95f8f65
|
IDE: OI: fix form image index
git-svn-id: trunk@57868 -
|
2018-05-09 01:55:07 +00:00 |
|
ondrej
|
936a0dea02
|
IDE: use IDEImages instead of custom image lists
git-svn-id: trunk@57865 -
|
2018-05-09 01:39:31 +00:00 |
|
ondrej
|
a914eaa29d
|
IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
|
2018-05-08 23:10:58 +00:00 |
|
ondrej
|
0143117e52
|
IDE: use TLCLGlyphs for IDE images
git-svn-id: trunk@57852 -
|
2018-05-08 21:41:16 +00:00 |
|
maxim
|
2a65c2b974
|
Translations: French translation update by Gilles Vasseur, bug #33673
git-svn-id: trunk@57786 -
|
2018-05-03 22:53:34 +00:00 |
|
juha
|
9f9965c410
|
IdeIntf: Prevent error "LookupRoot does not match" in ComponentTreeView. Issue #33677.
git-svn-id: trunk@57776 -
|
2018-05-03 12:04:38 +00:00 |
|
mattias
|
3c52bd5001
|
IDEIntf: added SaveComponentAsPascal
git-svn-id: trunk@57770 -
|
2018-05-02 22:38:41 +00:00 |
|
juha
|
a97c137b1b
|
IdeIntf: Support nested collections in TComponentWalker for ComponentTreeView.
git-svn-id: trunk@57763 -
|
2018-05-01 18:55:49 +00:00 |
|
mattias
|
7dd4ef464c
|
IDE: find/rename identifier: search in used but not listed units too
git-svn-id: trunk@57727 -
|
2018-04-26 17:37:14 +00:00 |
|
ondrej
|
a711fb97c0
|
IDE: remove redundant glyph assignments
git-svn-id: trunk@57723 -
|
2018-04-26 10:02:59 +00:00 |
|
ondrej
|
801f6efb1b
|
LCL, components: TCustomEditButton: enable image list support, use LCLBtnGlyphs.
git-svn-id: trunk@57722 -
|
2018-04-26 09:59:30 +00:00 |
|
ondrej
|
685e707752
|
IDE: fix image loading after r57716 #136d996374
git-svn-id: trunk@57720 -
|
2018-04-26 09:08:41 +00:00 |
|
ondrej
|
7ae0c035e9
|
IdeIntf: TImageIndexPropertyEditor: list indexes better
git-svn-id: trunk@57709 -
|
2018-04-25 10:59:49 +00:00 |
|
ondrej
|
1412bf4f4a
|
LCL: TSpeedButton, TBitBtn: ImageIndex with combo box. Issue #33645
git-svn-id: trunk@57708 -
|
2018-04-25 10:56:32 +00:00 |
|
ondrej
|
edc90668e0
|
IDE: restore identifier completion window size on desktop change.
git-svn-id: trunk@57672 -
|
2018-04-19 11:17:14 +00:00 |
|
ondrej
|
cf03083224
|
IdeIntf: OI: fix streamed property detection (default float values were highlighted).
git-svn-id: trunk@57606 -
|
2018-04-05 11:22:33 +00:00 |
|
juha
|
067144af2d
|
LCL-GTK2: Fix designer behavior when Top/Left/Width/Height is selected in Object Inspector. Issue #33426, patch from accorp.
git-svn-id: trunk@57604 -
|
2018-04-05 02:09:02 +00:00 |
|
wp
|
9e2c7686af
|
IDE: Add an {$IF FPC_FullVersion >= 30101} around registration of TFileName property editor - see discussion in Issue #33410.
git-svn-id: trunk@57521 -
|
2018-03-17 15:43:57 +00:00 |
|
michl
|
31d19dccb7
|
IDE: Register a property editor for TFileName properties. Issue #33410. Patch by Silvio Clécio
git-svn-id: trunk@57498 -
|
2018-03-11 10:00:04 +00:00 |
|
michl
|
1dc4d93a11
|
IDE: ObjectInspector: Fixed SHIFT click to select a range doesn't work. Issue #33383. Patch by Rik van Kekem
git-svn-id: trunk@57497 -
|
2018-03-11 09:49:02 +00:00 |
|