1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

8389 commits

Author SHA1 Message Date
Chris Recoskie
d849fab5d1 fix for 137674 2006-05-24 19:51:30 +00:00
Doug Schaefer
9174d8ce58 Bug 141819 - Fix providers for some of the plugins. 2006-05-24 18:54:05 +00:00
Doug Schaefer
b62b69c677 Fixed 77947 - fixed copyright holders in the about box. 2006-05-24 18:50:42 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +00:00
Chris Recoskie
c8e51d5da3 fix for 139663 2006-05-24 13:12:24 +00:00
Mikhail Khodjaiants
3582f6f800 Bug 133964: getBinary() method in CDebuggerTab always returns null. 2006-05-23 21:42:12 +00:00
Doug Schaefer
326fcbaa4f Fixed up search including assing support for both the List and Tree view, the remove element menu items, and search rerunning. Also made a common Label provider for all index based views. Also removed the LinkageCache which is no longer used since the PDOM now caches Linkages. 2006-05-23 19:17:48 +00:00
Doug Schaefer
475d55c8e1 Move the Full indexer to the PDOM Indexer Task Framework. 2006-05-23 13:44:57 +00:00
Mikhail Sennikovsky
194e0d00b4 Making Strings translatable for the macro setting UI (bug# 139010) 2006-05-23 08:23:08 +00:00
Doug Schaefer
6c2fa9874f Turns out getting rid of flush in the preferences was a bad idea. I now do it in a job delayed 2 seconds to ensure any incoming .setting dirs are processed. Probably won't work on large projects but the side affects are only a log file. 2006-05-23 04:05:33 +00:00
Doug Schaefer
1e3290c88c Added Rebuild Index Object Contribution for ICProject. 2006-05-23 03:17:52 +00:00
Doug Schaefer
489d4ca139 Really turn off the ctags indexer. Now if the ctags indexer gets asked to run, it'll simply set the indexId of the project to the null indexer. Also cleaned up some of the magic constants in CCorePlugin. 2006-05-23 02:31:37 +00:00
Doug Schaefer
48740f50ec Bug 141509 - Handle project import where the project gets added and then later the project preferences get loaded. 2006-05-23 02:23:57 +00:00
Doug Schaefer
8edd645f62 Sorting the projects in the IndexView to match the projects view. 2006-05-22 20:29:40 +00:00
Doug Schaefer
4aa85cde22 Fixed the IndexView to handle added and removed projects. 2006-05-22 20:23:04 +00:00
Doug Schaefer
c27a51479b Removed the ctags indexer from the UI. Added a check box to the indexer preference page to allow for all projects to be updated to the new preference. 2006-05-22 19:39:55 +00:00
Mikhail Khodjaiants
5839b72abe Bug 142860: Breakpoint marker is not shown in the editor's ruler. 2006-05-19 20:56:19 +00:00
Doug Schaefer
9df742ada4 Put the PDOM back to per project. Increased the Chunk size in the database to 16K so that less handles are created on Windows. 2006-05-19 20:47:26 +00:00
Mikhail Khodjaiants
f2d17fffb6 Warning cleanup. 2006-05-19 15:02:39 +00:00
Doug Schaefer
159db54d69 Fixes to let the Linux kernel index. 2006-05-19 04:31:22 +00:00
Doug Schaefer
6fad7334f7 Two major PDOM changes. First, the PDOM is now per workspace. Indexers remain per project. There were a lot of changes to make this work.
Second, the macros are now cached on the PDOMCodeReaderFactory which is now used for the duration of a reindex request. This vastly improves the performance of the fast indexer.
2006-05-18 22:22:20 +00:00
Mikhail Khodjaiants
2a042c66a1 Moved the new static methods from AbstractCLaunchDelegate to the new utility class. 2006-05-18 15:35:46 +00:00
Mikhail Sennikovsky
e55a3d34c0 additional target tool calculation fixes 2006-05-18 15:11:47 +00:00
Mikhail Sennikovsky
c39dabe4c2 target tool calculation now works when the targetTool is not specified with the tool-chain 2006-05-18 09:11:49 +00:00
Mikhail Khodjaiants
f9fa5b5f7f Moved the new static methods from AbstractCLaunchDelegate to the new utility class. 2006-05-17 22:04:57 +00:00
Doug Schaefer
f47d98447d Change build scripts to use scp directly to copy bits over. 2006-05-17 19:58:55 +00:00
Ken Ryall
e99188230e Bug 69522. Changes to accommodate Apple's gdb: Added gdb/mi command factory for Mac OS. Reviewed and applied Greg's patch that beefs up support for MI results containing tuples. Added one additional change in MIVarUpdateInfo. Debug sessions now startup and variables display correctly on Mac OS 10.4.6 with latest dev tools.
Ran before and after tests on Windows and saw no ill effects or changes in behavior for variable display.
2006-05-17 16:31:23 +00:00
Markus Schorn
9aacb5a271 Corrected wording, bug 139590. 2006-05-16 11:19:26 +00:00
Markus Schorn
0ddbda96b4 Corrected key for externalized String, bug 121141. 2006-05-16 08:40:15 +00:00
Doug Schaefer
0529788dfc Bug 140933 - added search to exports list for now until the real APIs can be determined. 2006-05-15 19:02:44 +00:00
Mikhail Sennikovsky
be6e4036d8 Changed the buildInfoVersion to 3.1 2006-05-15 15:06:42 +00:00
David Inglis
b2265fc025 fixed bug #141541 2006-05-15 14:07:07 +00:00
Markus Schorn
a8d10ae99f Patch from Vaidotas Radžius, concatenated messages, bug 93842. 2006-05-15 09:30:36 +00:00
Mikhail Khodjaiants
d408c25da3 Bug 118274: Condition is not shown in the tooltip of conditional breakpoint. 2006-05-12 21:08:52 +00:00
Mikhail Sennikovsky
3ca4a76b93 1. About.html update for the managed builder plug-ins
2. Enhanced error handling for Internal Builder invokation
3. The message is displayed now when the Internal Builder has nothing to build
2006-05-12 19:46:24 +00:00
Mikhail Khodjaiants
32cc65f7c0 Bug 109449: Sort globals in "Add Globals" dialog. 2006-05-12 18:30:09 +00:00
Doug Schaefer
37c5d87fec Improve robustness of the full and fast indexers. If Throwables are detected, the current file or name is skipped. This continues until a maximums is reached in which case the index job is aborted. 2006-05-11 20:17:00 +00:00
David Inglis
9db611cefe patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 20:14:55 +00:00
David Inglis
5faf360a12 patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 18:31:37 +00:00
David Inglis
825bc6be8c patch from Tianchao Li to fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=136136 2006-05-11 16:38:16 +00:00
Doug Schaefer
975237b92a Fixing up copyright notices. Bug 130320. 2006-05-11 15:53:56 +00:00
Doug Schaefer
cb183a6622 Patch for Ling@nokia. New entry to windows registry utility. 2006-05-11 15:13:25 +00:00
Doug Schaefer
0bdb8b262e Fix 140297 - CCEs in CPPVisitor fixed by wrapping in instanceof. 2006-05-11 15:05:29 +00:00
Doug Schaefer
006a05abdc Bug 140973 - Fix CCE by checking instanceof first. 2006-05-11 14:42:33 +00:00
Doug Schaefer
a63dcf8935 Bug 140973 - Fix CCE by checking instanceof first. 2006-05-11 14:37:00 +00:00
Doug Schaefer
cff21a926b Fox for 138886 - If indexerId is for an unknown indexer, default to the Null indexer instead of causing an NPE. 2006-05-11 13:30:11 +00:00
Ken Ryall
33160cd843 Fix problem with long file names. 2006-05-10 19:39:22 +00:00
Leo Treggiari
fef92c58ea Remove the .settings directory from the TestProjectConversion .zip file.
It seems to be what was causing a race condition with the PDOM trying to acess the .cdtbuild file before it was unzipped.
2006-05-10 19:30:59 +00:00
Doug Schaefer
be3041c07d Added function style macros. Redid how macros are handled in the fast indexer. And a few minor bug fixes in the Actions. 2006-05-10 19:25:09 +00:00
Mikhail Sennikovsky
4a428df9d4 Do not cache settings sorred in project-scoped preferences. Work-around to bug#139911 to make the Internal Builder settings be properly restored on project import. 2006-05-10 15:48:12 +00:00