mattias
7bcb1b24a9
IDE: replaced some MessageDlg with IDEMessageDialog
...
git-svn-id: trunk@41499 -
2013-06-02 17:54:22 +00:00
juha
e826391389
Reimplement "IDE, Packager: harmonize some string constants"
...
git-svn-id: trunk@40967 -
2013-05-01 08:44:51 +00:00
juha
550d0ac8d0
Revert "IDE, Packager: harmonize some string constants"
...
git-svn-id: trunk@40960 -
2013-04-30 19:02:32 +00:00
juha
20be8a3fc1
IDE, Packager: harmonize some string constants
...
git-svn-id: trunk@40953 -
2013-04-30 13:35:06 +00:00
mattias
fe54d0ba55
IDEIntf: added GetRequiredPackages
...
git-svn-id: trunk@40280 -
2013-02-12 21:49:12 +00:00
juha
672f5bd862
Replace #13 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
mattias
0108bc7d1f
IDE: codebrowser: ignore links without code
...
git-svn-id: trunk@38587 -
2012-09-08 20:39:19 +00:00
martin
56079e50f0
CodeBrowser: check for virtual units. Issue #0022740
...
git-svn-id: trunk@38426 -
2012-08-29 15:05:33 +00:00
mattias
a3b86d11f7
IDE: cleaned up msg quickfixes
...
git-svn-id: trunk@36464 -
2012-03-30 14:37:28 +00:00
maxim
efff4531e3
IDE: fixed translation related regressions after r36225 #575e24d917
...
git-svn-id: trunk@36287 -
2012-03-24 14:44:29 +00:00
mattias
c11634ce19
IDE: resolving macros for lazarusdir, fpcsrcdir
...
git-svn-id: trunk@36202 -
2012-03-21 23:41:07 +00:00
juha
a0fb17b27e
IDE: Unite duplicate (single word) resourcestrings and name them consistently.
...
git-svn-id: trunk@35486 -
2012-02-19 15:50:48 +00:00
mattias
6a5d2af643
IDE: codebrowser: fixed find filename
...
git-svn-id: trunk@34239 -
2011-12-17 11:04:17 +00:00
mattias
cf91303a1b
IDE: replaced PAnsiString with AnsiString
...
git-svn-id: trunk@34235 -
2011-12-17 00:53:14 +00:00
juha
72a709a931
Formatting
...
git-svn-id: trunk@34091 -
2011-12-10 18:49:02 +00:00
mattias
ba97db223f
IDE: change lazarus dir, fixed reloading lpl, reload lpk in topological order
...
git-svn-id: trunk@33183 -
2011-10-30 18:17:19 +00:00
mattias
3fb4f6ee5a
IDE: codebrowser: invalidate file lists on rescan, bug #19699
...
git-svn-id: trunk@31603 -
2011-07-08 18:56:32 +00:00
juha
c66c014e7d
IDE: change Scope Combobox style to csDropDownList
...
git-svn-id: trunk@31565 -
2011-07-04 22:19:13 +00:00
mattias
8d1d6f9318
cody: renamed: remove a "with" block
...
git-svn-id: trunk@30961 -
2011-05-29 12:34:10 +00:00
mattias
1a85464856
IDE: codebrowser: clean up
...
git-svn-id: trunk@30957 -
2011-05-29 11:06:01 +00:00
mattias
578b02e4ad
LCL: GuessEncoding: accelerated
...
git-svn-id: trunk@30951 -
2011-05-28 09:38:31 +00:00
mattias
ed876e5df9
IDE: codebrowser: thousandseparator, bug #19019
...
git-svn-id: trunk@30090 -
2011-03-30 20:13:35 +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
b3a8dd03b1
fixed typos: childs
...
git-svn-id: trunk@29440 -
2011-02-10 09:37:16 +00:00
mattias
d5c9ca6f4f
IDE: fixed wrong CleanAndExpandFile/Dir use
...
git-svn-id: trunk@28940 -
2011-01-10 20:40:59 +00:00
mattias
8b9e2c6412
IDE: compiler options changestamp
...
git-svn-id: trunk@27607 -
2010-10-07 16:41:57 +00:00
maxim
f471776f5b
IDE: improved quick fixes localization
...
git-svn-id: trunk@27166 -
2010-08-22 20:06:55 +00:00
mattias
eaa54292de
IDE: codebrowser: show code help in hints, from Bernd Kreuss
...
git-svn-id: trunk@26903 -
2010-07-29 13:51:02 +00:00
mattias
219b70f58e
IDE: codebrowser: fixed TCodeBrowserView.GetCodeHelp
...
git-svn-id: trunk@26874 -
2010-07-28 16:57:02 +00:00
mattias
83ff33c8e7
IDE: code browser fixed checking procedure
...
git-svn-id: trunk@26858 -
2010-07-27 16:15:38 +00:00
mattias
c6dba477e5
IDE: code browser: added TCodeBrowserView.GetCodeHelp
...
git-svn-id: trunk@26857 -
2010-07-27 16:06:13 +00:00
mattias
afe16f9489
IDE: code browser: fixed scanning IDE
...
git-svn-id: trunk@26808 -
2010-07-24 11:52:24 +00:00
mattias
5f4f03d6e9
IDE: using new codetools FPC caches
...
IDE: fixed macro FPCVer for multiple versions used by fpc.exe
IDE: fixed rescan of FPC sources if not changed, bug #16824
codetools: replaced fpc source heuristic with rule set, needed for bug #13912 , #14572
IDE: fixed unneeded rescan of fpc sources if only target changed, needed for 12828
IDE: fixed calling compiler on every start, needed by lazarus on a stick
codetools: fixed search for fpc units without ppu, needed for 15534
IDE: implemented cache for fpc include files, needed by debugger
lazbuild: fixed using non default lclwidgettype of lpi
IDE: fixed auto update if fpc.cfg or target compiler changed, needed for 16824
git-svn-id: trunk@26796 -
2010-07-24 08:12:27 +00:00
mattias
2f29e92581
IDE: added quickfix for hints to add hide directive
...
git-svn-id: trunk@26374 -
2010-06-30 22:39:44 +00:00
mattias
fa00aff123
IDE: package editors: using the IDEWindowCreators
...
git-svn-id: trunk@26234 -
2010-06-21 12:17:14 +00:00
mattias
a80a9f0aed
IDE: fixed crash, bug #16652
...
git-svn-id: trunk@25950 -
2010-06-06 11:26:02 +00:00
mattias
f25c0d95e5
IDE: using IDEIntf to show dockable windows
...
git-svn-id: trunk@25604 -
2010-05-24 14:31:03 +00:00
mattias
97905f75d6
IDE: codebrowser: implemented export as text, bug #16191
...
git-svn-id: trunk@24394 -
2010-04-04 14:28:19 +00:00
mattias
77c705410a
IDE: codebrowser: clean up
...
git-svn-id: trunk@24393 -
2010-04-04 14:25:43 +00:00
martin
9040201c83
IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling)
...
git-svn-id: trunk@24113 -
2010-03-20 15:12:33 +00:00
martin
8c94ff2bd4
Ide/Project; SourceEditor: More using SourceEditorManager (for multi-window handling)
...
git-svn-id: trunk@24091 -
2010-03-18 22:14:09 +00:00
martin
e1290c555d
Ide/Project; SourceEditor: Start using SourceEditorManager (for multi-window handling)
...
git-svn-id: trunk@24045 -
2010-03-16 16:16:32 +00:00
juha
2ab15f7c41
Fixed a bug when filling items for ScopeComboBox.
...
git-svn-id: trunk@23824 -
2010-03-02 11:43:26 +00:00
mattias
304c5206cd
IDE: output filter: fixed storing absolute filename
...
git-svn-id: trunk@23814 -
2010-03-01 23:01:49 +00:00
mattias
efd4dcfc0f
IDE: codebrowser: setting scopecombobox.itemindex
...
git-svn-id: trunk@23812 -
2010-03-01 13:24:28 +00:00
paul
9622c8cd82
ide: convert forms to use fpc resources
...
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
mattias
a8f1185fb4
IDE: codebrowser: showing generic types
...
git-svn-id: trunk@22644 -
2009-11-17 10:12:08 +00:00
mattias
b64abcbd7a
codetools: parsing objccategory
...
git-svn-id: trunk@22611 -
2009-11-16 00:39:35 +00:00
mattias
cf8c233871
codetools: parsing cppclass
...
git-svn-id: trunk@22601 -
2009-11-15 15:43:53 +00:00
mattias
d39dca6458
IDE: code browser: replace identifier
...
git-svn-id: trunk@22520 -
2009-11-10 12:19:13 +00:00
mattias
e50ada8891
IDE: resourcestring
...
git-svn-id: trunk@22518 -
2009-11-10 12:01:54 +00:00
mattias
08dcae4a3e
ide: code browser: debug info when file failed to load
...
git-svn-id: trunk@22108 -
2009-10-12 11:36:30 +00:00
mattias
450df82084
IDE: added quick fix item for fatal cant find unit, add requirement
...
git-svn-id: trunk@22014 -
2009-10-04 01:39:00 +00:00
mattias
c66ecbfe45
codetools: objcprotocol
...
git-svn-id: trunk@21694 -
2009-09-13 23:00:19 +00:00
mattias
ddad9c8091
codetools: implemented objcclass
...
git-svn-id: trunk@21689 -
2009-09-13 21:31:32 +00:00
mattias
6d1ab9f902
IDE: quickfix item for identifier not found: search via code browser
...
git-svn-id: trunk@21532 -
2009-09-01 21:57:19 +00:00
mattias
1a98815a5b
IDE: codebrowser: implemented use identifier in unit
...
git-svn-id: trunk@21530 -
2009-09-01 19:55:08 +00:00
mattias
5e66de30b8
IDE: codebrowser: implemented use unit in unit
...
git-svn-id: trunk@21528 -
2009-09-01 18:29:00 +00:00
mattias
7a4efc129b
IDE: codebrowser: testing if use unit in unit is possible
...
git-svn-id: trunk@21523 -
2009-09-01 15:22:04 +00:00
mattias
5c235ca5a6
IDE: codebrowser: started use unit in unit
...
git-svn-id: trunk@21520 -
2009-09-01 14:33:50 +00:00
mattias
2af74e3284
IDE: codebrowser: added rescan button
...
git-svn-id: trunk@21517 -
2009-09-01 11:39:02 +00:00
mattias
66f3e41701
IDE: codebrowser: do not store WithRequiredPackages
...
git-svn-id: trunk@21515 -
2009-09-01 11:23:14 +00:00
mattias
6e7237e218
IDE: codebrowser: reduced update when scope options have not changed
...
git-svn-id: trunk@21514 -
2009-09-01 11:01:49 +00:00
mattias
31ed9af15f
IDE: codebrowser: menu item add package to package of unit in src editor
...
git-svn-id: trunk@21513 -
2009-09-01 10:42:46 +00:00
mattias
262c12f429
IDE: codebrowser: added open menu item
...
git-svn-id: trunk@21511 -
2009-09-01 09:51:05 +00:00
paul
d9cf195b30
ide: codebrowser:
...
- reanchor controls
- add unit to lazarus project
git-svn-id: trunk@21509 -
2009-09-01 01:39:30 +00:00
mattias
2cf81da62e
IDE: codebrowser: add package to project
...
git-svn-id: trunk@21506 -
2009-08-31 22:05:51 +00:00
mattias
2151d2e25a
IDE: codebrowser: update when not focused and no modal form is open, update after 1,5 secs editing the filters
...
git-svn-id: trunk@21503 -
2009-08-31 18:51:32 +00:00
mattias
44dde07254
IDE: codebrowser: added todos
...
git-svn-id: trunk@21500 -
2009-08-31 14:02:21 +00:00
mattias
6bef22e969
IDE: codebrowser: added ChangeStamp to options
...
git-svn-id: trunk@21498 -
2009-08-31 13:24:23 +00:00
mattias
3fe5083fd5
IDE: codebrowser: fixed hiding root, fixed filtering packages, added option to hide empty nodes
...
git-svn-id: trunk@21497 -
2009-08-31 13:08:05 +00:00
mattias
f052ed83f2
IDE: codebrowser: showing stats with thousand separator
...
git-svn-id: trunk@21496 -
2009-08-31 11:51:40 +00:00
paul
c0cd760d2d
ide: codebrowser translation improvements by Marcelo B Paula (patch001 of issue #0014266 )
...
git-svn-id: trunk@21353 -
2009-08-20 16:34:11 +00:00
paul
e447466f59
ide: fix compilation with fpc 2.5.1
...
git-svn-id: trunk@21277 -
2009-08-18 08:42:22 +00:00
mattias
36ea04d805
IDE: code browser: disable mem stats
...
git-svn-id: trunk@20476 -
2009-06-06 15:27:38 +00:00
mattias
6e52d7829c
codetools: added memory stats
...
git-svn-id: trunk@19862 -
2009-05-09 08:34:50 +00:00
mattias
5f4c6b579f
IDE: added more ShowAbort flags
...
git-svn-id: trunk@19651 -
2009-04-27 18:08:58 +00:00
mattias
c93c466bc0
IDE: changing encoding of virtual files improved, IDE: added tool to change encoding of projects/packages
...
git-svn-id: trunk@16527 -
2008-09-10 22:04:20 +00:00
mattias
51cbcc78ae
IDE: codebrowser: using OnGetItems
...
git-svn-id: trunk@16318 -
2008-08-30 21:32:53 +00:00
mattias
69cfe88898
using UTF-8 for file operations and environment variables
...
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
64237acc87
IDE+codetools: moved code browser parts to codetools
...
git-svn-id: trunk@15871 -
2008-07-25 23:01:08 +00:00
marc
c81003eefa
* Introduced TCustomBitmap as base class for all pixelbased imageclasses. Currently backward comatible (and equal to) TBitmap
...
* Added resource loading support to TPicture and Glyps to avoid image quality loss when converted to TBitmap
* Removed copy paste code for imagelist resource loading
* Moved some graphic classes to their own ini file
git-svn-id: trunk@14876 -
2008-04-17 23:43:11 +00:00
mattias
e97e5ab6b0
IDE: codebrowser: added progressbar
...
git-svn-id: trunk@14194 -
2008-02-19 17:43:48 +00:00
mattias
1040ede9cd
LCL: TTreeView: reduced inavlidates during update
...
git-svn-id: trunk@14192 -
2008-02-19 13:27:54 +00:00
paul
8cbb54ba3a
images:
...
- remove some old images already replaced by new
- update unit dependencies dialog to use common images instead of own
git-svn-id: trunk@13137 -
2007-12-04 09:10:15 +00:00
mattias
1a15301757
codetools: fixed some include path defs for FPC sources, fixed identifier completion for unit names with errors in code, IDE codebrowser: fixed loading new png icons
...
git-svn-id: trunk@12418 -
2007-10-11 22:21:38 +00:00
marc
b681f94950
* Step 1 of the native imagelist implementation
...
git-svn-id: trunk@10875 -
2007-04-05 00:00:37 +00:00
mattias
19872b8e64
IDE: codebrowser: clearing include links for FPC units
...
git-svn-id: trunk@10833 -
2007-03-30 11:02:57 +00:00
mattias
3dd033044f
IDE: codebrowser: showing hourglass cursor during treeview update
...
git-svn-id: trunk@10824 -
2007-03-28 19:20:52 +00:00
mattias
a46e0d0b54
LCL: changed TApplication.AddOnIdleHandler to use TIdleEvent instead of TNotifyEvent, IDE: codebrowser: added resourcestrings
...
git-svn-id: trunk@10823 -
2007-03-28 19:01:27 +00:00
mattias
09803d2544
IDE: codebrowser: clean up, implemented putting all identifiers in one hidden unit
...
git-svn-id: trunk@10748 -
2007-03-14 18:15:22 +00:00
mattias
07d40f291c
IDE: codebrowser: added filter for packages, units and identifiers - ToDo: reg ex
...
git-svn-id: trunk@10747 -
2007-03-14 10:30:08 +00:00
mattias
e77c31ed38
codetools: searching include file of include file in directory of first include file
...
git-svn-id: trunk@10723 -
2007-03-08 23:35:58 +00:00
mattias
f5b6a2e3ba
IDE: codebrowser: hints and jump to node, LCL package: script to create the list of LCL units
...
git-svn-id: trunk@10714 -
2007-03-07 08:31:04 +00:00
mattias
f068acc65c
IDE: codebrowser: removed old level captions
...
git-svn-id: trunk@10708 -
2007-03-04 22:36:15 +00:00
mattias
c327bb674a
IDE: codebrowser: showing code nodes in treeview
...
git-svn-id: trunk@10707 -
2007-03-04 22:34:06 +00:00
mattias
8ff1e3621d
IDE: codebrowser: added identifier count
...
git-svn-id: trunk@10668 -
2007-02-21 10:07:56 +00:00
mattias
49242c3818
gtk intf: using default when gdk does not know the physical screen size
...
git-svn-id: trunk@10642 -
2007-02-14 11:09:42 +00:00
mattias
dc73afae9b
IDE: codebrowser: implemented statusbar text
...
git-svn-id: trunk@10641 -
2007-02-14 00:21:04 +00:00
mattias
fee343a469
IDE: codebrowser parses units
...
git-svn-id: trunk@10639 -
2007-02-13 23:46:29 +00:00