mattias
|
7395b9b047
|
codetools: tests with
git-svn-id: trunk@50265 -
|
2015-11-09 21:47:46 +00:00 |
|
mattias
|
a98baa8442
|
codetools: added FindWithBlockStatement
git-svn-id: trunk@50264 -
|
2015-11-09 16:32:28 +00:00 |
|
mattias
|
ab78cd25a0
|
codetools: start ctnWithStatement right behind do
git-svn-id: trunk@50263 -
|
2015-11-09 16:31:55 +00:00 |
|
ondrej
|
fa277e1eb3
|
LCL: added StoredWidth property to grid column; dispose FWidth if negative width is set. Issue #28959
git-svn-id: trunk@50262 -
|
2015-11-09 09:57:13 +00:00 |
|
ondrej
|
99dee96a0a
|
CodeTools: use TAVLTree in TTypeAliasOrderList instead of array of string.
git-svn-id: trunk@50261 -
|
2015-11-08 21:35:45 +00:00 |
|
mattias
|
f8980e1003
|
codetools: tests: started test for RemoveWithBlock
git-svn-id: trunk@50260 -
|
2015-11-08 18:15:07 +00:00 |
|
mattias
|
cd32c38a07
|
codetools: tests: renamed finddeclarationtest to testcodetools
git-svn-id: trunk@50259 -
|
2015-11-08 17:19:23 +00:00 |
|
mattias
|
f0fbc37841
|
codetools: tests: renamed fdtbase to finddeclarationtests.pas
git-svn-id: trunk@50258 -
|
2015-11-08 17:15:49 +00:00 |
|
mattias
|
0135b416cb
|
cody: todos
git-svn-id: trunk@50257 -
|
2015-11-08 15:59:42 +00:00 |
|
mattias
|
5ae959e743
|
LCL: TextHint docs
git-svn-id: trunk@50256 -
|
2015-11-08 15:59:34 +00:00 |
|
mattias
|
6eac9e78aa
|
lcl: less with-blocks due to FPC 3.1.1 new record methods
git-svn-id: trunk@50255 -
|
2015-11-08 10:34:25 +00:00 |
|
mattias
|
936b768f7c
|
lcl: less with-blocks due to FPC 3.1.1 new record methods
git-svn-id: trunk@50254 -
|
2015-11-08 10:32:23 +00:00 |
|
mattias
|
12697b9fd7
|
lcl: less with-blocks due to FPC 3.1.1 new record methods
git-svn-id: trunk@50253 -
|
2015-11-08 10:30:24 +00:00 |
|
mattias
|
9d4bc5783d
|
lcl: less with-blocks due to FPC 3.1.1 new record methods
git-svn-id: trunk@50252 -
|
2015-11-08 10:20:17 +00:00 |
|
mattias
|
5c52fa883c
|
cody: todos
git-svn-id: trunk@50251 -
|
2015-11-08 10:19:31 +00:00 |
|
mattias
|
f5d708e744
|
IDE: clean up
git-svn-id: trunk@50250 -
|
2015-11-08 10:06:06 +00:00 |
|
juha
|
cda0cfab52
|
IDE: Help options frame: simpler. Issue #28974, patch from Alexey.
git-svn-id: trunk@50249 -
|
2015-11-08 09:00:57 +00:00 |
|
juha
|
06a2f78e3c
|
LCL: Improve TreeView Tooltip support. Issue #28879, patch from Alexey.
git-svn-id: trunk@50248 -
|
2015-11-08 08:46:17 +00:00 |
|
juha
|
89738efcb7
|
IdeIntf: Remove update events for ComponentPalette from TLazIDEInterface.
git-svn-id: trunk@50244 -
|
2015-11-07 16:37:25 +00:00 |
|
juha
|
8cccad8aad
|
IdeIntf: Remove a simple TRegisteredComponent.IsTControl function.
git-svn-id: trunk@50243 -
|
2015-11-07 16:37:20 +00:00 |
|
mattias
|
d6128fafcf
|
printers4lazarus: unitx: select dialog nicer buttons, patch #28798 from Alexey
git-svn-id: trunk@50242 -
|
2015-11-06 23:11:39 +00:00 |
|
mattias
|
ad92302ba7
|
IDE: mouse actions options: simplified and improved layout for Linux, patch #28961 from Alexey
git-svn-id: trunk@50241 -
|
2015-11-06 22:34:29 +00:00 |
|
mattias
|
5fa48e6e5f
|
jcf: using buttonpanel and default font, patch from Alexey
git-svn-id: trunk@50240 -
|
2015-11-06 22:31:47 +00:00 |
|
mattias
|
5ae051ec60
|
IDE: new package component: simplified, patch from Alexey
git-svn-id: trunk@50239 -
|
2015-11-06 22:29:50 +00:00 |
|
mattias
|
68a7b1d875
|
IDE: fixed search results when match at in psaces at beginning of line
git-svn-id: trunk@50238 -
|
2015-11-06 19:07:52 +00:00 |
|
mattias
|
89190707c1
|
LCL: exploded some With-blocks for fpc 3.1.1
git-svn-id: trunk@50237 -
|
2015-11-06 18:35:28 +00:00 |
|
mattias
|
f088a0bc08
|
IDE: fixed opening an existing package editor, bug #28963
git-svn-id: trunk@50236 -
|
2015-11-06 17:03:37 +00:00 |
|
mattias
|
a3cea8f6d2
|
IDE: undo wrong patch bug #28963
git-svn-id: trunk@50235 -
|
2015-11-06 17:02:56 +00:00 |
|
marco
|
25053e8ea1
|
* fix a position where TRect.Width and Height caused problems.
git-svn-id: trunk@50234 -
|
2015-11-06 16:44:24 +00:00 |
|
juha
|
968fd42946
|
Packager: Prevent error when opening a package dependency which is already open. Issue #28963, patch from Cyrax.
git-svn-id: trunk@50233 -
|
2015-11-06 12:09:35 +00:00 |
|
mattias
|
a1e2f1e248
|
lazutils: LoadFromCSVStream: fixed reading UTF16
git-svn-id: trunk@50232 -
|
2015-11-06 12:05:15 +00:00 |
|
ondrej
|
6d5708e02c
|
LCL: add stored function for FilterEdit TextHint. Issue #28956
git-svn-id: trunk@50231 -
|
2015-11-05 12:38:05 +00:00 |
|
ondrej
|
1b015d1034
|
codetools: ignore constant operand in operator comparison if the other operand has a defined type.
git-svn-id: trunk@50230 -
|
2015-11-05 06:21:21 +00:00 |
|
juha
|
9271bc1893
|
IDE: Remove extra value of TextHint in IdeOptionsDialog form file. Issue #28956.
git-svn-id: trunk@50229 -
|
2015-11-04 21:29:29 +00:00 |
|
maxim
|
bfeff4b3d8
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@50228 -
|
2015-11-04 20:47:49 +00:00 |
|
ondrej
|
5647f9b77d
|
IDE: correct English dlfMouseSimpleGutterLines constant, issue #28960
git-svn-id: trunk@50227 -
|
2015-11-04 18:30:27 +00:00 |
|
ondrej
|
508bcddf07
|
IDE: CodeTools, CodeCreation: more integer types for operator comparison.
git-svn-id: trunk@50226 -
|
2015-11-04 17:24:05 +00:00 |
|
maxim
|
9760e976d1
|
Components, ExternHelp: improved file selection dialog layout in 'Options' -> 'Help' -> 'External' page, patch from Alexey Torgashin, bug #28954
git-svn-id: trunk@50225 -
|
2015-11-04 14:09:48 +00:00 |
|
maxim
|
1a76f64c08
|
Cody: improved i18n, regenerated translations and updated Russian translation
git-svn-id: trunk@50224 -
|
2015-11-04 13:49:56 +00:00 |
|
maxim
|
a4ee93699e
|
IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@50223 -
|
2015-11-04 13:32:08 +00:00 |
|
maxim
|
90c6e305d8
|
IDE: improved i18n of 'Event/Method section' ComboBox in 'Options' -> 'Codetools' -> 'Code creation' page
git-svn-id: trunk@50222 -
|
2015-11-04 13:16:28 +00:00 |
|
maxim
|
43944aa78b
|
IDE: added dots after 'Project' -> 'Project Inspector' and 'Project' -> 'Change Build Mode', patch from Alexey Torgashin, bug #28955
git-svn-id: trunk@50221 -
|
2015-11-04 13:01:25 +00:00 |
|
maxim
|
fd5a8e9676
|
IDE: fixed FilterEdit hint i18n in Options dialog, patch by Alexey Torgashin, bug #28956
git-svn-id: trunk@50220 -
|
2015-11-04 12:51:51 +00:00 |
|
ondrej
|
7ccbb1c8be
|
IDE: fixed TChooseClassSectionDialog.Position (use poScreenCenter).
git-svn-id: trunk@50219 -
|
2015-11-04 11:21:19 +00:00 |
|
ondrej
|
db5d7eaeaf
|
IDE: improved TTypeAliasOrderList.Create
git-svn-id: trunk@50218 -
|
2015-11-04 09:46:25 +00:00 |
|
ondrej
|
62d50f53a1
|
IDE: CodeTools, CodeCreation: compare operand types in operator evaluation, issue #28953
git-svn-id: trunk@50217 -
|
2015-11-04 07:13:58 +00:00 |
|
mattias
|
7e87aaea72
|
translations: German: updates from Swen Heinig
git-svn-id: trunk@50216 -
|
2015-11-03 18:23:54 +00:00 |
|
mattias
|
f84365210d
|
IDE: fixed range check error
git-svn-id: trunk@50215 -
|
2015-11-03 16:08:41 +00:00 |
|
juha
|
1cefa33866
|
IDE: Prevent AV when trying to record a macro with closed editors. Issue #28947.
git-svn-id: trunk@50214 -
|
2015-11-03 15:41:19 +00:00 |
|
ondrej
|
c8cb925526
|
IDE: enhance LazIDEIntf with more MessagesView capabilities.
git-svn-id: trunk@50213 -
|
2015-11-03 15:06:42 +00:00 |
|