maxim
8dda499a54
IDE: committed automatically regenerated file
...
git-svn-id: trunk@65277 -
2021-06-18 20:47:33 +00:00
maxim
91e1a5a741
Reverted r65252 #caf1ee88ad: IDE: Add '.' to tooltip help if missing. Issue #39004 , patch by CudaText man.
...
This caused a regression (bug #39011 ), and descriptions themselves had been corrected instead in order to have correct punctuation in all help output formats (CHM, HTML etc.)
git-svn-id: trunk@65276 -
2021-06-18 20:39:19 +00:00
juha
caf1ee88ad
IDE: Add '.' to tooltip help if missing. Issue #39004 , patch by CudaText man.
...
git-svn-id: trunk@65252 -
2021-06-16 21:38:38 +00:00
mattias
91763f2247
set trunk version to 2.3.0
...
git-svn-id: trunk@65242 -
2021-06-15 14:00:39 +00: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
maxim
0910337b75
IDE: fixed typo in TMessagesCtrl.SelectNextOccurence method name
...
git-svn-id: trunk@65210 -
2021-06-10 22:33:07 +00:00
maxim
171338a8db
IDE: fixed typos related to 'occur' word
...
git-svn-id: trunk@65206 -
2021-06-10 22:17:00 +00:00
martin
176f0b3310
SynEdit: Handle new Gtk2 IM / Experimental / Issue #38730 / Based on Patch by Do-wan Kim / Moved to new unit
...
git-svn-id: trunk@65175 -
2021-06-05 22:33:53 +00:00
maxim
8ebbe335cf
IDE: improved caption, regenerated translations and updated Russian translation
...
git-svn-id: trunk@65157 -
2021-05-30 20:53:31 +00:00
michl
37c8a252a1
IDE: Auto-create DataModule. Regression from revision 63005 #f5472e8233. Issue #38946
...
git-svn-id: trunk@65153 -
2021-05-30 11:59:48 +00:00
martin
a3bd018a86
Debugger, IDE: Watches, add "Allow function calls" option to IDE / Add "Auto set class from instance"
...
git-svn-id: trunk@65152 -
2021-05-29 22:51:13 +00:00
martin
c942b091f8
InspectDlg: add button "add watch"
...
git-svn-id: trunk@65146 -
2021-05-28 17:35:20 +00:00
juha
9eb3d04915
SynEdit: De-deprecate TCustomSynEdit.FoldState until we have an alternative. Improve editor general options layout a little.
...
git-svn-id: trunk@65138 -
2021-05-26 09:16:29 +00:00
juha
6c50817cf5
IDE: Fix a problem with 3 levels of inheritance from TForm. Issue #38921 , patch by Martok.
...
git-svn-id: trunk@65124 -
2021-05-23 06:43:33 +00:00
mattias
f37ae1b3d2
IDE: search result buttons: fixed update, issue #38896
...
git-svn-id: trunk@65117 -
2021-05-17 17:44:22 +00:00
michl
8b521e4354
DockedFormEditor: Fixed wrong DisplayState in MainIDE. Now UnDo/ReDo are activated correct at switching Code/Form.
...
git-svn-id: trunk@65108 -
2021-05-12 19:29:27 +00:00
michl
30e1eb1591
DockedFormEditor: Preparing IDE for AnchorDesigner UnDo/ReDo
...
git-svn-id: trunk@65107 -
2021-05-12 16:07:12 +00:00
michl
1581009347
AnchorDockingDsgn: Set FloatingWindowsOnTop per default in new created IDE. See issue #19272
...
git-svn-id: trunk@65062 -
2021-04-25 15:58:56 +00:00
maxim
7d79872679
Packager: Do not allow to translate lisPkgMangNewPackage ('NewPackage') string anymore. Unbreaks "Package -> New Package" and "Package -> New Component" for most translations into languages with non-latin alphabets, as new package name should be a valid Pascal identifier. Regenerated translations.
...
Before this change some translations of lisPkgMangNewPackage were discarded (in "Package -> New Package") or caused crashes (in "Package -> New Component") and other translations could be changed in "unexpected" ways (basically all symbols except 'a'..'z','A'..'Z','_','0'..'9' removed) in order to get a valid Pascal identifier. This is really not desired.
git-svn-id: trunk@65047 -
2021-04-21 22:05:35 +00:00
mattias
6a460513ac
IDE: fixed searchresultsviw crash when docked
...
git-svn-id: trunk@65008 -
2021-04-17 09:37:44 +00:00
maxim
483c8f81c2
Debugger: improved wording of some captions on debugger class options page, regenerated translations and updated Russian translation
...
git-svn-id: trunk@65004 -
2021-04-15 21:49:44 +00:00
michl
0a2e80cbc4
DockedFormEditor: Preparing for SyncCodeAndForm
...
git-svn-id: trunk@65001 -
2021-04-15 20:09:53 +00:00
juha
7b18690162
Remove an obsolete dbg message when deleting a comp. Remove "var" from params when not needed.
...
git-svn-id: trunk@65000 -
2021-04-15 19:22:38 +00:00
martin
fb902432c9
IDE, Options: Missing file
...
git-svn-id: trunk@64999 -
2021-04-15 14:01:23 +00:00
michl
ce93f694d9
IDE: Fixed ObjectInspector StatusBar text not updated if information box is disabled. Issue #38740
...
git-svn-id: trunk@64979 -
2021-04-12 19:24:32 +00:00
michl
7bfd45feed
IDE: Missed part for revision 64918 #143823e00f: IDE with AnchorDockingDsgn throws AV when unit is cloned in SourceEditor to new SourceEditor. Issue #38699
...
git-svn-id: trunk@64940 -
2021-04-07 13:12:04 +00:00
mattias
13450f46a2
codetools: FindReferences for unit names
...
git-svn-id: trunk@64931 -
2021-04-06 00:11:28 +00:00
michl
fa42d863cd
IDE: Fixed components window closes but component does not appear in form. Issue #38706
...
git-svn-id: trunk@64929 -
2021-04-05 16:27:49 +00:00
michl
143823e00f
IDE: Fixed IDE with AnchorDockingDsgn throws AV when unit is cloned in SourceEditor to new SourceEditor. Issue #38699
...
git-svn-id: trunk@64918 -
2021-04-03 21:17:34 +00:00
mattias
14676d7a8e
IDE: less verbosity
...
git-svn-id: trunk@64912 -
2021-04-03 12:06:26 +00:00
mattias
6ad65c8d94
IDE: default position of object inspector: consider docked controls in MainIDEBar
...
git-svn-id: trunk@64910 -
2021-04-03 11:57:07 +00:00
michl
7afc1df1e9
IDE: Remove OnIdle-handler of CodeBrowser when searching is finished
...
git-svn-id: trunk@64900 -
2021-04-02 19:10:56 +00:00
mattias
74b6997d63
ide: on app activate: invalidate file state cache immediately
...
git-svn-id: trunk@64899 -
2021-04-02 17:26:11 +00:00
mattias
165e812983
IDE: search results view: fixed close while docked
...
git-svn-id: trunk@64898 -
2021-04-02 13:25:25 +00:00
martin
dbd1e52b63
IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter.
...
git-svn-id: trunk@64896 -
2021-03-31 19:37:03 +00:00
martin
f803f8f8c4
IDE, SynEdit: change default from syscolor (clBtnFace) to hardcoded light grey for gutter.
...
git-svn-id: trunk@64895 -
2021-03-30 21:53:23 +00:00
maxim
db10027e7d
IDE: make sure to always load form resources when resaving forms with i18n, bug #38640
...
git-svn-id: trunk@64891 -
2021-03-29 22:24:02 +00:00
juha
6be311758d
IDE: Ask about auto-creating form after adding a unit.
...
git-svn-id: trunk@64870 -
2021-03-25 09:59:38 +00:00
juha
566adc9a29
IDE: Make added units available for auto-create forms. Move function UpdateUnitInfoResourceBaseClass to avoid circular ref. Issue #38634 .
...
git-svn-id: trunk@64869 -
2021-03-25 06:35:38 +00:00
juha
c82249be2a
IDE: Cleanup TMainIDE.ProjInspectorAddUnitToProject.
...
git-svn-id: trunk@64868 -
2021-03-25 06:35:36 +00:00
juha
705681f4d5
IDE: Add MinHeight and MinWidth constraints to Code Browser window. Issue #38646 .
...
git-svn-id: trunk@64862 -
2021-03-23 09:46:07 +00:00
martin
1f29891c35
IDE, Project: Add config for NSPrincipalClass (MacOS)
...
git-svn-id: trunk@64837 -
2021-03-19 20:28:42 +00:00
balazs
83820dbaf0
IDE: IDE does not remember width of CoolBar. Issue #37214 .
...
git-svn-id: trunk@64835 -
2021-03-18 13:18:21 +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
michl
190edf1ecd
IDE: Change default non form designer background color to clWindow as requested in German Lazarusforum to take care of dark theme
...
git-svn-id: trunk@64831 -
2021-03-17 21:14:46 +00:00
maxim
bdc78cd5af
IDE: improved wording of newly added caption, regenerated translations and updated Russian translation
...
git-svn-id: trunk@64822 -
2021-03-15 23:19:23 +00:00
michl
19c40b93bd
IDE: Option background color for Non Form Designer e.g. TDataModule added - as requested in German Lazarus Forum
...
git-svn-id: trunk@64820 -
2021-03-15 13:37:40 +00:00
ondrej
aefd991f45
LPI: save RunParams from active mode only in CompatibilityMode (it is not used in recent Lazarus versions and only causes dummy changes in the LPI file - the current mode is stored within the LPS)
...
git-svn-id: trunk@64818 -
2021-03-15 11:12:03 +00:00
michl
c5b06ed789
IDE: Close empty Source Editor window same as with one source file left
...
git-svn-id: trunk@64814 -
2021-03-15 00:13:35 +00:00
maxim
fe03edd4aa
IDE: increased DropDownCount of project types ComboBox in Startup options page even more (to 20) and improved its anchoring
...
git-svn-id: trunk@64810 -
2021-03-14 21:02:57 +00:00