Commit Graph

59073 Commits

Author SHA1 Message Date
martin
f3f864d967 IDE, SourceEditor: implemented identifier-completion activates on typing. Issue #0033054 (different from patch)
git-svn-id: trunk@63314 -
2020-06-06 15:16:21 +00:00
martin
dcc69156e5 IDE, SourceEditor: fix caret pos detection for auto complete (though for "." the phys and log increase are both 1)
git-svn-id: trunk@63313 -
2020-06-06 15:16:19 +00:00
martin
b2785f3c32 IDE: SourceEditor, use highlighter to detect "in string". Extracted from patch at issue #0033054
git-svn-id: trunk@63312 -
2020-06-06 15:16:18 +00:00
mattias
0062c511b8 IDE: fixed uninitialized var, issue #37179
git-svn-id: trunk@63311 -
2020-06-06 08:02:19 +00:00
martin
ac5700b816 IDE: Debugger Feedback dialog, add scrollbars. Issue #0031653
git-svn-id: trunk@63310 -
2020-06-06 01:37:38 +00:00
martin
8af26f2ec7 Debugger, GDBMI: fixed calling callback-event twice in case of errors (cancel + done), leading to crash in event
git-svn-id: trunk@63309 -
2020-06-06 01:37:36 +00:00
martin
c0e6dd10c0 Debugger, GDBMI: fix internal pause for changing breakpoint (or retrieving line info), so the current command can continue.
git-svn-id: trunk@63308 -
2020-06-06 00:53:53 +00:00
martin
e4d3c2df74 Debugger, GDBMI: add real RunTo
git-svn-id: trunk@63307 -
2020-06-06 00:53:51 +00:00
martin
06b1a964b6 IDE: Fix Run menu, to show correct available debugger commands
git-svn-id: trunk@63306 -
2020-06-06 00:53:49 +00:00
martin
4f5896d680 LazDebuggerFp: Implemented/Corrected StepOverTo and RunTo
git-svn-id: trunk@63305 -
2020-06-06 00:53:48 +00:00
martin
3aff869045 FpDebug: Implemented StepOverTo
git-svn-id: trunk@63304 -
2020-06-06 00:53:46 +00:00
martin
5bcddd28fb IDE, Debugger: Add real "Run-To"
git-svn-id: trunk@63303 -
2020-06-06 00:53:44 +00:00
martin
de80bde641 IDE: rename "run to cursor" to "step to cursor" - reflect what it really does
git-svn-id: trunk@63302 -
2020-06-06 00:53:39 +00:00
martin
c7fe476a6b SynEdit: fixed connecting DisplayView / fixed DisplayView for trimmer
git-svn-id: trunk@63301 -
2020-06-05 23:31:30 +00:00
martin
4e464f7e06 IDE: Revert - FpDoc, preserve spaces in user xml (build in fpdoc editor)
git-svn-id: trunk@63300 -
2020-06-05 17:12:32 +00:00
martin
fe4c81bb95 IDE: FpDoc, preserve spaces in user xml (build in fpdoc editor)
git-svn-id: trunk@63299 -
2020-06-05 12:52:14 +00:00
juha
dc8ec8ed51 Docs: Documentation updates for LCL translators and a fix for spelling. Issue #35391, patch from Don Siders.
git-svn-id: trunk@63298 -
2020-06-05 08:43:43 +00:00
dmitry
8279f6a778 cocoa: changing button type, when drawing a toolbutton style. Changing the buttonType makes macOS to draw it transparent (on pre Mojave OSes). bug #37127
git-svn-id: trunk@63297 -
2020-06-05 03:31:04 +00:00
martin
56b4fca0a9 IDE: Build in FpDoc edit, add word wrap / amend some SynEdit opts
git-svn-id: trunk@63296 -
2020-06-05 00:13:02 +00:00
martin
30c89b1f2f SynEdit: add FoldProvider.Enabled
git-svn-id: trunk@63295 -
2020-06-05 00:13:01 +00:00
martin
680762bdbf SynEdit: Markup, fix markup for empty line-part after wrap-pos
git-svn-id: trunk@63294 -
2020-06-05 00:12:59 +00:00
martin
47a4815c09 SynEdit: added experimental WordWrap / does not work with folding
git-svn-id: trunk@63293 -
2020-06-05 00:12:57 +00:00
martin
ad49c7a7db SynEdit: Fixed Caret.ViewedPos // install handler to detect changes
git-svn-id: trunk@63292 -
2020-06-04 23:05:25 +00:00
martin
31675c9a98 SynEdit: Fixed FoldView.InternalGetInfoForViewedXY for caret move
git-svn-id: trunk@63291 -
2020-06-04 22:39:16 +00:00
wp
2610d3baf8 ImageList: Fix HasImageIndex not being updated when ClearOverlays is called. Issue #35525, patch by Don Siders.
git-svn-id: trunk@63290 -
2020-06-04 20:34:31 +00:00
juha
8c64ebc3b6 Docs: Documentation update for LCL Graphics. Issue #37176, patch from Don Siders.
git-svn-id: trunk@63289 -
2020-06-04 20:16:54 +00:00
juha
e2fdf3e89b LCL-Win32: Support StatusBar under Win32 LCL Dll. Issue #37100, patch from Zdravko Gabrovski.
git-svn-id: trunk@63288 -
2020-06-04 20:07:37 +00:00
juha
39effc2a52 LCL: Allow specified PopupMenu in TabControl when page-selector menu disabled. Issue #37171, patch from Anton Kavalenka.
git-svn-id: trunk@63287 -
2020-06-04 20:07:35 +00:00
martin
563c72ab95 SynEdit: fixes textarea - rtl boundaries
git-svn-id: trunk@63286 -
2020-06-03 23:28:21 +00:00
martin
ee7d180202 SynEdit: added out param AStartBytePos and ALineByteLen to TLazSynDisplayView.SetHighlighterTokensLine
git-svn-id: trunk@63285 -
2020-06-03 23:28:19 +00:00
martin
1e0f270b8f SynEdit: ScrollTimerHandler, use ViewedPos
git-svn-id: trunk@63284 -
2020-06-03 23:28:17 +00:00
martin
80b71e85fb SynEdit: Move caret up/down by viewed line.
git-svn-id: trunk@63283 -
2020-06-03 23:28:15 +00:00
joost
c326b7a628 fpDebug: Fixed endless loop when the debuggee receives an exception-signal. (Calling wstopsig on the signal twice is not the way to go)
git-svn-id: trunk@63282 -
2020-06-03 22:08:16 +00:00
juha
e74792c8d0 IDE: Prevent Access violation in Search result view when exception was raised by search. Issue #37124.
git-svn-id: trunk@63281 -
2020-06-03 08:05:59 +00:00
wp
2e6f771cee TAChart: Fix usage of incorrect axis transformation in FindExtentInterval of rotated TBasicPointSeries (https://forum.lazarus.freepascal.org/index.php/topic,50048.0.html)
git-svn-id: trunk@63280 -
2020-06-02 16:07:32 +00:00
martin
a6dade4123 Debugger: Fix wrong index for linefeed detection, issue #0037167 / fix for r63132 #69cd1abf4a
git-svn-id: trunk@63279 -
2020-06-02 14:23:35 +00:00
juha
73408cac48 Docs: Documentation updates for StdCtrls. Issue #37146, patch from Don Siders.
git-svn-id: trunk@63278 -
2020-06-02 07:28:54 +00:00
juha
9233619fe7 LCL-GTK2: Fix deleting last line of TGtk2MemoStrings. Issue #37166, patch from Joeny Ang.
git-svn-id: trunk@63277 -
2020-06-02 07:14:07 +00:00
juha
9b896ca480 LCL: Support folders in OpenDocument() function. Issue #37157, patch from Joeny Ang.
git-svn-id: trunk@63276 -
2020-06-02 06:56:52 +00:00
juha
fc1e0c535f Docs: Documentation updates for LCL. Issue #37147, patch from Don Siders.
git-svn-id: trunk@63275 -
2020-06-02 06:56:51 +00:00
juha
d8c0fef5d2 IdeIntf: Formatting.
git-svn-id: trunk@63274 -
2020-06-02 06:56:46 +00:00
dmitry
5a3630c919 cocoa: changing the implementation of strings count. (if the last line is empty, don't recognize it a full line. Compatible with Win32. bug #36664
git-svn-id: trunk@63273 -
2020-06-02 02:30:43 +00:00
dmitry
84a3138f6e cocoa: fix compilation for fpc32rc1
git-svn-id: trunk@63272 -
2020-06-02 02:02:48 +00:00
martin
9566494312 SynEdit: Change CaretXPix/YPix to use ScreenXYToPixels, TextXYToScreenXY
git-svn-id: trunk@63271 -
2020-06-02 00:37:19 +00:00
martin
253d7c2d02 SynEdit: Change RowColumnToPixels => ScreenXYToPixels
git-svn-id: trunk@63270 -
2020-06-02 00:37:17 +00:00
martin
f34e69ea4d SynEdit: Change EnsureCursorPosVisible to use ViewedLineCharPos
git-svn-id: trunk@63269 -
2020-06-02 00:37:15 +00:00
martin
0530c0faf1 Add ViewedLineCharPos to caret class
git-svn-id: trunk@63268 -
2020-06-02 00:37:13 +00:00
martin
a5b0880676 SynEdit: Add ViewXYRowToTextXY / TextXYToViewXY
git-svn-id: trunk@63267 -
2020-06-02 00:37:12 +00:00
martin
3d38688687 SynEdit: fix for AddVisibleOffsetToTextIndex
git-svn-id: trunk@63266 -
2020-06-02 00:37:10 +00:00
martin
1ffd1db833 SynEdit: refactor caret, common InternalEmptyLinesSetPos
git-svn-id: trunk@63265 -
2020-06-02 00:37:08 +00:00