juha
7fd984012b
IDE: Update popup menu item Enabled state correctly in Keymapping options. Sender is PopupMenu, not TreeView.
...
git-svn-id: trunk@43352 -
2013-11-02 11:06:38 +00:00
juha
5dfe5dfd29
IDE: Fix the check for conflicting sequential (multi-stage) shortcuts. Issue #25085
...
git-svn-id: trunk@43351 -
2013-11-02 10:03:43 +00:00
bart
029f4903de
MaskEdit: avoid calling OnChange when setting initial values for Mask and Text.
...
Resolves issue #0019029 .
(Code completion also made some unrelated changes synchronizing lower/uppercase usage in declarations)
git-svn-id: trunk@43350 -
2013-11-01 23:41:58 +00:00
martin
5bc8ede3a2
FPDebug: refactor
...
git-svn-id: trunk@43349 -
2013-11-01 18:13:29 +00:00
bart
2eb279e6e1
LazUtf8: implement Utf8 versions of LeftStr and RightStr.
...
git-svn-id: trunk@43348 -
2013-11-01 17:40:11 +00:00
martin
66f965d74c
FPDebug: more tags
...
git-svn-id: trunk@43347 -
2013-11-01 00:40:27 +00:00
martin
45c0307c1b
FPDebug: more tags
...
git-svn-id: trunk@43346 -
2013-10-31 02:00:59 +00:00
juha
51b74b6f56
TreeFilterEdit: change visibility of FreeNodeData and remove a hack-accessor class.
...
git-svn-id: trunk@43345 -
2013-10-31 00:16:45 +00:00
juha
95fe4e6ff1
TreeFilterEdit: Improve TTreeFilterBranch.RemoveChildrenData logic. Issue #25259 , patch from Cyrax
...
git-svn-id: trunk@43344 -
2013-10-30 22:55:22 +00:00
martin
75b3da80b2
FPDebug: more tags
...
git-svn-id: trunk@43343 -
2013-10-30 17:02:59 +00:00
martin
f7b43be9d6
SynEdit: Pas HighLighter, recognize new &keyword for identifier style
...
git-svn-id: trunk@43342 -
2013-10-30 12:52:02 +00:00
mattias
766298e0ef
lazcontrols: fixed crash on freeing TFileNameItem
...
git-svn-id: trunk@43341 -
2013-10-30 10:20:24 +00:00
martin
6130157a41
FPDebug: more tags
...
git-svn-id: trunk@43338 -
2013-10-28 23:43:31 +00:00
bart
c115f8906b
ComCtrls: change signature of TDrawTabEvent to avoid compilation error due to duplicatie identifier.
...
Issue #0025245 . Patch by Avishai.
git-svn-id: trunk@43337 -
2013-10-28 20:48:39 +00:00
mattias
19fb55dd6e
LCL: gtk2: link with libcairo-gobject on Linux and fpc 2.7.1
...
git-svn-id: trunk@43336 -
2013-10-28 12:56:57 +00:00
mattias
abf9d7b71f
IDE: less hints
...
git-svn-id: trunk@43335 -
2013-10-28 12:55:43 +00:00
martin
23d8b37a31
SynEdit: SynCompletion, a fix 64 bit compilation
...
git-svn-id: trunk@43334 -
2013-10-28 11:13:23 +00:00
zeljko
daca74abed
Qt: implemented SWP_SHOWWINDOW and SWP_HIDEWINDOW in TQtWidgetSet.SetWindowPos.
...
git-svn-id: trunk@43333 -
2013-10-28 08:32:52 +00:00
martin
6b7452699a
SynEdit: IFDEF lowlight, fix wrong index, and fix using same nested comment setting as HL / Issue #0025244
...
git-svn-id: trunk@43332 -
2013-10-28 00:41:36 +00:00
mattias
5532f47222
synedit: less hints
...
git-svn-id: trunk@43331 -
2013-10-27 17:16:34 +00:00
martin
0f1ab1f8fe
FPDebug: scan in enum / helper to build pascal representation of types
...
git-svn-id: trunk@43330 -
2013-10-27 14:03:01 +00:00
martin
69885cfba0
Debugger: Fix mem leak in disassembler
...
git-svn-id: trunk@43329 -
2013-10-27 13:47:25 +00:00
maxim
02a1939e74
LazReport: regenerated translations; updated Russian translation
...
git-svn-id: trunk@43328 -
2013-10-27 13:04:58 +00:00
maxim
acb1cbd1db
LazReport: fixed some typos
...
git-svn-id: trunk@43327 -
2013-10-27 13:01:20 +00:00
jesus
b1d5a81dfb
LazReport: complement of previous patch, from Alexey Lagunov
...
git-svn-id: trunk@43326 -
2013-10-26 22:23:48 +00:00
jesus
3205c4d896
LazReport: Patch from Alexey Lagunov
...
- make description for interpretator functions in LazReport script
- move date and time format const to l18n resources for correct init its
- add new component in LazReport dialogs - lrCheckBoxList
- now LazReport script work with simple arrays and arrays property
- add new function in LazReport script (NewPage, NewColumn, StopReport, Inc, Dec, StopReport) for FR2.5 compatable
- fix LazReport script function Pos - now its work with utf8 strings
- fix paint Z-Order in lrDesigner for dialogs
- more bug fix
git-svn-id: trunk@43325 -
2013-10-26 22:07:18 +00:00
martin
b674986c1a
FPDebug: more dwarf types (enum)
...
git-svn-id: trunk@43324 -
2013-10-26 19:28:25 +00:00
martin
43df650e1e
FPDebug: more dwarf types (enum)
...
git-svn-id: trunk@43323 -
2013-10-26 18:57:36 +00:00
martin
6d22536a80
SynEdit: SynCompletion, add some utf8 support. issue #0024954
...
git-svn-id: trunk@43322 -
2013-10-26 11:56:58 +00:00
martin
f1c0a8c344
FPDebug: fix scanning past end of infodata / fix memleak
...
git-svn-id: trunk@43321 -
2013-10-25 12:35:34 +00:00
martin
37802bc55d
Debugger: Fix parsing class with nested record / array of record / newer gdb
...
git-svn-id: trunk@43318 -
2013-10-24 21:32:12 +00:00
martin
60810fa307
Debugger: Fix parsing class with nested record / array of record
...
git-svn-id: trunk@43317 -
2013-10-24 20:38:48 +00:00
zeljko
40b4393fe1
Qt: workaround for Qt raster engine bug when rectangle is drawn and pen is cosmetic. issue #25227
...
git-svn-id: trunk@43315 -
2013-10-24 07:08:33 +00:00
juha
bb2b2df873
IDE: Support for OS msdos/CPU i8086. Issue #25220 , patch from Reinier Olislagers.
...
git-svn-id: trunk@43314 -
2013-10-23 23:02:50 +00:00
juha
9164f8170a
IndustrialStuff: formatting of AdvLed unit.
...
git-svn-id: trunk@43313 -
2013-10-23 22:52:36 +00:00
juha
bef40f8589
LCL: fix TreeNode.Selected behavior. Issue #25178 , patch from Ocean.
...
git-svn-id: trunk@43312 -
2013-10-23 22:51:22 +00:00
martin
126d8b1499
FPDebug: more ptype for gdb
...
git-svn-id: trunk@43311 -
2013-10-23 22:50:03 +00:00
martin
5784fea1bb
FPDebug: refactor / more ptype for gdb
...
git-svn-id: trunk@43310 -
2013-10-23 22:18:09 +00:00
martin
89a45ba046
FPDebug: refactor
...
git-svn-id: trunk@43309 -
2013-10-23 19:48:46 +00:00
zeljko
b24e7d2f1b
Qt: added note about spotted bug in Qt-4.8.5 lib when using raster graphicssystem.
...
git-svn-id: trunk@43308 -
2013-10-23 18:51:33 +00:00
martin
85ab415159
SrcEdit: workaround for Mac QueueAsync bug
...
git-svn-id: trunk@43307 -
2013-10-23 15:26:46 +00:00
martin
0148216198
Debugger: Change ExceptionList to one list (no master/slave), fix debugger follows config which exceptions to ignore.
...
git-svn-id: trunk@43306 -
2013-10-23 14:28:25 +00:00
martin
649eb4e059
FPDebug: refactor / more ptype for gdb
...
git-svn-id: trunk@43305 -
2013-10-23 13:26:43 +00:00
martin
03718c93d9
Debugger: fix adding watch via dialog. Open watch view window
...
git-svn-id: trunk@43304 -
2013-10-23 12:53:12 +00:00
martin
b7a2c9476f
Debugger: fix disassembler testcase
...
git-svn-id: trunk@43303 -
2013-10-23 12:43:30 +00:00
martin
e1a4c01ac8
Debugger: improve cache / fix compare none case-sensitive
...
git-svn-id: trunk@43302 -
2013-10-23 12:32:20 +00:00
martin
4e2db184a7
FPDebug: refactor
...
git-svn-id: trunk@43301 -
2013-10-22 13:29:09 +00:00
mattias
d0f425ca24
lazutils: xml: xpath namespace resolver, issue #25208
...
git-svn-id: trunk@43300 -
2013-10-22 12:56:19 +00:00
martin
d3bb162b11
FPDebug: refactor
...
git-svn-id: trunk@43299 -
2013-10-21 13:53:42 +00:00
martin
eb2df97821
FPDebug: fix dwarf reader. do not scan past end of data
...
git-svn-id: trunk@43298 -
2013-10-21 09:36:20 +00:00