Commit Graph

40212 Commits

Author SHA1 Message Date
mattias
28699e981c IDE: changed default conditionals to comments with examples
git-svn-id: trunk@41627 -
2013-06-09 12:38:24 +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
mattias
c6f791deab IDE: fixed help for show compiler options dialog
git-svn-id: trunk@41625 -
2013-06-09 10:55:37 +00:00
mattias
0300bcd949 IDE: fixed help for project options pages
git-svn-id: trunk@41624 -
2013-06-09 10:41:35 +00:00
mattias
9e97f8f1fd IDE: fixed help for compiler options pages
git-svn-id: trunk@41623 -
2013-06-09 10:36:58 +00:00
mattias
053f1ba540 IDE: fixed help for compiler options page other
git-svn-id: trunk@41622 -
2013-06-09 10:28:53 +00:00
mattias
0427e271f2 IDE: removed compiler options page inherited
git-svn-id: trunk@41621 -
2013-06-09 10:24:48 +00:00
mattias
bd4dd3da15 IDE: added tree of inherited parameters to show options
git-svn-id: trunk@41620 -
2013-06-09 10:21:45 +00:00
juha
01807a29cd Converter: Remove invalid properties also after replacing a component type. Issue #24527
git-svn-id: trunk@41619 -
2013-06-09 10:05:20 +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
juha
f635523657 Calendar: don't publish Date. DateTime is already published.
git-svn-id: trunk@41617 -
2013-06-09 10:04:28 +00:00
mattias
87a7d4e2a9 IDE: resourcestrings
git-svn-id: trunk@41616 -
2013-06-09 09:47:15 +00:00
mattias
c7d910efc0 IDE: compiler options: inherited: combine matrix options per storage
git-svn-id: trunk@41615 -
2013-06-09 09:45:42 +00:00
mattias
caa9c23b42 rpm: use gzip
git-svn-id: trunk@41609 -
2013-06-08 23:23:51 +00:00
martin
e6c03e1b84 SynEdit: Ifdef Markup: remove ifdef, make live
git-svn-id: trunk@41608 -
2013-06-08 23:05:45 +00:00
mattias
56864b2c96 rpm: added convert compression script
git-svn-id: trunk@41607 -
2013-06-08 22:19:17 +00:00
mattias
301981701d IDE: mode matrix: trim values and targets
git-svn-id: trunk@41606 -
2013-06-08 21:41:12 +00:00
mattias
c97765d2ce IDE: mode matrix: moved custom options addition to inherited options
git-svn-id: trunk@41605 -
2013-06-08 21:36:00 +00:00
mattias
4cd9929af6 IDE: mode matrix: on delete build mode, delete grid columns
git-svn-id: trunk@41604 -
2013-06-08 20:19:30 +00:00
martin
595f395fde Fix Compilation for WinCE issue #24560
git-svn-id: trunk@41602 -
2013-06-08 19:35:20 +00:00
juha
90fc05b7ce Converter: optimize, use existing main file name.
git-svn-id: trunk@41601 -
2013-06-08 19:18:19 +00:00
juha
39efd79f55 Converter: fix errors in project conversion caused by recent changes.
git-svn-id: trunk@41600 -
2013-06-08 18:36:05 +00:00
juha
0258e2b41d Lazarus.lpi: remove duplicate path
git-svn-id: trunk@41599 -
2013-06-08 18:35:59 +00:00
martin
35cdca75c0 SynEdit: Ifdef Markup: set node state, on buffer change
git-svn-id: trunk@41598 -
2013-06-08 17:27:29 +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
2fbada7281 Converter: Add a flag for "Register" procedure in a packages's unit.
git-svn-id: trunk@41595 -
2013-06-08 16:32:47 +00:00
juha
8ebfe128da Packager: formatting
git-svn-id: trunk@41594 -
2013-06-08 16:32:43 +00:00
juha
aa5f6fd0f7 Converter: Change unit name to match disk name unless the disk name is all lowercase.
git-svn-id: trunk@41593 -
2013-06-08 16:32:39 +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
juha
6c7d3d2d5b Converter: improve comments
git-svn-id: trunk@41590 -
2013-06-08 16:32:21 +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
mattias
4fd391ebc5 IDE: updated compiler options captions for -OoREGVAR and -OoUNCERTAIN
git-svn-id: trunk@41586 -
2013-06-08 13:43:44 +00:00
mattias
f2565fbe59 IDE: warn when the project overrides a package output directory
git-svn-id: trunk@41585 -
2013-06-08 12:06:00 +00:00
mattias
985a7b4d07 IDE: create package uses section: use disk file names
git-svn-id: trunk@41582 -
2013-06-07 12:24:44 +00:00
mattias
e1df88cc73 IDE: fixed TProjectBuildMode.SaveToXMLConfig ClearModified
git-svn-id: trunk@41581 -
2013-06-07 12:13:47 +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
mattias
e043bb91b4 IDE+lazbuild: fixed applying ide macros for the right build mode
git-svn-id: trunk@41579 -
2013-06-07 12:12:02 +00:00
mattias
f68f6c159f IDE: mode matrix: fixed changing type of last row
git-svn-id: trunk@41578 -
2013-06-07 11:59:09 +00:00
mattias
26525d735a IDE: mode matrix: update syntax check after changing type
git-svn-id: trunk@41577 -
2013-06-07 11:47:53 +00:00
mattias
ea5e5bec16 IDE: build modes diff: clearer captions
git-svn-id: trunk@41576 -
2013-06-07 11:36:47 +00:00
juha
19d10cfdcb Converter: improve package conversion. It was broken.
git-svn-id: trunk@41575 -
2013-06-07 11:21:37 +00:00
juha
e724b2befa Codetools: formatting
git-svn-id: trunk@41574 -
2013-06-07 11:21:33 +00:00
juha
0d20e5d2a5 IDE: cleanup code in DialogProgs.
git-svn-id: trunk@41573 -
2013-06-07 11:21:17 +00:00
paul
f597e810ce lcl: move HandleAllocated check to UpdateRegion of THintWindow
git-svn-id: trunk@41572 -
2013-06-07 01:25:38 +00:00
mattias
6c7c19d872 IDE: resourcestrings
git-svn-id: trunk@41571 -
2013-06-06 22:14:29 +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