mattias
e83d398385
aarre: read required package names
...
git-svn-id: trunk@41696 -
2013-06-12 18:05:06 +00:00
mattias
53729efba4
aarre: auto fix non UTF-8
...
git-svn-id: trunk@41695 -
2013-06-12 17:57:44 +00:00
mattias
1dcfc14560
aarre: help if no directory is given
...
git-svn-id: trunk@41694 -
2013-06-12 17:49:15 +00:00
mattias
46adf1c412
codetools: set elseif to inacrive
...
git-svn-id: trunk@41692 -
2013-06-12 11:44:48 +00:00
mattias
74535103a4
codetools: examples: filename as param
...
git-svn-id: trunk@41691 -
2013-06-12 11:43:37 +00:00
maxim
cb5b0d6691
IDEIntf: do not substitute ampersand with underscore in Object Inspector. Patch by Do-wan Kim, bug #24585
...
git-svn-id: trunk@41689 -
2013-06-12 11:07:39 +00:00
mattias
b3c587c8c1
aarre: clean up
...
git-svn-id: trunk@41686 -
2013-06-12 10:47:09 +00:00
mattias
2334f84a57
codetools: fixed result of ExploreUnitDirectives
...
git-svn-id: trunk@41678 -
2013-06-11 14:14:02 +00:00
martin
c1b253f642
SynEdit: Ifdef Markup: fixed wrong assert: issue #0024581
...
git-svn-id: trunk@41677 -
2013-06-11 11:29:48 +00:00
sekelsenmat
9942ebde4e
fpvectorial: Minor SVG rendering improvements
...
git-svn-id: trunk@41663 -
2013-06-10 11:34:00 +00:00
sekelsenmat
17439e0e35
fpvectorial: Now smooth bezier seams 100% correct =)
...
git-svn-id: trunk@41660 -
2013-06-10 11:08:58 +00:00
mattias
24c08f9ea5
synedit: clean up
...
git-svn-id: trunk@41656 -
2013-06-10 08:29:57 +00:00
sekelsenmat
2d16f24983
fpvectorial: Starts improving smooth bezier to
...
git-svn-id: trunk@41652 -
2013-06-10 07:32:14 +00:00
sekelsenmat
cb7c9207bb
fpvectorial: Greatly improves the ellipse arc drawing, now it finally works in many cases =)
...
git-svn-id: trunk@41650 -
2013-06-10 07:04:55 +00:00
paul
da07c70180
ideintf: implement IInterface property support (issue #0024570 )
...
git-svn-id: trunk@41645 -
2013-06-10 05:12:53 +00:00
sekelsenmat
a17f69a025
git-svn-id: trunk@41642 -
2013-06-09 21:33:34 +00:00
juha
cf11b400f8
Revert r41592 #173ff71396 "Codetools: optimize TPascalReaderTool.ExtractSourceName." Does not work in every situation.
...
git-svn-id: trunk@41638 -
2013-06-09 14:35:13 +00:00
sekelsenmat
5f6878bdb7
fpvectorial: More attempts at implementing support for elliptical arcs, not yet working
...
git-svn-id: trunk@41632 -
2013-06-09 13:40:42 +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
martin
595f395fde
Fix Compilation for WinCE issue #24560
...
git-svn-id: trunk@41602 -
2013-06-08 19:35:20 +00:00
martin
82434aaf0f
SynEdit: Ifdef Markup: fix missing validate for nodes
...
git-svn-id: trunk@41597 -
2013-06-08 17:26:40 +00:00
martin
5d22d60084
SynEdit: Ifdef Markup: fix missing initialization of highlighter / check string boundaries
...
git-svn-id: trunk@41596 -
2013-06-08 16:46:10 +00:00
juha
173ff71396
Codetools: optimize TPascalReaderTool.ExtractSourceName. Use already existing GetSourceNamePos.
...
git-svn-id: trunk@41592 -
2013-06-08 16:32:36 +00:00
juha
35b4131a89
Codetools: move similar functions dealing with unit name together.
...
git-svn-id: trunk@41591 -
2013-06-08 16:32:31 +00:00
bart
7ac6639fb4
LazUtils: Move GetAppConfigDirUTF8 and GetAppConfigFileUTF8 to LazFileUtils (and inline them in FileUtil).
...
Part of the ongoing restructuring of LazUtils.
git-svn-id: trunk@41589 -
2013-06-08 15:00:18 +00:00
bart
555ede86aa
LazUtils: Move SysErrorMessageUTF8 to LazUtf8 (and inline it in FileUtil).
...
Part of the ongoing restructuring of LazUtils.
git-svn-id: trunk@41588 -
2013-06-08 14:54:15 +00:00
bart
bcea8662ff
LazUtils: Move ConsoleToUTF8, UTF8ToConsole, ParamStrUTF8,
...
GetEnvironmentStringUTF8 and GetEnvironmentVariableUTF8 to LazUtf8 (and inline them in FileUtil).
Part of the ongoing restructuring of LazUtils.
git-svn-id: trunk@41587 -
2013-06-08 14:41:16 +00:00
sekelsenmat
c91049023b
fpvectorial: Starts attempt to finish implementing elliptical arcs ... not yet working
...
git-svn-id: trunk@41580 -
2013-06-07 12:13:19 +00:00
juha
e724b2befa
Codetools: formatting
...
git-svn-id: trunk@41574 -
2013-06-07 11:21:33 +00:00
mattias
e9931a214f
IDE: replaced compiler options Macro values with Additions and Overrides
...
git-svn-id: trunk@41570 -
2013-06-06 21:34:39 +00:00
bart
8df292bbb6
LazUtils: Move FileSearchUtf8 to LazFileUtils (and inline it in FileUtil).
...
Part of the ongoing restructuring of LazFileUtils/FileUtil.
git-svn-id: trunk@41568 -
2013-06-06 21:29:50 +00:00
bart
9cab951c18
LazUtils: Move FileIsReadOnly to LazFileUtils (and inline it in FileUtil).
...
Part of the ongoing restructuring of LazFileUtils/FileUtil.
git-svn-id: trunk@41566 -
2013-06-06 21:22:21 +00:00
mattias
dc6bd42de5
IDE: project compiler options page Additions and Overrides
...
git-svn-id: trunk@41565 -
2013-06-06 19:28:52 +00:00
jesus
488c99dd5e
LazReport, fix using // comments in scripts, from Aleksey Lagunov
...
git-svn-id: trunk@41564 -
2013-06-06 19:20:42 +00:00
mattias
9ac3807622
customform: added comment
...
git-svn-id: trunk@41563 -
2013-06-06 19:02:51 +00:00
sekelsenmat
8b83833f63
fpvectorial: Improves the elliptical arc code
...
git-svn-id: trunk@41561 -
2013-06-06 09:43:56 +00:00
mattias
1ab884ca39
aarre: fixed typo
...
git-svn-id: trunk@41560 -
2013-06-06 09:00:07 +00:00
mattias
8ad7ba74fe
IDE: moved mode matrix above inherited
...
git-svn-id: trunk@41559 -
2013-06-06 07:18:10 +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
fc09ab4f53
Industrial: improve AdvLed autosize. Issue #24472 , patch from AlexP
...
git-svn-id: trunk@41548 -
2013-06-05 12:10:44 +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
sekelsenmat
fca3bddf16
fpvectorial: Starts implementing support for elliptical arcs in the base classes and in SVG
...
git-svn-id: trunk@41542 -
2013-06-04 16:16:35 +00:00
sekelsenmat
2caade0306
fpvectorial: Initial work to support brush complex gradients and reworks the SVG reader to support the defs section
...
git-svn-id: trunk@41541 -
2013-06-04 14:39:06 +00:00
sekelsenmat
70e8cdb2f5
fpvectorial: Fixes exception in loading head.svg, improves svg support
...
git-svn-id: trunk@41537 -
2013-06-04 09:38:58 +00:00
mattias
1b7872882c
synedit: fixed visibilty
...
git-svn-id: trunk@41529 -
2013-06-04 07:47:09 +00:00