Commit Graph

126 Commits

Author SHA1 Message Date
mattias
18903285e2 IDE: allow pas2js as compiler, added target os browser and nodejs
git-svn-id: trunk@57896 -
2018-05-11 08:50:33 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
mattias
0d058c9c07 codetools: renamed TFPCConfigFileStateList TPCConfigFileStateList, TFPCTargetConfigCache TPCTargetConfigCache
git-svn-id: trunk@56779 -
2017-12-18 17:03:02 +00:00
mattias
022a515783 codetools: renamed FPCDefinesCache to CompilerDefinesCache
git-svn-id: trunk@56776 -
2017-12-18 12:20:03 +00:00
michl
5d03c243b5 IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
2017-05-21 20:59:29 +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
mattias
230db065ad IDE: fixed initial setup dlg default paths
git-svn-id: trunk@53221 -
2016-10-26 16:40:33 +00:00
mattias
4477d86b14 IDE: initial setup: compiler: only prompt if file exists
git-svn-id: trunk@50951 -
2015-12-20 09:53:44 +00:00
mattias
997be6a69a IDE: check make.exe: use a non fpc make.exe
git-svn-id: trunk@50891 -
2015-12-18 00:10:19 +00:00
mattias
5281da5717 IDE: setup dialog: always switch to first error
git-svn-id: trunk@50715 -
2015-12-09 16:01:06 +00:00
juha
08c9621520 Change order of used units so that "deprecated" warnings are not triggered.
git-svn-id: trunk@49612 -
2015-08-07 17:20:40 +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
maxim
6f4c8353e5 IDE: renamed/regrouped/cleaned up resource strings for file filter names, bug #28219, patch from Alexey Torgashin
git-svn-id: trunk@49245 -
2015-06-02 23:56:03 +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
mattias
76e7197049 IDE: setup dialog: when changing compiler check the compiler again and update targetos/cpu/fpcver
git-svn-id: trunk@48279 -
2015-03-12 00:32:26 +00:00
mattias
b98e5b914f IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4
git-svn-id: trunk@48228 -
2015-03-10 15:28:11 +00:00
mattias
ece82a7c7e IDE: clean up
git-svn-id: trunk@48207 -
2015-03-10 12:59:28 +00:00
bart
0c86628fb1 IDE Fix possible crash in TInitialSetupDialog.Init
git-svn-id: trunk@47340 -
2015-01-11 14:45:40 +00:00
mattias
bedd8d3376 tests: SimpleFormat
git-svn-id: trunk@47020 -
2014-11-28 14:29:40 +00:00
mattias
05a395046c IDE: initial setup dialog: use SimpleFormat, resourcestrings cannot be trusted during boot
git-svn-id: trunk@47017 -
2014-11-28 13:08:14 +00:00
mattias
b20ca2c1af IDE: comments
git-svn-id: trunk@47016 -
2014-11-28 12:35:25 +00:00
mattias
5dc8f9b03d IDE: load global options: check resourcestring
git-svn-id: trunk@47014 -
2014-11-28 11:46:45 +00:00
mattias
bcadd50b76 IDE: initial setup dialog: reset resourcestrings on error
git-svn-id: trunk@47013 -
2014-11-28 11:32:48 +00:00
mattias
4aaa7b1242 lazbuild: removed dependency lazdebuggergdbmi
git-svn-id: trunk@45389 -
2014-06-07 21:02:56 +00:00
mattias
30c58e48d6 IDE,lazutils: added GetPhysicalFilenameCached
git-svn-id: trunk@45247 -
2014-05-30 13:41:20 +00:00
mattias
b0e7e2b994 IDE: clean up
git-svn-id: trunk@45245 -
2014-05-30 12:41:08 +00:00
martin
105392507e IDE, Setup: search debugger (gdb) according to path in gdbmidebugger class "ExePath()". Issue #0025997
git-svn-id: trunk@44687 -
2014-04-11 20:54:06 +00:00
mattias
5a07230297 IDE: clean up
git-svn-id: trunk@44146 -
2014-02-18 18:47:15 +00:00
paul
7f4caeb374 ide, components: move images related code to use FPC resource instead of Lazarus resources
git-svn-id: trunk@42984 -
2013-09-27 12:27:04 +00:00
mattias
d6191d3f6b IDE: initial setup dialog: translate captions and lcl
git-svn-id: trunk@42745 -
2013-09-11 23:30:16 +00:00
mattias
f5dda02fe9 IDE: renamed DoPathDelims to ForcePathDelims
git-svn-id: trunk@42697 -
2013-09-09 10:18:24 +00:00
mattias
773f710bde IDE, codetools, lazutils: Changed DoDirSeparators calls with DoPathDelims calls
git-svn-id: trunk@42674 -
2013-09-08 07:40:06 +00:00
mattias
7752cb5bc8 IDE: setup dialog: show if fpc source directory misses rtl, packages
git-svn-id: trunk@41978 -
2013-07-03 07:45:10 +00:00
mattias
b8c31f0f08 IDE: initial setup dlg: give hint where to get FPC and FPC-SRC
git-svn-id: trunk@41680 -
2013-06-11 19:09:28 +00:00
juha
48f88c37ef Revert "Use AllFilesMask everywhere instead of GetAllFilesMask, mask must be fixed in FPC libs"
git-svn-id: trunk@40957 -
2013-04-30 16:35:02 +00:00
juha
9b5d333076 IDE: remove ideintf from the tests in initialsetupdlgs
git-svn-id: trunk@40885 -
2013-04-24 23:07:33 +00:00
mattias
2c855977d2 IDE: intial setup dialog: fixed getting FPC source version
git-svn-id: trunk@40867 -
2013-04-21 20:35:56 +00:00
juha
73fb9ab0e2 Use AllFilesMask everywhere instead of GetAllFilesMask
git-svn-id: trunk@40849 -
2013-04-19 07:08:03 +00:00
mattias
a85c98d0a8 IDE: clean up
git-svn-id: trunk@40694 -
2013-04-02 10:10:54 +00:00
mattias
e2b176f2e8 IDE: initial setup dlg: do not start FPCSrc scan on LCLCarbon
git-svn-id: trunk@39991 -
2013-01-28 03:03:42 +00:00
mattias
7d6712a7fe IDE: added flag -dDebugSearchFPCSrcThread
git-svn-id: trunk@39966 -
2013-01-26 15:11:53 +00:00
juha
d451ec6672 IDE: Allow user to create own custom IDE macros and install them to IDE by using packages. Issue #23502, patch from Cyrax
git-svn-id: trunk@39909 -
2013-01-20 09:34:35 +00:00
mattias
19d4d144fb IDE: initial setup: fixed starting thread
git-svn-id: trunk@39513 -
2012-12-11 10:36:17 +00:00
mattias
bbb1096a18 IDE: initial setup: fixed crashing on stop button
git-svn-id: trunk@39512 -
2012-12-11 09:57:33 +00:00
martin
4aefdbe1f1 IDE: Update also FPC source dir note after selecting a compiler. Issue #20771 / see also revision 33860 #1aa5eab515
git-svn-id: trunk@39381 -
2012-11-26 13:25:30 +00:00
mattias
71041f92c2 IDE: setup dlg: fixed fpc src thread to not alter the environment variable
git-svn-id: trunk@39344 -
2012-11-22 15:10:39 +00:00
mattias
5828ee4489 IDE: debugging
git-svn-id: trunk@39343 -
2012-11-22 15:01:25 +00:00
juha
296b64998c IDE, initial setup dlg: stop and wait for the thread before closing
git-svn-id: trunk@39314 -
2012-11-20 00:24:55 +00:00
juha
0a0b953dfe IDE, initial setup dlg: Test for faDirectory flag when scanning. FindFirstUTF8(Path, faDirectory... returns all files
git-svn-id: trunk@39313 -
2012-11-19 23:25:56 +00:00
juha
73933e18a0 IDE, initial setup dlg: replace non-thread-safe stuff, RegExpr -> ValueOfKey func, non-cached file funcs
git-svn-id: trunk@39305 -
2012-11-19 01:14:15 +00:00