Commit Graph

340 Commits

Author SHA1 Message Date
mattias
fc9c962339 codetools: FindUnitSource: fixed error message if not cursor pos known
git-svn-id: trunk@43209 -
2013-10-11 15:37:55 +00:00
mattias
c0dac09b7f IDE: fixed complete block, bug #24935
git-svn-id: trunk@42865 -
2013-09-18 21:05:17 +00:00
mattias
0e785800e1 codetools: fixed removing first unit from second line
git-svn-id: trunk@42859 -
2013-09-18 12:41:10 +00:00
mattias
f66fa252fc IDE: renamed SetPathDelims to GetForcedPathDelims
git-svn-id: trunk@42698 -
2013-09-09 10:28:10 +00:00
mattias
ac4996ff62 replaced SetDirSeparators with SetPathDelims
git-svn-id: trunk@42685 -
2013-09-08 20:58:12 +00:00
juha
f770004bfc Converter: Optimize commenting units in main and implementation uses sections.
git-svn-id: trunk@42463 -
2013-08-23 17:38:22 +00:00
mattias
02baf26d2a codetools: clean up
git-svn-id: trunk@42460 -
2013-08-23 12:23:46 +00:00
juha
d80f88d719 Codetools: a temporary fix for commenting out the whole uses section in implementation part.
git-svn-id: trunk@42458 -
2013-08-23 11:47:07 +00:00
juha
4f96dcd578 Codetools: revert changes in TStandardCodeTool.CheckLFM from r41948 #1182ff0df2. Caused regressions. Issue #24702
git-svn-id: trunk@41984 -
2013-07-03 13:57:04 +00:00
juha
1182ff0df2 Converter: Add variables in class when components (like menu item) are only in LFM. Changed also CheckLFM. Issue #24473.
git-svn-id: trunk@41948 -
2013-06-30 22:05:56 +00:00
juha
8ae11e18a5 Codetools: formatting
git-svn-id: trunk@41947 -
2013-06-30 22:05:48 +00:00
mattias
945a988824 codetools: TSourceChangeCache.Begin/EndUpdate comments and clean up
git-svn-id: trunk@41626 -
2013-06-09 11:25:13 +00:00
juha
e06985f2bd Codetools: remove a useless (?) call to SourceChangeCache.Apply in AddUnitToSpecificUsesSection
git-svn-id: trunk@41618 -
2013-06-09 10:04:56 +00:00
mattias
a7ceaf11d7 codetools: create ctnUseUnit nodes for contains, FindMissingUnits fixes contains
git-svn-id: trunk@41556 -
2013-06-05 20:02:06 +00:00
mattias
fd298c3dcf codetools: CheckUsesSection: fix directories too
git-svn-id: trunk@41554 -
2013-06-05 19:40:40 +00:00
mattias
db4e6e9744 codetools: fixed FindDiskFilename to recursively check all directories
git-svn-id: trunk@41553 -
2013-06-05 19:30:33 +00:00
mattias
4ce8683fd7 codetools: set DirectoryCache of tool, removed auto fetching
git-svn-id: trunk@41552 -
2013-06-05 19:07:50 +00:00
juha
c8649178b3 Codetools: revert the change in FixIncludeFilenames. It must be fixed properly later.
git-svn-id: trunk@41546 -
2013-06-05 10:53:40 +00:00
juha
a15d7330b6 Codetools: use CreateRelativePath() in FixIncludeFilenames.
git-svn-id: trunk@41544 -
2013-06-04 21:42:09 +00:00
mattias
c6da313e09 codetools: FindMissingUnits: do not find fpc sources if there is no ppu in fpc search path
git-svn-id: trunk@41412 -
2013-05-26 10:26:32 +00:00
mattias
f1b6abfac5 codetools: stdcodetools: use GetIndentStr of beautifier
git-svn-id: trunk@40820 -
2013-04-15 09:58:00 +00:00
mattias
3c5846fe89 codetools: stdcodetools: use GetLineIndent of beautifier
git-svn-id: trunk@40819 -
2013-04-15 09:53:05 +00:00
mattias
4b82e6e707 codetools: stdcodetools: use GetIndentStr of beautifier
git-svn-id: trunk@40818 -
2013-04-15 09:40:57 +00:00
mattias
a0f58c4b7d codetools: moved CommentCode to TStdCodeTool
git-svn-id: trunk@40815 -
2013-04-15 09:09:08 +00:00
mattias
da88503beb codetools: fixed range check error
git-svn-id: trunk@38752 -
2012-09-19 13:44:57 +00:00
mattias
89b17f0d82 codetools: fixed TStandardCodeTool.ReplaceWords
git-svn-id: trunk@38540 -
2012-09-06 15:00:13 +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
cfa24e7773 codetools: skip codetools skip comment
git-svn-id: trunk@38209 -
2012-08-08 22:40:14 +00:00
mattias
855af79e42 codetools: do not save errors outside parser
git-svn-id: trunk@37213 -
2012-05-07 16:04:57 +00:00
mattias
d5f1c3dec2 codetools: fixed FindUsedUnitFiles to only parse main uses section
git-svn-id: trunk@35103 -
2012-02-02 22:04:00 +00:00
mattias
197ac89ba8 codetools: completeblock debugging
git-svn-id: trunk@35002 -
2012-01-28 18:39:54 +00:00
mattias
42721b9bee IDE: find start of code block: when on start, jump to start of parent block
git-svn-id: trunk@34906 -
2012-01-24 19:04:33 +00:00
mattias
a7a3a71ce2 IDE: find start of code block: outside cstatements: jump to node start
git-svn-id: trunk@34905 -
2012-01-24 18:48:02 +00:00
mattias
502a88f46a codetools: checklfm: error if property is not published
git-svn-id: trunk@34807 -
2012-01-19 22:23:10 +00:00
mattias
380ab6721d codetools: checklfm: search further to find published property
git-svn-id: trunk@34805 -
2012-01-19 22:01:17 +00:00
mattias
81d67bcdc6 codetools: checklfm: fixed searching types
git-svn-id: trunk@34768 -
2012-01-18 01:54:53 +00:00
mattias
13f554a1f4 codetools: clean up unit not found code
git-svn-id: trunk@34677 -
2012-01-09 13:23:48 +00:00
mattias
848177ad94 codetools: TStandardCodeTool.AddUnitToSpecificUsesSection: auto remove unit from other uses section
git-svn-id: trunk@34095 -
2011-12-10 19:33:09 +00:00
mattias
3ec95f8d25 codetools: FindBlockStart: fixed when starting on last atom of block, bug #20797
git-svn-id: trunk@33915 -
2011-12-02 20:07:45 +00:00
mattias
246cf4a714 codetools: TStandardCodeTool.FindUnusedUnits scan whole unit
git-svn-id: trunk@33795 -
2011-11-26 10:49:06 +00:00
mattias
2f56a3d603 codetools: fixed repairing file case for include files and uses section
git-svn-id: trunk@33260 -
2011-11-03 12:38:25 +00:00
juha
53677b7b83 Codetools: remove obsolete StrConstTokenTypeName, use WriteStr
git-svn-id: trunk@33242 -
2011-11-02 23:18:36 +00:00
mattias
099bf2898b lazutils+codetools: fixed FindDiskFilename
git-svn-id: trunk@33219 -
2011-11-02 13:51:26 +00:00
mattias
f18dadf725 codetools: TStandardCodeTool.FindDanglingComponentEvents; safer align, bug #19109
git-svn-id: trunk@32572 -
2011-09-30 14:34:13 +00:00
mattias
caa300bdcf codetools: renamed TStandardCodeTool.AddIncludeDirective
git-svn-id: trunk@32121 -
2011-08-30 16:37:31 +00:00
mattias
6608134915 codetools: TStandardCodeTool.FindUnusedUnits: dotted names
git-svn-id: trunk@32120 -
2011-08-30 16:31:08 +00:00
mattias
1fb1d33e84 codetools: TStandardCodeTool.CommentUnitsInUsesSections: dotted names
git-svn-id: trunk@32119 -
2011-08-30 16:24:42 +00:00
mattias
8bdf7647bb codetools: TStandardCodeTool.FindMissingUnits: dotted names
git-svn-id: trunk@32118 -
2011-08-30 16:09:21 +00:00
mattias
5190b83a71 codetools: TStandardCodeTool.UsesSectionToUnitnames: dotted names
git-svn-id: trunk@32117 -
2011-08-30 16:03:46 +00:00
mattias
9f82460b7b codetools: TStandardCodeTool.UsesSectionToFilenames: dotted names
git-svn-id: trunk@32116 -
2011-08-30 16:00:51 +00:00