mattias
|
072360b4c8
|
ide: started GetFormEditorLookupRoot
|
2023-08-13 23:41:27 +02:00 |
|
Juha
|
cc4760393b
|
Reserve "On..." prefix for events and name functions differently.
|
2023-07-25 11:07:57 +03:00 |
|
Juha
|
0c056fc0d2
|
IDE: Remove unknown component properties using the same GUI already used in other situations. Issue #40377.
|
2023-07-15 21:17:02 +03:00 |
|
Juha
|
e65a102527
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
Juha
|
adfc424e92
|
Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION.
|
2023-07-07 17:39:03 +03:00 |
|
Juha
|
eac9c6e5c6
|
IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies.
|
2023-06-11 20:34:36 +03:00 |
|
mattias
|
345f47ca6f
|
IDE: loadlfm: resolve ambigious registered component classes
|
2023-04-13 15:38:12 +02:00 |
|
mattias
|
c3f0c4009a
|
ide: QuickCheckLFMBuffer: support unitnames in lfm
|
2023-04-13 15:38:12 +02:00 |
|
mattias
|
5d4e6e72e4
|
ide: componenttree: change parent of non lcl components
|
2022-12-30 18:20:10 +01:00 |
|
mattias
|
f480047750
|
designer: ask mediator for default size
|
2022-12-30 13:10:17 +01:00 |
|
mattias
|
659f556800
|
IDE: designer: create mediator in nested function
|
2022-12-16 13:44:40 +01:00 |
|
Juha
|
34c6785954
|
IDE: Less debug info. Formatting.
|
2022-01-12 14:43:01 +02:00 |
|
Juha
|
d056a1c9f1
|
Designer,IDE: Change a function name to FindGlobalComponent. Reduce debug info.
|
2021-12-28 16:53:33 +02:00 |
|
Juha
|
05382f4ddf
|
IDE: Show Frame's contents in designer also when its component package is installed in palette. Issue #39488.
|
2021-11-28 00:22:27 +02:00 |
|
maxim
|
21693f17e1
|
IDE fixed typos in 'lisanerroroccuredatlaststartupwhileloadingloadthispro' and 'liscfeanexceptionoccuredduringdeletionof' resource string names
git-svn-id: trunk@65212 -
|
2021-06-10 22:59:58 +00:00 |
|
michl
|
60109e3de5
|
IDE: Designer: Use same background color for control texts as NonFormDesigner background
git-svn-id: trunk@64832 -
|
2021-03-17 21:28:11 +00:00 |
|
mattias
|
0502efa986
|
IDE: fixed repair lfm, finding defineproperties
git-svn-id: trunk@64766 -
|
2021-03-07 19:41:04 +00:00 |
|
juha
|
20c5ac47c0
|
IDE: Use a faster compare method for case-insensitive strings and StringLists.
git-svn-id: trunk@64440 -
|
2021-01-29 19:59:04 +00:00 |
|
michl
|
58cda60754
|
IDE: Hide TNonFormProxyDesignerForm when component is removed - fixed showing of frames at project closing when a docked form editor is used
git-svn-id: trunk@64416 -
|
2021-01-23 21:30:51 +00:00 |
|
juha
|
36968885dd
|
LazUtils: Rename function FilenameIsPascalUnit -> FilenameHasPascalExt. Clashed with a function in Codetools. Update references.
git-svn-id: trunk@64376 -
|
2021-01-11 16:16:58 +00:00 |
|
martin
|
beee215ea3
|
Fix compile with 3.0.4
git-svn-id: trunk@64317 -
|
2021-01-01 16:20:04 +00:00 |
|
juha
|
c0926457b8
|
IdeIntf: Harmonize events for Delete, update OI's tree when plugins are deleted from PSScript.
git-svn-id: trunk@64301 -
|
2020-12-29 22:47:37 +00:00 |
|
mattias
|
5fe35be313
|
IDE: less hints
git-svn-id: trunk@64291 -
|
2020-12-28 16:59:41 +00:00 |
|
juha
|
5cf724ae46
|
Designer: Give names for the side components of PairSplitter. Don't crash when deleting. Issue #38227.
git-svn-id: trunk@64225 -
|
2020-12-18 10:51:37 +00:00 |
|
juha
|
ce1d8c1014
|
IDE: Optimize ComponentPalette caches. Index by registered class instead of class name.
git-svn-id: trunk@64182 -
|
2020-12-08 19:34:40 +00:00 |
|
ondrej
|
f5da5df4fb
|
LCL: high-DPI: fix inplace frames. Issue #36370
git-svn-id: trunk@62507 -
|
2020-01-07 21:14:44 +00:00 |
|
mattias
|
ca832657cf
|
IDE: added resourcebaseclass customform
git-svn-id: trunk@61911 -
|
2019-09-23 09:08:11 +00:00 |
|
juha
|
07161323f3
|
IDE: Allow Tcomponent.ValidateContainer raise an exception at design time. Issue #34445, patch from errno.
git-svn-id: trunk@59361 -
|
2018-10-26 22:33:22 +00:00 |
|
wp
|
a52f3c06b2
|
IDE: Fix wrong size of designtime-created components at high-DPI (note 0110323 of issue #33841). Patch by Ondrej Pokorny.
git-svn-id: trunk@58794 -
|
2018-08-28 10:34:23 +00:00 |
|
juha
|
b20cf40349
|
Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg.
git-svn-id: trunk@58622 -
|
2018-07-24 17:49:21 +00:00 |
|
ondrej
|
f71c5e7e17
|
IDE: designer: fix frame scaling on high-dpi screens. Issue #33841
git-svn-id: trunk@58311 -
|
2018-06-18 19:24:58 +00:00 |
|
juha
|
53ee66450d
|
LazUtils: Move exception and stack trace stuff to new LazTracer. Move function ConvertLineEndings to LazUtilities.
git-svn-id: trunk@58255 -
|
2018-06-14 09:05:50 +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
|
8bed6f8ca0
|
IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
|
2018-06-09 14:40:08 +00:00 |
|
mattias
|
4a8534bfab
|
IDE: call GlobalDesignHook.SetSelection when OI not open
git-svn-id: trunk@57988 -
|
2018-05-21 10:35:27 +00:00 |
|
mattias
|
3c52bd5001
|
IDEIntf: added SaveComponentAsPascal
git-svn-id: trunk@57770 -
|
2018-05-02 22:38:41 +00:00 |
|
juha
|
1cefe1d894
|
IDE: Formatting.
git-svn-id: trunk@57120 -
|
2018-01-19 12:12:42 +00:00 |
|
ondrej
|
d7f8f5e5f6
|
LCL: High-DPI: fix font scaling and design-time scaling. Issues #32882 and #32944
git-svn-id: trunk@56962 -
|
2018-01-05 08:10:01 +00:00 |
|
mattias
|
5a8b53d7bf
|
IDE: fixed example designnonlcl
git-svn-id: trunk@56283 -
|
2017-11-04 15:27:50 +00:00 |
|
ondrej
|
6c35289e98
|
IDE: high-DPI: scale created components
git-svn-id: trunk@55734 -
|
2017-08-21 20:00:14 +00:00 |
|
juha
|
e800a738ad
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.
git-svn-id: trunk@54524 -
|
2017-04-05 08:34:48 +00:00 |
|
joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
juha
|
0973660a48
|
LazUtils: Unify formatting between FileIsReadable and FileIsWritable + other formatting.
git-svn-id: trunk@53127 -
|
2016-10-16 20:06:33 +00:00 |
|
juha
|
ea6e3fa84b
|
IDE: formatting uses section.
git-svn-id: trunk@52828 -
|
2016-08-18 14:32:48 +00:00 |
|
mattias
|
9b0d4c01b6
|
IDE+LCL: debugging Disable/EnableAutoSizing
git-svn-id: trunk@50176 -
|
2015-10-26 21:34:11 +00:00 |
|
juha
|
140203ca19
|
PropEdits: New event TPropHookPersistentDeleted (called after component deletion). r49377 from free-sparta branch by Maciej Izak.
git-svn-id: trunk@49531 -
|
2015-07-12 23:05:17 +00:00 |
|
juha
|
2ca8f21e64
|
IdeIntf: Improve identification of designer forms. r49352,r49367,r49371,r49510 from free-sparta branch by Maciej Izak.
git-svn-id: trunk@49528 -
|
2015-07-12 23:05:08 +00:00 |
|
juha
|
06ac76f560
|
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
|
2015-07-04 23:08:00 +00:00 |
|
mattias
|
7688e7b21f
|
IDE: OI: implemented Revert to inherited for some base types of TComponent properties
git-svn-id: trunk@48682 -
|
2015-04-08 20:50:17 +00:00 |
|
mattias
|
d505fceb00
|
IDE: fixed TCustomFormEditor.GetAncestorLookupRoot to return the next ancestor root, instead of the deepest
git-svn-id: trunk@48681 -
|
2015-04-08 16:10:15 +00:00 |
|