mattias
|
216dd81ec1
|
codetools: parsing external const
git-svn-id: trunk@57804 -
|
2018-05-07 18:10:22 +00:00 |
|
mattias
|
a040f6c847
|
codetools: fixed parsing class operator method
git-svn-id: trunk@57648 -
|
2018-04-12 19:42:13 +00:00 |
|
mattias
|
c4d77663b1
|
codetools: fixed ExtractPocHead generic delphi method
git-svn-id: trunk@57645 -
|
2018-04-12 18:51:54 +00:00 |
|
mattias
|
ff804887a0
|
codetools: parse delphi generic method
git-svn-id: trunk@57642 -
|
2018-04-11 18:49:18 +00:00 |
|
mattias
|
aca4d3b81b
|
codetools: parse generic class method
git-svn-id: trunk@57638 -
|
2018-04-10 18:59:30 +00:00 |
|
mattias
|
38166e7a0a
|
codetools: parse built-in function concat in constant, issue #33201
git-svn-id: trunk@57339 -
|
2018-02-20 17:35:27 +00:00 |
|
mattias
|
8773b02bb2
|
codetools: fixed reparsing program
git-svn-id: trunk@57251 -
|
2018-02-04 09:18:20 +00:00 |
|
mattias
|
e39d6c3eff
|
codetools: fixed restart parsing
git-svn-id: trunk@57250 -
|
2018-02-04 01:58:39 +00:00 |
|
mattias
|
92b1658960
|
codetools: debug continue parsing
git-svn-id: trunk@57237 -
|
2018-02-03 20:03:56 +00:00 |
|
juha
|
1cefe1d894
|
IDE: Formatting.
git-svn-id: trunk@57120 -
|
2018-01-19 12:12:42 +00:00 |
|
mattias
|
01020fb1c1
|
codetools: debug FindFileAtCursor
git-svn-id: trunk@56729 -
|
2017-12-14 18:03:28 +00:00 |
|
mattias
|
e70bcaab5a
|
codetools: class completion Delphi generic, from Pascal Riekenberg
git-svn-id: trunk@56571 -
|
2017-12-01 09:40:20 +00:00 |
|
mattias
|
736b502b50
|
codetools: clean up
git-svn-id: trunk@56565 -
|
2017-11-30 21:31:27 +00:00 |
|
mattias
|
ccea2a4b40
|
codetools: complete property: set defaults, complex type
git-svn-id: trunk@56526 -
|
2017-11-28 14:39:38 +00:00 |
|
mattias
|
5b565ad568
|
codetools: parse guid in dispinterface, bug #32742
git-svn-id: trunk@56520 -
|
2017-11-28 09:19:47 +00:00 |
|
mattias
|
2b911c68c1
|
codetools: FindCodeContext of attribute params
git-svn-id: trunk@56513 -
|
2017-11-27 21:29:04 +00:00 |
|
mattias
|
60dce6d601
|
codetools: parse delphi generic inside generic
git-svn-id: trunk@56510 -
|
2017-11-27 16:15:57 +00:00 |
|
mattias
|
c6cafa62ff
|
codetools: parse generic param list of non generic record
git-svn-id: trunk@56508 -
|
2017-11-27 15:07:46 +00:00 |
|
mattias
|
cb90757df0
|
codetools: fixed parsing deprecated
git-svn-id: trunk@56486 -
|
2017-11-24 17:45:42 +00:00 |
|
mattias
|
7060f8549c
|
codetools: clean up
git-svn-id: trunk@56479 -
|
2017-11-24 00:11:26 +00:00 |
|
mattias
|
de5a31e9b5
|
codetools: fixed parsing delphi specialized interface ancestor, bug #32715
git-svn-id: trunk@56477 -
|
2017-11-23 23:53:58 +00:00 |
|
mattias
|
fbcfb574e4
|
codetools: fixed parsing till initialization start
git-svn-id: trunk@56472 -
|
2017-11-23 12:05:57 +00:00 |
|
mattias
|
727afc4dbd
|
codetools: changed TAtomRing to support longer ring, full two way
git-svn-id: trunk@56465 -
|
2017-11-22 10:58:30 +00:00 |
|
mattias
|
5b052ebd36
|
codetools: parse attributes
git-svn-id: trunk@56402 -
|
2017-11-14 11:01:14 +00:00 |
|
mattias
|
92c78dc830
|
codetools: fixed class completion for method with specialize in mdoe delphi
git-svn-id: trunk@56323 -
|
2017-11-06 14:53:11 +00:00 |
|
mattias
|
87540a5fbf
|
codetools: fixed copying proc param specialize
git-svn-id: trunk@56319 -
|
2017-11-06 13:07:36 +00:00 |
|
mattias
|
688f52440c
|
codetools: parse specialize in param type
git-svn-id: trunk@56293 -
|
2017-11-06 10:12:57 +00:00 |
|
juha
|
647d8f84ab
|
Add powerpc64 as a CPU target. Issue #32577, patch from Alfred.
git-svn-id: trunk@56135 -
|
2017-10-20 10:27:45 +00:00 |
|
juha
|
e69881ff9d
|
Codetools: Fix code completion for methods with empty parentheses. Issue #31960.
git-svn-id: trunk@56085 -
|
2017-10-16 16:12:31 +00:00 |
|
mattias
|
043449ee6f
|
codetools: fixed AddUnitWarnDirective insert position
git-svn-id: trunk@56077 -
|
2017-10-16 11:59:40 +00:00 |
|
mattias
|
0a29cbbac7
|
codetools: fixed Complete forward proc
git-svn-id: trunk@56044 -
|
2017-10-13 11:42:39 +00:00 |
|
juha
|
04cc3c44b2
|
Codetools: Do not chomp a procedure name with empty brackets (). Issue #31960.
git-svn-id: trunk@56015 -
|
2017-10-10 09:44:07 +00:00 |
|
mattias
|
8383706bb7
|
codetools: fixed reparsing on changed module name
git-svn-id: trunk@56012 -
|
2017-10-10 09:18:10 +00:00 |
|
ondrej
|
b5e57a129f
|
CodeTools: allow absolute $0:$0 syntax. Issue #32506
git-svn-id: trunk@56002 -
|
2017-10-09 07:33:22 +00:00 |
|
mattias
|
8961126033
|
codetools: added ctnSrcName
git-svn-id: trunk@55951 -
|
2017-09-30 19:20:56 +00:00 |
|
mattias
|
fb8fc48319
|
codetools: fixed continuing parsing after source name
git-svn-id: trunk@55948 -
|
2017-09-30 14:29:25 +00:00 |
|
mattias
|
4cee79f31d
|
codetools: fixed skipping sourcename, added TPascalParserTool.FindUsesNode
git-svn-id: trunk@55946 -
|
2017-09-30 13:52:10 +00:00 |
|
mattias
|
fef3d14b6d
|
codetools: fixed skipping program name nodes
git-svn-id: trunk@55855 -
|
2017-09-13 18:43:33 +00:00 |
|
mattias
|
80021aec47
|
codetools: fixed RemoveUnitFromAllUsesSections
git-svn-id: trunk@55853 -
|
2017-09-13 18:22:15 +00:00 |
|
mattias
|
bfadc91c3c
|
codetools: find declaration of dotted program name
git-svn-id: trunk@55851 -
|
2017-09-13 18:05:15 +00:00 |
|
mattias
|
edd5ed40ee
|
codetools: parse generic function
git-svn-id: trunk@55485 -
|
2017-07-10 18:26:50 +00:00 |
|
mattias
|
497a08de97
|
codetools: renamed cmsBlocks to cmsCBlocks, because less confusing
git-svn-id: trunk@54831 -
|
2017-05-08 11:53:32 +00:00 |
|
mattias
|
aa5717bb55
|
codetools: search units with namespaces
git-svn-id: trunk@54745 -
|
2017-04-26 18:36:04 +00:00 |
|
mattias
|
a8d6670895
|
codetools: fixed parsing array
git-svn-id: trunk@54729 -
|
2017-04-25 09:52:21 +00:00 |
|
mattias
|
22350effc4
|
codetools: parse multi dim arrays, patch from Paul W, issue #25045
git-svn-id: trunk@54719 -
|
2017-04-25 07:08:42 +00:00 |
|
mattias
|
e96ede4637
|
codetools: code completion: add proc for procvar: fixed reference-to
git-svn-id: trunk@54692 -
|
2017-04-22 18:10:28 +00:00 |
|
mattias
|
a378409b29
|
codetools: added unique ids for errors
git-svn-id: trunk@54663 -
|
2017-04-21 18:35:53 +00:00 |
|
mattias
|
00d6a447b5
|
codetools: fixed resolving function result, simplified code
git-svn-id: trunk@54649 -
|
2017-04-20 11:36:37 +00:00 |
|
mattias
|
5ad98a7bcf
|
codetools: ctnReferencTo for typeinfo, code hints and type check
git-svn-id: trunk@54642 -
|
2017-04-19 11:49:51 +00:00 |
|
mattias
|
0236e179c3
|
codetools: referenceto: fixed endpos
git-svn-id: trunk@54637 -
|
2017-04-19 10:34:54 +00:00 |
|