michael
036872251b
* Remove debug writelns
...
git-svn-id: trunk@59182 -
2018-09-29 10:19:45 +00:00
michael
5d99da3b53
* Search for components, refresh recent files.
...
git-svn-id: trunk@59181 -
2018-09-29 10:10:53 +00:00
michael
f79380078f
* Let spotter window be managed by IDE (bug #34353 )
...
git-svn-id: trunk@59180 -
2018-09-29 08:39:09 +00:00
juha
75d1f28106
LazUtils: Move more functions from FileUtils to LazFileUtilities, deprecate the old ones.
...
git-svn-id: trunk@59177 -
2018-09-28 12:25:39 +00:00
juha
c9e4614e17
Delete old deprecated methods.
...
git-svn-id: trunk@59175 -
2018-09-28 11:06:40 +00:00
michael
464cbc13a2
* Allow opening recent files/packages/projects
...
git-svn-id: trunk@59171 -
2018-09-26 19:13:15 +00:00
juha
571647e302
LazUtils: Move ExtractFileNameWithoutExt to LazFileUtils. Rhymes with ExtractFileNameOnly.
...
git-svn-id: trunk@59169 -
2018-09-26 17:49:27 +00:00
michael
51b431043e
* Some visual improvements:
...
* Load options on startup.
* Button to go to settings
* Margins around controls
* Better Left and right margin inside listbox
* Use different default colors (maroon, navy)
* Handle keydown instead of key up, so repeat is enabled.
git-svn-id: trunk@59165 -
2018-09-25 07:44:13 +00:00
mattias
45217310eb
codetools: clean up
...
git-svn-id: trunk@59161 -
2018-09-24 17:38:29 +00:00
juha
2047faa496
IdeIntf: Less verbose ComponentTreeView.
...
git-svn-id: trunk@59160 -
2018-09-24 14:22:04 +00:00
michael
e104172fc2
* Set autosize on edit
...
git-svn-id: trunk@59159 -
2018-09-24 13:28:32 +00:00
michael
462791a009
* Add referral to readme.txt in package description
...
git-svn-id: trunk@59158 -
2018-09-24 13:25:15 +00:00
michael
256e2b8a92
* Clear list when searchterm is empty
...
git-svn-id: trunk@59157 -
2018-09-24 13:09:43 +00:00
juha
57d56b4303
IDE: Add new Application.Title and .Scale statements after Application.Create line. Issue #34318 .
...
git-svn-id: trunk@59156 -
2018-09-24 12:10:50 +00:00
michael
d62467de68
* Free searchitems stringlist
...
git-svn-id: trunk@59154 -
2018-09-24 08:53:19 +00:00
mattias
58bc4c9498
idespotter: less hints
...
git-svn-id: trunk@59153 -
2018-09-23 16:43:20 +00:00
mattias
9483469e58
idespotter: fixed two-key shortcuts
...
git-svn-id: trunk@59152 -
2018-09-23 16:43:07 +00:00
mattias
0cb91fea6f
idespotter: fixed when IDE is docked
...
git-svn-id: trunk@59151 -
2018-09-23 16:24:35 +00:00
michael
fc89b79dc9
* Forgot to add units
...
git-svn-id: trunk@59148 -
2018-09-23 13:31:09 +00:00
michael
3a2e657bca
* Colorize, Dialog to set/save/load options and add copyright notice
...
git-svn-id: trunk@59146 -
2018-09-23 11:03:26 +00:00
mattias
1f64e2b29d
lazutils: deprecated ConvertLineEndings in favor of LineBreaksToSystemLineBreaks
...
git-svn-id: trunk@59144 -
2018-09-23 10:33:52 +00:00
mattias
f14e40c50d
lazutils: removed duplicate code, issue #34320
...
git-svn-id: trunk@59142 -
2018-09-23 06:42:21 +00:00
michael
8851fb32b0
* Mention multiple words
...
git-svn-id: trunk@59139 -
2018-09-22 20:30:22 +00:00
michael
fcbcab32c4
* Focus edit on activate, support multiple words in search term
...
git-svn-id: trunk@59138 -
2018-09-22 20:29:36 +00:00
michael
51cb1f0b2d
* Better shortcut key for non-mac
...
git-svn-id: trunk@59137 -
2018-09-22 20:28:54 +00:00
michael
aa1ef56a38
* Add shortcut key description
...
git-svn-id: trunk@59136 -
2018-09-22 20:28:19 +00:00
wp
94c1307bb0
IDEIntf: Tweak Object Inspector such that TFlowPanelControl items cannot be added and deleted in an incorrect way (issue #34286 ).
...
git-svn-id: trunk@59133 -
2018-09-22 17:48:14 +00:00
mattias
9054d0f584
IDEIntf: comment
...
git-svn-id: trunk@59128 -
2018-09-22 12:14:11 +00:00
mattias
fba579ac62
IDEIntf: added IDEEnvironmentOptions.GetRecentProjectFiles
...
git-svn-id: trunk@59127 -
2018-09-22 12:03:45 +00:00
mattias
023ca2229b
idespotter: added new ide package spotter
...
git-svn-id: trunk@59126 -
2018-09-22 10:16:24 +00:00
bart
70f0e3209a
LazUtf8: leftpad escaped characters in Utf8EscapeControlChars if EscapeMode = emPascal. Prevents ambiguity when reading the result.
...
git-svn-id: trunk@59125 -
2018-09-22 09:57:01 +00:00
mattias
c5bdbc4020
pas2js: macros: return default values if nothing found to get nicer error messages
...
git-svn-id: trunk@59124 -
2018-09-22 09:23:25 +00:00
wp
18b444b2a3
IDEIntf: Disable INS and DEL keyboard shortcuts in collection property editor if "+" and "-" buttons are hidden.
...
git-svn-id: trunk@59123 -
2018-09-21 23:05:00 +00:00
maxim
63273b9684
IDEIntf: updated Russian translation
...
git-svn-id: trunk@59119 -
2018-09-21 22:21:55 +00:00
juha
76f7d02e9f
IdeIntf: Clean comp editor code, use new function EditCollectionNoAddDel instead of default param for old function.
...
git-svn-id: trunk@59117 -
2018-09-21 18:16:00 +00:00
wp
94c4596ba4
LCL: Fix FlowPanel component editor to correctly enable/disable buttons when opened.
...
git-svn-id: trunk@59116 -
2018-09-21 16:44:23 +00:00
wp
c5aca0606a
IDEIntf: Activate modified component editor for TFlowPanel in order to be able to rearrange controls (issue #34286 , modified patch by silvioprog)
...
git-svn-id: trunk@59114 -
2018-09-21 13:46:18 +00:00
wp
652179026e
IDEIntf: Hide property "Control" of TFlowPanelControl in the Object Inspector.
...
git-svn-id: trunk@59112 -
2018-09-21 10:46:17 +00:00
juha
2ee72166e4
LCL-GTK2: Prevent flickering in TOpenGLControl. Turn DoubleBuffered off. Issue #33864 , patch from accorp.
...
git-svn-id: trunk@59111 -
2018-09-21 09:13:12 +00:00
balazs
fd64c39c73
Opkman: Fix memory leak.
...
git-svn-id: trunk@59110 -
2018-09-21 07:50:18 +00:00
juha
6cc32369e2
MainInspector: Fix a typo.
...
git-svn-id: trunk@59092 -
2018-09-20 08:18:57 +00:00
juha
e2bbe1a4d4
IdeIntf: Simplify function FieldNameToPascalIdentifier in FieldsList.
...
git-svn-id: trunk@59090 -
2018-09-20 08:18:49 +00:00
juha
8ac408ea5a
IdeIntf: Improve TOIPropertyGridRow.IsDisabled from r59082 #ac8ef42f9f.
...
git-svn-id: trunk@59084 -
2018-09-19 14:57:46 +00:00
juha
ac8ef42f9f
IdeIntf: A new TDisabledCollectionPropertyEditor for TFlowPanel.ControlList. Disables the button for editor.
...
git-svn-id: trunk@59082 -
2018-09-19 12:37:42 +00:00
balazs
8ee801d5b5
Opkman: Bug fix: remove package compiling restriction.
...
git-svn-id: trunk@59064 -
2018-09-18 18:53:52 +00:00
juha
a1d9f85634
IdeIntf: Improve the CompilationTool stuff. Remove and clean code. Issue #34283 .
...
git-svn-id: trunk@59044 -
2018-09-17 16:53:37 +00:00
juha
5df4b7fc4e
IdeIntf: A new interface class TLazCompilationToolOptions with a Command and CompileReasons. Issue #34283 .
...
git-svn-id: trunk@59043 -
2018-09-17 12:03:51 +00:00
juha
7a46670faa
Revert r59006 #b06f6da4af "IdeIntf: Add API for ExecuteCommand in CompOptsIntf." Must be done better.
...
git-svn-id: trunk@59042 -
2018-09-17 12:03:49 +00:00
dmitry
d313b710e5
cocoa-opengl: removing lclIsHandle method override, as no longer used by cocoa ws
...
git-svn-id: trunk@59037 -
2018-09-16 20:18:06 +00:00
mattias
12ce8a3854
set trunk version to 2.1.0
...
git-svn-id: trunk@59010 -
2018-09-15 19:46:38 +00:00