maxim
9d20a3ac04
Merged revision(s) 58181 #cc7bb6c248, 58189 #dc1a9b3fc8, 58209 #5aab88ba3c from trunk:
...
SynEdit: fix position of multi-caret (after EOL), when column selection is deleted. Issue #0032161
........
SynEdit: Fix toggle multi caret, patch by Pascal, issue #0029456
........
SynEdit, AutoComplete: prevent timer from accidental trigger. part of issue #0033665
........
git-svn-id: branches/fixes_1_8@58723 -
2018-08-16 22:22:42 +00:00
maxim
fe48156563
Merged revision(s) 58022 #ca253bd7c9 from trunk:
...
SynEdit: Fix scrollbars, if new handle is created (SynEdit shown a 2nd time). Issue #33784
........
git-svn-id: branches/fixes_1_8@58067 -
2018-05-31 22:30:00 +00:00
mattias
ea41420262
set fixes version 1.8.4
...
git-svn-id: branches/fixes_1_8@57971 -
2018-05-19 10:52:45 +00:00
mattias
80254c5965
SynEdit, PasHL: fix "helper for" should not generate "foldnode-info" for "for". issue #33551
...
git-svn-id: branches/fixes_1_8@57816 -
2018-05-07 18:17:58 +00:00
mattias
bb0d8a9a63
SynEdit: TLazSynEditNestedFoldsList fix crash with cached data
...
git-svn-id: branches/fixes_1_8@57812 -
2018-05-07 18:16:29 +00:00
mattias
9fa131fa86
set version 1.8.2
...
git-svn-id: branches/fixes_1_8@57368 -
2018-02-25 08:49:41 +00:00
maxim
68cdda4d8b
Merged revision(s) 57361 #b4037cfd4f from trunk:
...
SynEdit: Completion box, respect space for taskbar. Use screen.WorkArea. Issue #033180
........
git-svn-id: branches/fixes_1_8@57366 -
2018-02-24 22:03:05 +00:00
martin
2b8ebdfb51
Merged revision(s) 57182 #bd833943f7 from trunk:
...
IDE: Config for SynEdit outline colors. Issue #32930
........
git-svn-id: branches/fixes_1_8@57221 -
2018-02-02 17:46:16 +00:00
maxim
5e313cd71c
Merged revision(s) 57066-57067 #c99d4b6ff6-#c99d4b6ff6, 57078-57079 #a6a886a8a9-#a6a886a8a9, 57081 #9d51568748 from trunk:
...
SynEdit: Fix crash in FoldNodeInfoList, due to Pas-HL hack attempting to alter fold info for "class of". Issue #32940
........
SynEdit: Fix fold gutter, after r 57066 / issue #32940
........
SynEdit: fix ecDeleteEOL with multi codepoint utf8. Issue #0032838
........
SynEdit: fix issue with longest line info (cached line num was not updated). Horiz scrollbar sometimes disappeared after line was deleted
........
SynEdit: fix issue with longest line info (cached line num was not updated). Horiz scrollbar sometimes disappeared after line was deleted
........
git-svn-id: branches/fixes_1_8@57210 -
2018-02-01 22:36:10 +00:00
maxim
38bf95aca1
Merged revision(s) 57058 #742189d0ee from trunk:
...
SynEdit: fixed pas HL for uses block. Issue #0032976
........
git-svn-id: branches/fixes_1_8@57064 -
2018-01-12 22:36:20 +00:00
maxim
e5e30e1969
Merged revision(s) 56989 #907b1725a5 from trunk:
...
SynEdit: allow pasting text in any form known by widgetset. Issue #32581
........
git-svn-id: branches/fixes_1_8@57035 -
2018-01-09 22:44:54 +00:00
maxim
56e052091b
Merged revision(s) 55756 #30a4170152 from trunk:
...
SynEdit: PAS highlighter: support NESTEDCOMMENTS mode switch. Issue #32356
........
git-svn-id: branches/fixes_1_8@56859 -
2017-12-27 22:33:12 +00:00
maxim
492ef02d86
Merged revision(s) 56221 #ff5125737c, 56748 #a74be86278 from trunk:
...
LazControls: More consistent component palette icons (by Roland Hahn)
........
synedit: HiRes component palette icons by Roland Hahn
........
git-svn-id: branches/fixes_1_8@56752 -
2017-12-15 22:54:58 +00:00
mattias
2e9f912d48
Revert incorrect r56398 #5071092ea6 "SynEdit: Enable operations for an identifier also when caret is at its end."
...
git-svn-id: branches/fixes_1_8@56742 -
2017-12-14 18:13:06 +00:00
maxim
e5ca58822e
Merged revision(s) 56535 #682a383e55 from trunk:
...
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32754
........
git-svn-id: branches/fixes_1_8@56537 -
2017-11-29 23:04:59 +00:00
maxim
bd101896d0
Merged revision(s) 56534 #926062dcfd from trunk:
...
Translations: huge Chinese translation update by robsean, bug #32750
........
git-svn-id: branches/fixes_1_8@56536 -
2017-11-29 22:53:41 +00:00
maxim
467bbb952e
Merged revision(s) 56357 #9ac7781f41, 56398 #5071092ea6 from trunk:
...
SynEdit: Select UTF8 text correctly when Persistent Block is active. Issue #32667 , patch from Bartek Dajewski.
........
SynEdit: Enable operations for an identifier also when caret is at its end. Patch from Dmitry D. Chernov.
........
git-svn-id: branches/fixes_1_8@56420 -
2017-11-16 22:36:25 +00:00
maxim
30f547a480
Merged revision(s) 56234 #7a60c60d61 from trunk:
...
SynEdit: fix mark gutter, calculating width of mark-image
........
git-svn-id: branches/fixes_1_8@56241 -
2017-10-29 22:19:08 +00:00
mattias
83fe57c449
set fixes version 1.8RC5
...
git-svn-id: branches/fixes_1_8@56023 -
2017-10-11 10:01:10 +00:00
maxim
afe7bb4b26
Merged revision(s) 55941 #7e8132a70d from trunk:
...
SynEdit: Paint Caret in paint-event (except win32) / some very few gtk may have issues
........
git-svn-id: branches/fixes_1_8@55961 -
2017-10-02 22:43:28 +00:00
mattias
10cd94e815
synedit: high-DPI fixes. Issue #31753
...
git-svn-id: branches/fixes_1_8@55698 -
2017-08-19 08:45:03 +00:00
mattias
5f1ddc0419
synedit: high-DPI: implement DoAutoAdjustLayout. Issue #31753
...
git-svn-id: branches/fixes_1_8@55696 -
2017-08-19 08:44:28 +00:00
maxim
8f8abcc6b9
Merged revision(s) 55604 #11a202ca0f, 55606 #c02c9089b0, 55613 #5e2dd67c2e from trunk:
...
SynEdit: assert correct method types
........
SynEdit: fix range error. Issue #0032067 Patch by Pascal R.
........
SynEdit: fix crash in fold structure code TLazSynEditNestedFoldsList. Issue #0032223
........
git-svn-id: branches/fixes_1_8@55628 -
2017-08-01 22:41:16 +00:00
maxim
a04045e8e9
Merged revision(s) 55474 #732c7f90fd from trunk:
...
Translations: Lithuanian translation update by Valdas Jankūnas, bug #32126
........
git-svn-id: branches/fixes_1_8@55475 -
2017-07-08 12:58:13 +00:00
maxim
cd6e93e397
Merged revision(s) 55339 #069ea79aae, 55376-55377 #698d8d24af-#698d8d24af from trunk:
...
SynEdit: Pas HL, handle generics foo<T: class> does not fold / patch by Pascal
........
SynEdit: Pas-HL, test for ^ in PMyByte = type ^Byte;
........
SynEdit: fix pas HL, class function. more tests / some tests by Pascal R
........
git-svn-id: branches/fixes_1_8@55402 -
2017-06-26 23:07:32 +00:00
mattias
815f90b91b
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled
...
git-svn-id: branches/fixes_1_8@55363 -
2017-06-17 07:48:54 +00:00
maxim
46dbea3530
Merged revision(s) 55299-55300 #3fa8a2adb8-#3fa8a2adb8 from trunk:
...
Translations: French translation update by Gilles Vasseur, bug #31978
........
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31980
........
git-svn-id: branches/fixes_1_8@55301 -
2017-06-09 23:12:46 +00:00
mattias
c29fe7b78d
set version 1.8.0RC2
...
git-svn-id: branches/fixes_1_8@55186 -
2017-06-03 17:40:37 +00:00
martin
c849f1f138
Merged revision(s) 55104 #92595f0745, 55106 #cb676c2241 from trunk:
...
TAChart: Use SameValue in floating point comparisons.
........
SynEdit: MarkupFoldColor, fixed crash due to wrong method signature.
........
git-svn-id: branches/fixes_1_8@55107 -
2017-05-27 02:54:41 +00:00
maxim
213dc57b27
Merged revision(s) 54953-54955 #fa6f0296b6-#fa6f0296b6, 54981 #bf3e483768, 55015 #61beca02f9, 55038-55039 #5daa890980-#5daa890980 from trunk:
...
IdeIntf: OI: always write values to objects if explicitely wanted.
........
IdeIntf: propedits: always write property values to objects. The property setter method has to decide about the need of update, not the propedit code.
........
IdeIntf: propedits: fix highlighting default (=not stored) properties.
........
ideintf: fix regression in image scaling code.
........
IDEIntf: Restore the backwards compatible event TPropHookModified. Add a new event TPropHookModifiedWithName.
........
ExternHelp: fix uses clause after r55035 #5d03c243b5
........
IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
........
git-svn-id: branches/fixes_1_8@55049 -
2017-05-22 22:52:38 +00:00
mattias
a402fc7a4f
updated make files
...
git-svn-id: branches/fixes_1_8@54893 -
2017-05-13 08:03:01 +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