Commit Graph

54676 Commits

Author SHA1 Message Date
martin
0db8c632c5 FpDebug: MacOs, find dwarf info in app bundle
git-svn-id: trunk@58307 -
2018-06-18 13:16:32 +00:00
ondrej
808d854163 IDE: identifier completion: create "Include words" option
git-svn-id: trunk@58306 -
2018-06-18 12:34:12 +00:00
ondrej
2a5f807f24 IDE: compiler_compilation_options: replace TCheckComboBox with TCheckListBox
git-svn-id: trunk@58305 -
2018-06-18 11:47:47 +00:00
ondrej
e38d3c9b03 VirtualTrees: fix AV in AutoScale if handle cannot be allocated (e.g. Parent is not set)
git-svn-id: trunk@58304 -
2018-06-18 10:41:36 +00:00
martin
22cab1ecb2 SynEdit: Multi-caret: On windows support none blinking system settings. issue #30513
git-svn-id: trunk@58303 -
2018-06-18 10:17:10 +00:00
michl
2740f947c3 SpartaDockedFormEditor: ActionList editor doesn't update its own Actions. Issue #33872
git-svn-id: trunk@58302 -
2018-06-18 09:26:12 +00:00
michl
33d16133fc IDE: Fixed compiling for -dDebugDisableAutoSizing.
git-svn-id: trunk@58301 -
2018-06-18 08:21:28 +00:00
maxim
b525daf3e8 Translations: updated README
git-svn-id: trunk@58300 -
2018-06-17 23:23:47 +00:00
michl
a027232dda SpartaDockedFormEditor: Prevent showing of undocked forms (short flicker) after creating new forms. Issue #32207. Patch by Balázs Székely
git-svn-id: trunk@58299 -
2018-06-17 22:55:12 +00:00
martin
19f92d6a42 Examples: Added SynEdit search example. Issue #33554
git-svn-id: trunk@58298 -
2018-06-17 22:48:39 +00:00
maxim
c9007b6741 LazDebuggerGDBMI: updated Russian translation
git-svn-id: trunk@58297 -
2018-06-17 22:16:54 +00:00
martin
b3ce1a5d64 GdbmiDebugger: remove some duplicate calls to "set language". issue #33867
git-svn-id: trunk@58296 -
2018-06-17 19:21:03 +00:00
martin
d5f4ccf125 GdbmiDebugger test case: fix for recent refactor
git-svn-id: trunk@58295 -
2018-06-17 18:55:42 +00:00
dmitry
f2b4051e3e cocoa: adding the track of clipboard changes and notificaiton of LCL. #33801
git-svn-id: trunk@58294 -
2018-06-17 04:53:34 +00:00
dmitry
ee472d8593 cocoa: initialize declareTypes_owner once, to prevent clipboard information loss. Related #33801
git-svn-id: trunk@58293 -
2018-06-17 03:35:48 +00:00
martin
d263fdd881 SynEdit: Multi-caret: On windows use system settings for caret blink rate. issue #30513
git-svn-id: trunk@58292 -
2018-06-16 20:34:07 +00:00
martin
b1f7528188 SynEdit: Multi-caret: when off, keep the single caret drawn by OS (important for screen readers).
git-svn-id: trunk@58291 -
2018-06-16 20:24:54 +00:00
wp
4fd2587322 LCL: Undo r58266 #9602db0b8b (Breaks inner workings of combined components using the OnClick internally and providing access to Actions externally, like in RxViewPanel)
git-svn-id: trunk@58290 -
2018-06-16 12:53:24 +00:00
martin
b79f430898 GDBMI Debugger Server: add optional support for -target-download if supported by gdb. issue #0033868 Patch by Christo Crause
git-svn-id: trunk@58289 -
2018-06-16 12:41:40 +00:00
martin
e0b05d3b6b GDBMI Debugger Server: add optional support for -target-download if supported by gdb. issue #0033868 Patch by Christo Crause
git-svn-id: trunk@58288 -
2018-06-16 12:35:09 +00:00
dmitry
99abd92c54 cocoa: using hard-coded paste(clip)board names, rather than their dynamic-symbol counterparts so the unit can be linked on MacOS < 10.6. #33762
git-svn-id: trunk@58287 -
2018-06-16 05:00:12 +00:00
dmitry
7d1246423d cocoa: implementing SelStart,SelLength for TCocoaWSCustomMemo. related to #33762
git-svn-id: trunk@58286 -
2018-06-16 03:53:01 +00:00
dmitry
f8ddaec1b0 cocoa: implementation for clipboard operations in ws. #33726
git-svn-id: trunk@58285 -
2018-06-16 03:31:36 +00:00
martin
7e61678d9d Reverted: Image sources / moved to ccr
git-svn-id: trunk@58284 -
2018-06-15 21:37:02 +00:00
martin
018bda7a2f GDBMI Debugger: Added work around for wrong stackframe when assert is triggered. Issue #0029959
git-svn-id: trunk@58283 -
2018-06-15 19:23:52 +00:00
ondrej
ff1d04d947 datetimepicker: draw check box instead of having a real control (fixes focus issues).
git-svn-id: trunk@58282 -
2018-06-15 18:53:44 +00:00
martin
790de39b4c Images for debugger, created new svg for breakpoints and current line
git-svn-id: trunk@58281 -
2018-06-15 17:49:48 +00:00
martin
be9c580117 Images for debugger, created new svg for breakpoints and current line
git-svn-id: trunk@58280 -
2018-06-15 17:29:05 +00:00
ondrej
93a2ed86cc LCL: treeview: protect Change as well, not only OnChange
git-svn-id: trunk@58279 -
2018-06-15 14:28:30 +00:00
ondrej
a689b3bf84 LCL: treeview: fix treeview not calling OnChange in case an exception was raised inside.
git-svn-id: trunk@58278 -
2018-06-15 14:24:12 +00:00
martin
4e36354b0d LLDB-FP Debugger: New debugger based on lldb with fpdebug / alpha
git-svn-id: trunk@58277 -
2018-06-14 23:06:43 +00:00
ondrej
8792eb0358 VirtualTrees: If a new node is selected by left click or key, OnChange event should not fire with nil in-between.
c8fa85a54c

git-svn-id: trunk@58276 -
2018-06-14 21:44:03 +00:00
mattias
5b51ac5bd6 codetools: identifier completion: fixed keywords within begin block
git-svn-id: trunk@58275 -
2018-06-14 20:47:19 +00:00
mattias
e6360472a3 codetools: fixed ReadPrioAtomSafe when cleanpos at end of atom
git-svn-id: trunk@58274 -
2018-06-14 20:46:56 +00:00
ondrej
4da68d03f2 IDE: word identifier completion: show exact match between exact matches and in-word matches
git-svn-id: trunk@58273 -
2018-06-14 20:04:01 +00:00
ondrej
18d410eb28 Lazarus: delete advhistorylist.pas from project (file deleted in r58243 #b267b473fb).
git-svn-id: trunk@58272 -
2018-06-14 19:34:57 +00:00
ondrej
54ac1b9113 Designer: AskCompNameDlg: handle Text property
git-svn-id: trunk@58271 -
2018-06-14 12:50:05 +00:00
ondrej
fbf5f23054 IdeIntf: OI: fix assertion when multi-select components with set properties
git-svn-id: trunk@58270 -
2018-06-14 12:46:26 +00:00
ondrej
3c4d4880fb Designer: AskCompNameDlg: remove new lines from the end in case of simple string properties
git-svn-id: trunk@58269 -
2018-06-14 12:31:14 +00:00
ondrej
265408a5af Designer: AskCompNameDlg: Ctrl+Enter applies dialog: remove added NL
git-svn-id: trunk@58268 -
2018-06-14 12:26:06 +00:00
martin
899367e92f Fix mem leak from revision 58238 #cef14db081: "DebuggerIntf: Refactor, evaluate now takes a callback"
git-svn-id: trunk@58267 -
2018-06-14 11:55:32 +00:00
wp
9602db0b8b LCL: Avoid TAction.OnExecute being fired in addition to TControl.OnClick.
git-svn-id: trunk@58266 -
2018-06-14 10:51:48 +00:00
ondrej
47c60bcd9e IDE: less hints
git-svn-id: trunk@58265 -
2018-06-14 10:43:03 +00:00
ondrej
eb3384c70e IDE: identifier completion: in case JumpToError (from IDE options) is disabled, show word completion in case of syntax error
git-svn-id: trunk@58264 -
2018-06-14 10:39:33 +00:00
ondrej
44d2a2fa4f IDE: word completion: add all words for no prefix
git-svn-id: trunk@58263 -
2018-06-14 10:26:19 +00:00
ondrej
18070e237a IDE: word identifier completion: show exact match at top
git-svn-id: trunk@58262 -
2018-06-14 10:14:07 +00:00
ondrej
430876f35c Designer: AskCompNameDlg: Ctrl+Enter applies dialog, select all when TextMemo is focused
git-svn-id: trunk@58261 -
2018-06-14 10:13:05 +00:00
ondrej
b7a40b3691 LCL: memo: handle ESC in LM_GETDLGCODE (pass it)
git-svn-id: trunk@58260 -
2018-06-14 10:11:43 +00:00
juha
6ccdb67ff4 LazUtils: Cleanup.
git-svn-id: trunk@58259 -
2018-06-14 09:58:08 +00:00
ondrej
7a057f2206 LCL: memo: handle keys in LM_GETDLGCODE selectively
git-svn-id: trunk@58258 -
2018-06-14 09:55:05 +00:00