Commit Graph

220 Commits

Author SHA1 Message Date
mattias
c9b89a44b3 codetools: debug TLSDirectiveKind
git-svn-id: trunk@41371 -
2013-05-23 12:01:53 +00:00
mattias
2f413bde0a codetools: identifier completion: directives mixed case
git-svn-id: trunk@41250 -
2013-05-17 22:26:00 +00:00
mattias
0180b5047b codetools: sorted directives: sort for code, srcpos and cleanpos
git-svn-id: trunk@41243 -
2013-05-17 20:29:28 +00:00
mattias
ec42d1983b codetools: elseif is an else
git-svn-id: trunk@41196 -
2013-05-14 21:10:51 +00:00
mattias
2495c152c6 codetools: ifend is an end
git-svn-id: trunk@41195 -
2013-05-14 21:09:52 +00:00
mattias
2440a11cb8 codetools: linkscanner directives kind
git-svn-id: trunk@41193 -
2013-05-14 21:05:05 +00:00
mattias
f83e1b7112 IDE: source editor: set ifdef node states on page changed
git-svn-id: trunk@41185 -
2013-05-14 10:16:03 +00:00
mattias
7185e6dc61 codetools: fixed crash finding directive
git-svn-id: trunk@41182 -
2013-05-13 22:21:01 +00:00
mattias
160f654e02 codetools: linkscanner: UpdateNeeded when scanner used alon
git-svn-id: trunk@41147 -
2013-05-12 09:15:26 +00:00
mattias
2dd48ee614 codetools: linkscanner: quicker UpdateNeeded
git-svn-id: trunk@41146 -
2013-05-12 09:06:47 +00:00
mattias
d3fc959f04 IDE: store directives when new scanner is initialized and a sourceeditor for the unit exist
git-svn-id: trunk@41132 -
2013-05-11 17:30:13 +00:00
mattias
78f5a14553 codetools: linkscanner: counter for storedirectives
git-svn-id: trunk@41128 -
2013-05-11 09:29:48 +00:00
mattias
676c8f278e codetools: updated default modeswitches
git-svn-id: trunk@41127 -
2013-05-11 08:59:02 +00:00
mattias
cd01c5a825 codetools: modeswitch FINALFIELDS and ISOUNARYMINUS
git-svn-id: trunk@41126 -
2013-05-11 08:44:14 +00:00
mattias
495e85b016 codetools: linkscannr: updateneeded if StoreDirectives changed to true
git-svn-id: trunk@41124 -
2013-05-11 08:21:06 +00:00
mattias
48d579b7f0 codetools: linkscannr: free directives when StoreDirectives false
git-svn-id: trunk@41123 -
2013-05-11 08:17:29 +00:00
mattias
c12c9eb25b codetools: linkscanner: FindDirective
git-svn-id: trunk@41102 -
2013-05-09 17:31:14 +00:00
mattias
ab88fca51f codetools: linkscanner: store directive levels
git-svn-id: trunk@41101 -
2013-05-09 16:17:26 +00:00
mattias
2d89a34014 codetools: clean up
git-svn-id: trunk@41100 -
2013-05-09 16:12:14 +00:00
mattias
635a23f205 codetools: TLinkScanner.DirectivesSorted
git-svn-id: trunk@41099 -
2013-05-09 16:09:20 +00:00
mattias
ba85dbc1e6 codetools: linkscanner: store directives
git-svn-id: trunk@41096 -
2013-05-09 15:34:23 +00:00
mattias
dc39e06d70 codetools: linkscanner: sorted inlines, started storing directives
git-svn-id: trunk@41092 -
2013-05-09 13:19:47 +00:00
mattias
0daa193e70 codetools: fixed parsing #0, bug #23906
git-svn-id: trunk@40335 -
2013-02-17 10:33:37 +00:00
mattias
a9f38a9a10 codetools: TLinkScanner.CursorToCleanPos: fixed reporting wrongly skipped code for beyond code
git-svn-id: trunk@39792 -
2013-01-06 22:57:41 +00:00
mattias
9862bf3af8 codetools: TLinkScanner.CursorToCleanPos: fixed cursorpos outside of code
git-svn-id: trunk@39655 -
2012-12-26 09:58:20 +00:00
mattias
d6a111cdf2 codetools: fixed TLinkScanner.CursorToCleanPos to search further for a better link when code was disabled
git-svn-id: trunk@39568 -
2012-12-17 12:40:51 +00:00
mattias
3ba660c99f codetools: TLinkScanner.CleanedPosToCursor: fixed when pos at artifical code, issue #22852
git-svn-id: trunk@38615 -
2012-09-11 10:42:45 +00:00
mattias
98c758d90d codetools: check for links without code
git-svn-id: trunk@38586 -
2012-09-08 20:38:55 +00:00
mattias
da2404fdb3 codetools: TLinkScanner.FindCodeInRange: return only links with code
git-svn-id: trunk@38539 -
2012-09-06 14:59:46 +00:00
mattias
4a5400aa16 codetools: linkscanner: add link for skipped code
git-svn-id: trunk@38525 -
2012-09-05 11:28:37 +00:00
mattias
20382c7ed0 codetools: skipped code is now converted to special comments
git-svn-id: trunk@38521 -
2012-09-05 10:47:44 +00:00
mattias
ac5fdad655 undo
git-svn-id: trunk@38292 -
2012-08-21 07:48:52 +00:00
mattias
8700716f40 codetools: example for skipped code
git-svn-id: trunk@38291 -
2012-08-21 07:47:20 +00:00
mattias
5404ba516d codetools: comment
git-svn-id: trunk@38275 -
2012-08-19 15:57:39 +00:00
mattias
bd89c5bdc7 codetools: clean up
git-svn-id: trunk@38213 -
2012-08-09 17:01:45 +00:00
mattias
18d15fd899 codetools: linkscanner: changed missing include file marker
git-svn-id: trunk@38211 -
2012-08-09 07:56:49 +00:00
mattias
9d1394675c codetools: linkscanner: simplified AddLink
git-svn-id: trunk@38210 -
2012-08-09 07:45:50 +00:00
mattias
c7a09910d0 codetools: fixed skipping include files in skipped ifdef
git-svn-id: trunk@36769 -
2012-04-14 11:17:45 +00:00
mattias
d87025efb7 codetools: auto dereferencing on mode switch autoderef
git-svn-id: trunk@36152 -
2012-03-18 19:10:51 +00:00
mattias
40d3ff8228 LCL: reduced warnings
git-svn-id: trunk@35528 -
2012-02-21 10:18:07 +00:00
paul
a4c49e19cd codetools: learn DelphiUnicode mode
git-svn-id: trunk@35256 -
2012-02-09 07:44:50 +00:00
mattias
6e8cb6fb9b codetools: not searching in system units again
git-svn-id: trunk@34855 -
2012-01-22 11:35:07 +00:00
mattias
bdd8d247fb codetools: fixed TLinkScanner.SourceName
git-svn-id: trunk@34776 -
2012-01-18 13:50:24 +00:00
mattias
c0a0f6ce67 codetools: searching hidden used units cmem for #usevalgrind, fpextres for FPC_HAS_WinLikeResources, iso7185 for mode iso, profile for #useprofiler, fpcylix,dynlibs for #usekylix, controller macro #controllerunit, modeswitch bojpas for mode delphi and objpas
git-svn-id: trunk@34775 -
2012-01-18 13:38:43 +00:00
mattias
ee53888381 codetools: fixed modeswitch
git-svn-id: trunk@34774 -
2012-01-18 12:53:18 +00:00
mattias
bfa10e2f96 codetools: function TLinkScanner.GetHiddenUsedUnits
git-svn-id: trunk@34773 -
2012-01-18 12:39:59 +00:00
mattias
7eb95d77dc codetools: removed modeswitch cs_pointermath
git-svn-id: trunk@34318 -
2011-12-20 10:20:53 +00:00
mattias
bc77735837 codetools: added modeswitche unicodestrings
git-svn-id: trunk@34301 -
2011-12-19 23:39:23 +00:00
mattias
e26d6e8af8 codetools: added modeswitches cs_pointermath
git-svn-id: trunk@34297 -
2011-12-19 23:11:07 +00:00
mattias
77f23ba004 codetools: added modeswitches ISOLIKE_UNARY_MINUS and SYSTEMCODEPAGE
git-svn-id: trunk@34296 -
2011-12-19 22:59:29 +00:00