Commit Graph

165 Commits

Author SHA1 Message Date
ondrej
c1e2ae50cb IDE: don't show empty heaptrc output dialog on windows
git-svn-id: trunk@50202 -
2015-11-02 07:20:20 +00:00
juha
16f941c896 IDE: A single IDE instance feature. Issue #8051, patch from Ondrej Pokorny.
git-svn-id: trunk@49909 -
2015-10-02 09:42:44 +00:00
juha
29d5e6d734 Move EditorToolbar from a package to IDE sources. Reuse config dialog with IDE Coolbar.
git-svn-id: trunk@49382 -
2015-06-21 10:45:24 +00:00
mattias
9ece157c2a IDEIntf: added HasGUI
git-svn-id: trunk@48413 -
2015-03-18 17:11:43 +00:00
mattias
75dbf9d596 IDE: redirect_stderr: only use if needed
git-svn-id: trunk@48190 -
2015-03-10 11:07:26 +00:00
mattias
fcc8b08340 bigide: datetimectrl
git-svn-id: trunk@46219 -
2014-09-14 09:48:01 +00:00
mattias
b8b57b74bb IDE: comments
git-svn-id: trunk@46213 -
2014-09-13 21:11:15 +00:00
juha
e08c4fde50 IDE: add DateTimeCtrls for Lazarus BigIde. (almost)
git-svn-id: trunk@46209 -
2014-09-13 17:20:37 +00:00
juha
e1ec0784c5 IDE: add EditorToolbar for Lazarus BigIde.
git-svn-id: trunk@46206 -
2014-09-13 13:34:41 +00:00
juha
0796ab86ce IDE: use TurboPowerIProDsgn to show hints and help texts in Lazarus BigIDE.
git-svn-id: trunk@45957 -
2014-07-23 17:29:51 +00:00
paul
f1fdebc841 ide: again rename project.ico to mainiconproject.ico - this way it is more understandable that it is a mainicon of a project file
git-svn-id: trunk@43001 -
2013-09-28 04:10:00 +00:00
paul
e335a5c101 ide:
- rename LazarusProject.ico to project.ico to place it alphabetically after MainIcon
  - fix loading of default project icon from FPC resource

git-svn-id: trunk@43000 -
2013-09-28 03:47:31 +00:00
mattias
239209c3a4 IDE: disable MainFormOnTaskBar on windows
git-svn-id: trunk@42421 -
2013-08-18 12:19:52 +00:00
martin
b42d2b0724 EditorMacroScript, add to bigide
git-svn-id: trunk@42345 -
2013-08-05 08:26:27 +00:00
paul
ec67ea5655 ide: remove MainFormOnTaskBar = true for the IDE + comment
git-svn-id: trunk@42171 -
2013-07-22 02:18:13 +00:00
mattias
82cc90a009 IDE: less warnings
git-svn-id: trunk@42129 -
2013-07-18 10:03:23 +00:00
paul
a402774cac ide: use MainFormOnTaskBar for the lazarus application
git-svn-id: trunk@42113 -
2013-07-17 08:01:59 +00:00
juha
d784e09e7d IDE: Enable the new Heaptrc output window by default. Part of issue #19837
git-svn-id: trunk@41169 -
2013-05-13 14:10:33 +00:00
mattias
c08c9b529f IDE: clean up
git-svn-id: trunk@39967 -
2013-01-26 15:53:59 +00:00
juha
cea28ef8e9 IDE: Improve Heaptrc output. Issue #19837, patch from Cyrax
git-svn-id: trunk@39245 -
2012-11-05 09:11:14 +00:00
mattias
0776694118 IDE: added flag KeepInstalledPackages
git-svn-id: trunk@38971 -
2012-10-05 10:30:25 +00:00
mattias
d54a1f4647 bigide: register synedit
git-svn-id: trunk@38436 -
2012-08-30 07:24:29 +00:00
mattias
45171e440e IDE: cleaned up usechmhelp define
git-svn-id: trunk@38034 -
2012-07-24 18:14:19 +00:00
paul
9226386149 ide, tools, examples: remove ver2_2_x defines
git-svn-id: trunk@36370 -
2012-03-27 07:19:59 +00:00
mattias
a6537c8ebe IDE: comment, clean up
git-svn-id: trunk@36045 -
2012-03-15 22:19:05 +00:00
mattias
fb644ca8c1 bigide: added leakview, added sqldb and tdbf for darwin
git-svn-id: trunk@36012 -
2012-03-14 21:15:09 +00:00
mattias
a4211c814f IDE: added flag to avoid multithreading - useful for debugging
git-svn-id: trunk@35372 -
2012-02-15 13:59:59 +00:00
mattias
7ecfbd3e9e IDE: added externhelp to bigide
git-svn-id: trunk@34903 -
2012-01-24 16:10:52 +00:00
mattias
fcfc88b774 IDE: removed MainIDEIntf
git-svn-id: trunk@34648 -
2012-01-07 20:45:57 +00:00
mattias
f4e62822e1 bigide: added instantfpc
git-svn-id: trunk@32602 -
2011-10-01 20:24:52 +00:00
mattias
a09bb8f7ef IDE: split parsing command line options into gui and nogui parts
git-svn-id: trunk@31421 -
2011-06-28 07:23:25 +00:00
mattias
51e1742910 IDE: clean up
git-svn-id: trunk@31329 -
2011-06-22 07:52:10 +00:00
mattias
decee4a238 IDE: remote control: Linux
git-svn-id: trunk@31020 -
2011-06-03 00:29:11 +00:00
mattias
971311d658 IDE: setup dialog for lazarus directory, compiler and fpc source directory
git-svn-id: trunk@29905 -
2011-03-19 11:36:10 +00:00
paul
cbf72d5f03 ide: set RequireDerivedFormResource to true to catch TCustomForm.Create() constructor misuse
git-svn-id: trunk@29304 -
2011-02-02 03:04:21 +00:00
vincents
70d3297249 ide: replace OnGetApplicationName with hardcoded 'lazarus', so that Application.Title isn't used in GetAppConfigDir (issue #18396)
git-svn-id: trunk@28874 -
2011-01-06 15:41:43 +00:00
mattias
aac4168119 IDE: started background scan of fpc source directory
git-svn-id: trunk@27575 -
2010-10-04 14:00:13 +00:00
sekelsenmat
4fb7141bae Starts removing the obsolete cgi package
git-svn-id: trunk@27394 -
2010-09-17 14:11:36 +00:00
mattias
e7db0d5bcd IDE: moved todolist to package, todo list for packages needs to be done
git-svn-id: trunk@26151 -
2010-06-16 11:53:34 +00:00
mattias
43887a885b IDE: undo: removed tachartlazaruspkg from bigide packages
git-svn-id: trunk@26148 -
2010-06-16 09:40:40 +00:00
mattias
ba31a8355b IDE: removed tachartlazaruspkg from bigide packages
git-svn-id: trunk@26147 -
2010-06-16 09:38:33 +00:00
mattias
db8595b179 IDE: clean up
git-svn-id: trunk@23513 -
2010-01-20 23:33:18 +00:00
paul
1624dd9ea4 ide: use fpc resources for lazarus project
git-svn-id: trunk@23439 -
2010-01-13 13:24:44 +00:00
mattias
a44af1c9a5 IDE: started conditionals frame
git-svn-id: trunk@23405 -
2010-01-09 14:58:39 +00:00
paul
f36bf2c85a ide: chmhelp support:
- add chmhelp path to ide makefiles
  - add UseCHMHelp symbol to build IDE with chmhelp package

git-svn-id: trunk@21704 -
2009-09-14 23:15:41 +00:00
mattias
edd5d118b5 IDE: added try..except for exceptions during start
git-svn-id: trunk@21077 -
2009-08-02 21:07:10 +00:00
mattias
bb13cb1a5c IDE: override build widgetset with BuildWidgetSetXXX
git-svn-id: trunk@20337 -
2009-06-01 20:41:21 +00:00
mattias
3af6e0f0e1 codetools: mem stats for GlobalIdentifierTree
git-svn-id: trunk@19931 -
2009-05-11 17:14:09 +00:00
martin
2129ac6726 Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package.
git-svn-id: trunk@18829 -
2009-02-26 23:31:02 +00:00
martin
81d0c46770 Add SynEdit-Design package to BigIDE
git-svn-id: trunk@18796 -
2009-02-22 18:42:03 +00:00