ondrej
|
864261daa3
|
IDE: syncompletion: improve painting of arguments (sum of textparts width is bigger than the whole text width on Qt).
git-svn-id: trunk@57836 -
|
2018-05-08 00:26:45 +00:00 |
|
ondrej
|
44882f708a
|
IDE: syncompletion: don't paint highlighted prefix over already painted text
git-svn-id: trunk@57835 -
|
2018-05-08 00:24:58 +00:00 |
|
ondrej
|
22f1ee7d24
|
IDE: syncompletion: fix 1px offset of selected parameters
git-svn-id: trunk@57823 -
|
2018-05-07 20:40:20 +00:00 |
|
mattias
|
3a59b3de4d
|
IDE: word completion box: invert color of selected item
git-svn-id: trunk@57549 -
|
2018-03-22 11:24:24 +00:00 |
|
mattias
|
18798b306b
|
IDE: word completion box: fixed inverting font color on dark background
git-svn-id: trunk@57548 -
|
2018-03-22 10:16:39 +00:00 |
|
ondrej
|
b5f2b9bf9a
|
IDE: Identifier completion window: remove IdentComplHighlightPrefix option - use color only.
git-svn-id: trunk@57123 -
|
2018-01-19 13:47:55 +00:00 |
|
ondrej
|
86baae8769
|
IDE: Identifier completion window: implement customizable colors, issue #29282
git-svn-id: trunk@57117 -
|
2018-01-19 07:09:42 +00:00 |
|
ondrej
|
3e12ed3bdc
|
IDE: move identifier completion options from editor_codetools_options to codetools_identifiercompletion_options
git-svn-id: trunk@57116 -
|
2018-01-19 04:56:37 +00:00 |
|
ondrej
|
203b6860ad
|
IDE: identifier completion window: optional icons. issue #32983, patch from regs
git-svn-id: trunk@57110 -
|
2018-01-18 07:28:56 +00:00 |
|
juha
|
761123c874
|
IDE: Prevent an AV when completing uses section units. Code added in r57105 #3164be0b8b.
git-svn-id: trunk@57109 -
|
2018-01-17 15:35:19 +00:00 |
|
ondrej
|
3164be0b8b
|
IDE: identifier completion window: use editor settings to (dis)allow font highlighting
git-svn-id: trunk@57105 -
|
2018-01-17 07:22:45 +00:00 |
|
mattias
|
a9428d5014
|
IDE: fixed compile
git-svn-id: trunk@57027 -
|
2018-01-09 18:22:31 +00:00 |
|
juha
|
31d90d59f6
|
IDE: Extended filter for Code Completion. Issue #32974, patch from regs.
git-svn-id: trunk@57014 -
|
2018-01-08 17:50:59 +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
|
fa61032594
|
IDE: identifier completion: global property types, patch from Anton, bug #31722
git-svn-id: trunk@54760 -
|
2017-04-27 21:23:01 +00:00 |
|
mattias
|
4692141978
|
IDE: sourceeditor completion box: namespaces
git-svn-id: trunk@54747 -
|
2017-04-26 18:40:09 +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 |
|
mattias
|
800945ee04
|
lazbuild: using fpc regexpr instead of synregexpr
git-svn-id: trunk@53733 -
|
2016-12-20 12:45:57 +00:00 |
|
ondrej
|
3cc07414d3
|
codetools: allow methods with higher visibility in class headers with lower visibility. show them in gray color.
git-svn-id: trunk@51426 -
|
2016-01-26 23:50:35 +00:00 |
|
ondrej
|
fb69b8b59d
|
IDE, codetools, synedit: fixed identifier completion of identifiers prefixed with &.
git-svn-id: trunk@50323 -
|
2015-11-12 17:01:27 +00:00 |
|
ondrej
|
ba310dcf48
|
IDE, CodeTools: improved character case recognition for units and namespaces.
git-svn-id: trunk@50268 -
|
2015-11-10 10:38:58 +00:00 |
|
ondrej
|
d49143fd83
|
IDE, CodeTools: support for unit names with dots. Issue #22235
git-svn-id: trunk@50266 -
|
2015-11-09 22:23:19 +00:00 |
|
juha
|
653b5dd43a
|
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
git-svn-id: trunk@49504 -
|
2015-07-07 11:43:38 +00:00 |
|
mattias
|
adc179b9ed
|
codetools: fixed typo
git-svn-id: trunk@49475 -
|
2015-06-30 14:51:21 +00:00 |
|
mattias
|
699bdb9e8f
|
codetools: class helpers: find declaration and code completion, patch #28266, from Ondrej Pokorny
git-svn-id: trunk@49405 -
|
2015-06-22 10:02:11 +00:00 |
|
juha
|
8931f18954
|
IDE: In identifier completion, respect "Add semicolon" option, add '&' when needed. Issue #28226, patch from Ondrej Pokorny.
git-svn-id: trunk@49306 -
|
2015-06-10 09:02:46 +00:00 |
|
mattias
|
b98e5b914f
|
IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4
git-svn-id: trunk@48228 -
|
2015-03-10 15:28:11 +00:00 |
|
mattias
|
f3f0866921
|
IDE: checked compiler warnings, clean up
git-svn-id: trunk@48218 -
|
2015-03-10 14:51:21 +00:00 |
|
mattias
|
f5e2ee41a5
|
codetools: find declaration and gather identifiers: labels, issue #26882
git-svn-id: trunk@46592 -
|
2014-10-18 10:22:38 +00:00 |
|
mattias
|
2e2ab0b2b3
|
codetools: TSourceLog.GetLine: added parameter WithLineEnd
git-svn-id: trunk@46039 -
|
2014-08-12 10:44:40 +00:00 |
|
mattias
|
ce71abdb59
|
IDE: identifier completion: global property
git-svn-id: trunk@44256 -
|
2014-02-26 19:26:12 +00:00 |
|
mattias
|
1ff96a4fd4
|
IDE: disable optimization stackframe for units with for..in
git-svn-id: trunk@43923 -
|
2014-02-06 19:42:58 +00:00 |
|
mattias
|
4c2834e47a
|
IDE: identifier completion: debugging
git-svn-id: trunk@39948 -
|
2013-01-24 10:52:44 +00:00 |
|
mattias
|
4e187f7a92
|
IDE: apply wordexceptions to unit names in identifier completion
git-svn-id: trunk@38030 -
|
2012-07-24 08:30:35 +00:00 |
|
mattias
|
15f4afc429
|
IDE: identifier completion: add do after with, issue #16850
git-svn-id: trunk@36991 -
|
2012-04-23 19:23:21 +00:00 |
|
mattias
|
987fe43547
|
IDE: identifier completion: do not double add . after unit
git-svn-id: trunk@36151 -
|
2012-03-18 19:05:36 +00:00 |
|
mattias
|
18106c64f2
|
IDE: codetools word beautifier: option to define how to spell auto created words, bug #19973
git-svn-id: trunk@34633 -
|
2012-01-06 22:44:48 +00:00 |
|
paul
|
a415be4b0a
|
ide: show hint modifier for some identifiers
git-svn-id: trunk@30688 -
|
2011-05-12 01:56:05 +00:00 |
|
mattias
|
f7906d0507
|
codetools: added ctnHintModifier nodes for deprecated, unimplemented, experimental, library, platform
git-svn-id: trunk@30683 -
|
2011-05-11 16:22:46 +00:00 |
|
juha
|
0928ead547
|
LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
git-svn-id: trunk@29734 -
|
2011-03-06 12:45:59 +00:00 |
|
mattias
|
6ce70fb207
|
IDE: do not complete method declarations if there is code behind, bug #17668
git-svn-id: trunk@29223 -
|
2011-01-27 19:45:52 +00:00 |
|
mattias
|
d5c9ca6f4f
|
IDE: fixed wrong CleanAndExpandFile/Dir use
git-svn-id: trunk@28940 -
|
2011-01-10 20:40:59 +00:00 |
|
mattias
|
513cb6bd7b
|
IDE: identifier completion: ignore errors on completion, bug #17111
git-svn-id: trunk@27010 -
|
2010-08-04 14:23:25 +00:00 |
|
mattias
|
4d4105e798
|
IDE: identifier completion: fixed handling parse errors
git-svn-id: trunk@26789 -
|
2010-07-23 07:32:12 +00:00 |
|
mattias
|
d69c4535fe
|
IDE: identifier completion: fixed getting indent for method completion
git-svn-id: trunk@26614 -
|
2010-07-13 08:18:36 +00:00 |
|
mattias
|
cd02fc8a59
|
IDE: identifier completion: fixed indent on override method
git-svn-id: trunk@26595 -
|
2010-07-11 12:20:03 +00:00 |
|
mattias
|
2e8ba297f0
|
IDE: show readonly icon for readonly properties, bug #16851
git-svn-id: trunk@26511 -
|
2010-07-07 19:08:00 +00:00 |
|
mattias
|
ef4fa43915
|
IDE: identifier completion: add := even if there is a semicolon at end
git-svn-id: trunk@26470 -
|
2010-07-05 12:35:42 +00:00 |
|
mattias
|
97ae6679ec
|
codetools: identifier completion: request semicolon even for statement starts
git-svn-id: trunk@26454 -
|
2010-07-04 07:36:30 +00:00 |
|
mattias
|
f4e38dd872
|
IDE: identifier completion: do not auto add assignment operator for array types
git-svn-id: trunk@25960 -
|
2010-06-07 08:07:25 +00:00 |
|