Commit Graph

2641 Commits

Author SHA1 Message Date
juha
c7ba603d21 Reduce typecasts. Use TIntegerList and TByteList where appropriate.
git-svn-id: trunk@56399 -
2017-11-13 23:20:44 +00:00
juha
5071092ea6 SynEdit: Enable operations for an identifier also when caret is at its end. Patch from Dmitry D. Chernov.
git-svn-id: trunk@56398 -
2017-11-13 19:19:57 +00:00
juha
502dc198c0 SynEdit: Use IntegerList in unit SynEditRegexSearch.
git-svn-id: trunk@56392 -
2017-11-13 17:33:31 +00:00
juha
9ac7781f41 SynEdit: Select UTF8 text correctly when Persistent Block is active. Issue #32667, patch from Bartek Dajewski.
git-svn-id: trunk@56357 -
2017-11-10 23:09:30 +00:00
martin
7a60c60d61 SynEdit: fix mark gutter, calculating width of mark-image
git-svn-id: trunk@56234 -
2017-10-29 16:09:13 +00:00
martin
7e8132a70d SynEdit: Paint Caret in paint-event (except win32) / some very few gtk may have issues
git-svn-id: trunk@55941 -
2017-09-28 22:01:04 +00:00
ondrej
30a4170152 SynEdit: PAS highlighter: support NESTEDCOMMENTS mode switch. Issue #32356
git-svn-id: trunk@55756 -
2017-08-29 09:39:04 +00:00
ondrej
9fea3ea40c synedit: high-DPI fixes. issue #31753
git-svn-id: trunk@55677 -
2017-08-17 17:40:05 +00:00
ondrej
3f21545b7d synedit: high-DPI: implement DoAutoAdjustLayout. issue #31753
git-svn-id: trunk@55675 -
2017-08-17 10:39:39 +00:00
martin
a5564ccfa1 SynEdit: test for fix crash in fold structure code TLazSynEditNestedFoldsList
git-svn-id: trunk@55614 -
2017-07-31 02:56:44 +00:00
martin
5e2dd67c2e SynEdit: fix crash in fold structure code TLazSynEditNestedFoldsList. Issue #0032223
git-svn-id: trunk@55613 -
2017-07-31 02:56:40 +00:00
martin
c02c9089b0 SynEdit: fix range error. Issue #0032067 Patch by Pascal R.
git-svn-id: trunk@55606 -
2017-07-30 16:57:48 +00:00
martin
11a202ca0f SynEdit: assert correct method types
git-svn-id: trunk@55604 -
2017-07-30 16:37:07 +00:00
maxim
732c7f90fd Translations: Lithuanian translation update by Valdas Jankūnas, bug #32126
git-svn-id: trunk@55474 -
2017-07-08 12:47:30 +00:00
martin
38156817a0 SynEdit: fix pas HL, class function. more tests / some tests by Pascal R
git-svn-id: trunk@55377 -
2017-06-17 15:33:46 +00:00
martin
698d8d24af SynEdit: Pas-HL, test for ^ in PMyByte = type ^Byte;
git-svn-id: trunk@55376 -
2017-06-17 14:38:06 +00:00
martin
069ea79aae SynEdit: Pas HL, handle generics foo<T: class> does not fold / patch by Pascal
git-svn-id: trunk@55339 -
2017-06-12 20:18:23 +00:00
juha
4c7dc1b89b Use Delete() instead of Copy() where appropriate.
git-svn-id: trunk@55311 -
2017-06-10 16:30:27 +00:00
maxim
3fa8a2adb8 Translations: French translation update by Gilles Vasseur, bug #31978
git-svn-id: trunk@55299 -
2017-06-09 22:52:45 +00:00
juha
e27232d4cc Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
git-svn-id: trunk@55211 -
2017-06-04 15:14:29 +00:00
martin
cb676c2241 SynEdit: MarkupFoldColor, fixed crash due to wrong method signature.
git-svn-id: trunk@55106 -
2017-05-27 02:40:18 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
mattias
e6ce403f3f updates makefiles
git-svn-id: trunk@54969 -
2017-05-18 11:39:53 +00:00
ondrej
3a7e2ee5dd IdeIntf: propedits: fix highlighting default (=not stored) properties.
git-svn-id: trunk@54955 -
2017-05-17 18:27:55 +00:00
mattias
0a891e4ab2 set version to 1.8.0RC1
git-svn-id: trunk@54578 -
2017-04-08 21:53:32 +00:00
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
maxim
37f2d73f0a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31614
git-svn-id: trunk@54514 -
2017-04-03 23:24:37 +00:00
maxim
c74ec53ab7 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31463
git-svn-id: trunk@54327 -
2017-03-02 22:17:27 +00:00
ondrej
ea51db1a39 synedit: syncompletion: fix AVs when shown with different screen DPI.
git-svn-id: trunk@54221 -
2017-02-21 12:22:59 +00:00
martin
8a827a4ea7 SynEdit: Markup fold color, if else chain / nesting based on indent, part of patch 20 from issue #30421 by Pascal R.
git-svn-id: trunk@54155 -
2017-02-14 20:00:04 +00:00
martin
5ef6c2591f SynEdit: Markup fold color, fix invalidate, part of patch 20 from issue #30421 by Pascal R.
git-svn-id: trunk@54154 -
2017-02-14 19:36:42 +00:00
martin
21853b8fc0 SynEdit: Markup fold color, fix empty lines before "last line close", part of patch 20 from issue #30421 by Pascal R.
git-svn-id: trunk@54153 -
2017-02-14 19:24:17 +00:00
martin
0110190851 SynEdit: fix parsing while/with before except,finally,until with no semicolon
git-svn-id: trunk@54044 -
2017-01-31 17:40:02 +00:00
martin
7d8775a7db SynEdit: pas-hl, "else" for Markup fold color, patch from issue #0030420 by Pascal R.
git-svn-id: trunk@54042 -
2017-01-31 16:11:55 +00:00
martin
4b29d6ac2a SynEdit: Markup fold color, debugln/ifdef, patch 18 from issue #30421 by Pascal R.
git-svn-id: trunk@54038 -
2017-01-31 01:02:07 +00:00
martin
569ab1781a SynEDit: clean up debugln from last commit
git-svn-id: trunk@54037 -
2017-01-31 00:56:17 +00:00
martin
936f671ee4 SynEdit: fix special line markup, broken in revision 53988 #41861e5d2c
git-svn-id: trunk@54032 -
2017-01-29 21:42:42 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
martin
db30eed726 SynEdit: Markup fold color, react to enabled, patch 17 from issue #30421 by Pascal R.
git-svn-id: trunk@54028 -
2017-01-29 16:34:36 +00:00
martin
b5d8bc7807 SynEdit: markup, added BeginMarkup notification
git-svn-id: trunk@54020 -
2017-01-28 03:20:47 +00:00
martin
ccc7c8c621 SynEdit: Markup fold color, react to enabled, patch 16 from issue #30421 by Pascal R.
git-svn-id: trunk@54019 -
2017-01-28 02:54:43 +00:00
martin
249ec867d3 SynEdit: Markup, fixes to temp-enable (fix prev commit)
git-svn-id: trunk@53989 -
2017-01-24 01:59:46 +00:00
martin
41861e5d2c SynEdit: Markup, fixes to temp-enable
git-svn-id: trunk@53988 -
2017-01-24 01:43:56 +00:00
martin
b32479366d SynEdit: Markup fold color... fix array len, patch from issue #31049
git-svn-id: trunk@53987 -
2017-01-24 01:29:29 +00:00
zeljko
f684952850 Qt5: integration into LCL
git-svn-id: trunk@53807 -
2016-12-30 15:05:34 +00:00
juha
79436e5633 SynEdit: Remove SynRegExpr and use the identical RegExpr from FCL.
git-svn-id: trunk@53751 -
2016-12-21 22:35:05 +00:00
mattias
4f5167f4bb synedit: fixed license of SynHighlighterPosition
git-svn-id: trunk@53505 -
2016-12-01 11:29:31 +00:00
mattias
6d281b7c34 synedit: clean up
git-svn-id: trunk@53504 -
2016-12-01 10:34:09 +00:00
bart
5e9720ff02 SynExportHtml:
- make ColorToHTML a normal function.
- less verbose.

git-svn-id: trunk@53363 -
2016-11-12 16:33:33 +00:00
bart
fa05649e5a SynEditExporter: less verbose.
git-svn-id: trunk@53362 -
2016-11-12 16:31:17 +00:00