Commit Graph

109 Commits

Author SHA1 Message Date
juha
751852a44a LazUtils: New function UTF8CompareLatinTextFast. Use in IDE instead of UTF8CompareText.
git-svn-id: trunk@64385 -
2021-01-14 13:52:23 +00:00
juha
2a8ddb66b5 IDE, LazUtils: Move unit FileReferenceList to LazUtils package. Order uses sections.
git-svn-id: trunk@64025 -
2020-10-16 12:01:15 +00:00
juha
faa505ae98 Move unit ide/PublishModule to buildIntf/PublishModuleIntf.
git-svn-id: trunk@63999 -
2020-10-13 11:27:32 +00:00
juha
7d6d05a0bf IDE: Change logic updating Application.Title and .Scaled in main source. Don't delete them when user option is off. Check for LCL app.
git-svn-id: trunk@62669 -
2020-02-24 09:51:03 +00:00
ondrej
3f71fbb081 IDE: Project: LPI&LPS ProjectOptions - write new lists. Issue
git-svn-id: trunk@62249 -
2019-11-16 18:53:50 +00:00
ondrej
922e731fd5 IDE: Project: LPI&LPS debugging info - write new lists. Issue
git-svn-id: trunk@62247 -
2019-11-16 18:23:54 +00:00
mattias
895936a8ef IDE: catch errors while releasing project file descriptors
git-svn-id: trunk@60681 -
2019-03-15 14:02:49 +00:00
juha
17cdaab3f8 Clean Publish Module code. Use common TBaseCompilerOptions. Fix wrong typecast for TProject() with packages.
git-svn-id: trunk@58853 -
2018-09-04 11:12:31 +00:00
juha
cc3dd4cfbf IDE: Simplify and improve the Publish Project / Package feature. Issue .
git-svn-id: trunk@58785 -
2018-08-27 19:03:16 +00:00
juha
620bba736b Move functions dealing with path delimiters from IDEProcs to LazFileUtils.
git-svn-id: trunk@58620 -
2018-07-24 17:49:15 +00:00
mattias
57c696942e IDE: clean up
git-svn-id: trunk@57002 -
2018-01-07 13:43:47 +00:00
ondrej
73faf67c41 IDE: move project descriptors from projectdefs.pas into new unit to prevent circular dependency on project.pas
git-svn-id: trunk@56976 -
2018-01-06 02:32:03 +00:00
ondrej
fa7bf64041 IDE: add option to enable/disable Application.Scaled in project file. Issue
git-svn-id: trunk@54530 -
2017-04-05 19:29:05 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
9c405911fd Reduce SynEdit dependencies from units. Reorder uses sections to see dependencies better.
git-svn-id: trunk@53727 -
2016-12-20 00:09:10 +00:00
juha
42e68fd86d IDE: Save Application Bundle and resource XPManifest to default project configuration. Issue .
git-svn-id: trunk@51059 -
2015-12-27 22:36:55 +00:00
juha
653b5dd43a Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
git-svn-id: trunk@49504 -
2015-07-07 11:43:38 +00:00
juha
708afdf966 Fix uninitialized variables and other problems found by the compiler.
git-svn-id: trunk@48451 -
2015-03-22 10:17:35 +00:00
juha
34fa9b2929 IDE: Improve harmonizing the style of spaces. Issue , patch from Anton.
git-svn-id: trunk@48164 -
2015-03-07 16:38:24 +00:00
juha
58163e4f6a IDE: Harmonize the style of spaces more. Issue , patch from Alexey Torgashin.
git-svn-id: trunk@48141 -
2015-03-05 19:03:24 +00:00
juha
09bbaa4174 IDE: Harmonize the style of spaces with ":=". Issue , patch from Alexey Torgashin.
git-svn-id: trunk@48140 -
2015-03-05 17:39:32 +00:00
juha
7c10898810 IDE: Unify spaces style in project description. Issue .
git-svn-id: trunk@47759 -
2015-02-13 23:59:39 +00:00
juha
abf9a845da Deprecate wrappers for LazUTF8 functions in LCLProc.
git-svn-id: trunk@47604 -
2015-02-06 18:25:31 +00:00
juha
d2dc7a43e6 Revert r47571 #74d2ec821a "IDE: New project description for UTF8 ...". Build mode cannot be set in project description.
git-svn-id: trunk@47594 -
2015-02-05 16:05:09 +00:00
juha
74d2ec821a IDE: New project description for an application with UTF8 RTL support.
git-svn-id: trunk@47571 -
2015-01-31 09:53:56 +00:00
juha
4486bfc9ed IDE: Replace TProjectReadFlags with a boolean LoadParts.
git-svn-id: trunk@45757 -
2014-07-03 11:50:41 +00:00
mattias
ba814a2ad3 IDE: fixed xmlconfig default values
git-svn-id: trunk@45530 -
2014-06-15 12:10:42 +00:00
mattias
ff5cd180b1 IDE: lpi: use as default: JumpHistory/Line,Column,TopLine=1
git-svn-id: trunk@45517 -
2014-06-15 11:47:40 +00:00
mattias
f834665ea1 IDE: lpi: use as default: JumpHistory/HistoryIndex=0
git-svn-id: trunk@45516 -
2014-06-15 11:46:48 +00:00
mattias
a8fb1a0c44 IDE: clean up
git-svn-id: trunk@45399 -
2014-06-08 12:49:44 +00:00
mattias
6b891914bc IDE: combined defaults for publish module+project
git-svn-id: trunk@41688 -
2013-06-12 11:02:22 +00:00
mattias
fd4d0497fc IDE,IDEIntf: added TSourceEditorManagerInterface.ReIndent, added parameter Beautify to TLazProjectFile.SetSourceText
git-svn-id: trunk@40813 -
2013-04-15 08:31:41 +00:00
juha
96aae02bd8 IDE: remove SimplePascalProgram file descriptor. It was in a wrong place and is replaced with SimpleProgram project descriptor. Improve template desctiptions.
git-svn-id: trunk@38646 -
2012-09-13 17:55:25 +00:00
juha
672f5bd862 Replace with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
2012-09-13 06:39:56 +00:00
juha
5b6cb21f1c IDE: add a "Simple Program" descriptor/template. Requested by Jeff Duntemann for his book "FreePascal From Square One"
git-svn-id: trunk@38632 -
2012-09-13 06:39:15 +00:00
mattias
a99a34ebd2 IDE: using UTF8CompareText
git-svn-id: trunk@37960 -
2012-07-16 20:53:37 +00:00
mattias
3e9e907062 IDE: switched to new laz2_xml
git-svn-id: trunk@35937 -
2012-03-13 20:55:43 +00:00
juha
ccb05d6f2d IDE: formatting
git-svn-id: trunk@35780 -
2012-03-07 00:04:14 +00:00
mattias
b02630ac58 IDE: less hints
git-svn-id: trunk@35711 -
2012-03-04 18:12:15 +00:00
mattias
4dcfd331ed IDEIntf: deprecated TLazProject.ShortDescription
git-svn-id: trunk@35045 -
2012-01-31 00:29:20 +00:00
mattias
c9ffd2f60c IDE: resolve macros in project title
git-svn-id: trunk@35044 -
2012-01-31 00:22:13 +00:00
mattias
50a7259d40 IDE: new project "program": do not create app bundle, manifest and icon
git-svn-id: trunk@34930 -
2012-01-25 15:45:41 +00:00
mattias
bdad5a8977 IDE: loading active build mode if session has no modes, bug
git-svn-id: trunk@34632 -
2012-01-06 22:37:53 +00:00
mattias
d68222bb17 IDE: default project options: save whole lpi, load all build modes, formerly: only active build mode
git-svn-id: trunk@34554 -
2012-01-03 15:10:08 +00:00
juha
d1496f7736 IDE: Set -WR compiler option as default for library projects. Issue
git-svn-id: trunk@33534 -
2011-11-14 22:17:08 +00:00
mattias
d700c68b43 IDEIntf: added TLazProject.UseManifest/LoadDefaultIcon
git-svn-id: trunk@32597 -
2011-10-01 20:09:07 +00:00
mattias
38c75a8c1f IDEIntf: added TLazProject.Resources
git-svn-id: trunk@32596 -
2011-10-01 19:49:29 +00:00
mattias
781ddc516d IDEIntf: moved UseAppBundle to IDEIntf
git-svn-id: trunk@32594 -
2011-10-01 19:28:01 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
mattias
2755108d9c IDEIntf: moved compiler options to unit of its own (compoptsintf.pas), added access to compiler options of packages
git-svn-id: trunk@29523 -
2011-02-13 13:42:19 +00:00