1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

523 commits

Author SHA1 Message Date
Alain Magloire
1d44aef852 Save the preferences. 2003-11-25 20:07:16 +00:00
Doug Schaefer
9c677d807f Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9dc3aa63e5 Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
David Inglis
7750af19fa changes to address https://bugs.eclipse.org/bugs/show_bug.cgi?id=47241 2003-11-24 01:46:26 +00:00
David Inglis
e34c4afc9a fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=46486 2003-11-21 15:06:17 +00:00
David Inglis
c7fe5e657a fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47224 2003-11-21 14:24:38 +00:00
Alain Magloire
7e02ddb252 Typo and wrong arrayList. 2003-11-19 22:11:14 +00:00
Doug Schaefer
335bab74c2 Patch for Sean Evoy:
- Fixes for bugzilla 44451 and 44841
2003-11-13 19:41:59 +00:00
Doug Schaefer
e05f8b0b59 Patch for Tanya Wolff:
- globalizes the Managed Build properties pages by
externalizing strings in plugin.xml. 
- also fixed an option reference to set a linux project's
c compiler debug level.
2003-11-13 14:08:12 +00:00
Alain Magloire
8af641c677 Make it work for Eclipse-3.0 2003-11-03 20:43:28 +00:00
Doug Schaefer
92669e0062 Patch for Bogda Gheorghe: (44366 & 45324)
- Moved off all dependency calculations to the Indexer thread,
created a new UpdateDependency job
- Modified CSearchOperation to only lock the workspace when
tagging resources with markers.
2003-10-27 20:57:47 +00:00
David Inglis
e8cea36679 fixes bug# 45612 2003-10-27 19:50:24 +00:00
David Inglis
e7b658fd5f applied patch fro Thomasf
- Add Edit buttons for changing the symbol and include paths
  values. 
- Adjusted to use MakeUIPlugin properties instead of CUIPlugin
  properties.
2003-10-27 19:06:42 +00:00
Doug Schaefer
de44b4c4a2 Merged 1.2 fixes into HEAD. Includes:
- managed make fix for infinite make recursion
- search fix for large projects
- fixes to source project so that it actually contains source
2003-10-27 18:26:54 +00:00
Alain Magloire
f4e1af8305 Correct typos 2003-10-22 00:16:05 +00:00
Alain Magloire
5805d0cfee Always pop the dialog and should work for multiple selection. 2003-10-22 00:15:39 +00:00
Alain Magloire
4f4f092bbc new icon 2003-10-19 01:08:53 +00:00
Alain Magloire
644a631ca0 Do the working copy. 2003-10-18 04:42:57 +00:00
Doug Schaefer
ab1e01699b Patch for Tom Tromey:
- Changed -werror to -Werror
2003-10-17 19:12:24 +00:00
Alain Magloire
0c011ffdda add comment/uncomment menu. 2003-10-17 02:34:10 +00:00
Alain Magloire
8331d66485 Default Prefix for comment. 2003-10-17 02:32:25 +00:00
Alain Magloire
4fda51818b updated. 2003-10-17 01:39:50 +00:00
David Inglis
90ef3ef63b don't set container 2003-10-15 15:33:22 +00:00
David Inglis
a812ee80f7 revert alain change 2003-10-15 15:32:55 +00:00
Alain Magloire
cd27b49d8c new method getPluginID(). 2003-10-15 02:50:35 +00:00
Alain Magloire
a8ea8170c1 Add action to the outliner. 2003-10-15 02:50:21 +00:00
Alain Magloire
44529a00c3 Bug fix. 2003-10-15 02:49:47 +00:00
Alain Magloire
956250cf95 ICOptionPage has a new method getPreferences()
implemented.
2003-10-14 20:59:08 +00:00
Alain Magloire
0b3ec61e91 updated. 2003-10-14 20:57:29 +00:00
Alain Magloire
239149c98e fix a bug 2003-10-14 05:21:09 +00:00
Alain Magloire
45e5950f0e added _ and - as word 2003-10-14 05:20:56 +00:00
Alain Magloire
7fdbbd63a3 use the makefile word detector. 2003-10-14 04:51:08 +00:00
Alain Magloire
a2d0827739 use of simple macro to count the brackets. 2003-10-14 04:50:09 +00:00
Alain Magloire
e07da5d133 Added other define rules. 2003-10-14 04:49:26 +00:00
Alain Magloire
53098e5a17 Return the default Token 2003-10-14 04:48:15 +00:00
David Inglis
943f1dbc94 added a stream monitor so that we can fuge that we are getting progress 2003-10-08 18:25:46 +00:00
Alain Magloire
4882849b8c StringIndexBufferException corrected. 2003-10-03 19:59:07 +00:00
Doug Schaefer
0e11088e84 Patch for Sean Evoy:
Details in ChangeLog.
2003-10-02 02:56:46 +00:00
Doug Schaefer
cc6084024d Patch for Sean Evoy:
Use natures to help select what tools are available.
2003-10-01 23:56:36 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
David Inglis
03851f0932 added create target of IContainer 2003-10-01 14:48:37 +00:00
Doug Schaefer
02de2c9788 Patch for Sean Evoy:
the logic for managing the makefiles in the face of a header file 
modification. There seems to be a problem (maybe with the dependency 
calculation) for dependants in other projects when a header file is moved, 
but other than that the builder seems to respond properly.
2003-10-01 14:25:35 +00:00
Alain Magloire
66edb5066a Do alphabet sorting. 2003-10-01 02:33:38 +00:00
Alain Magloire
5f082ae4df New iconf for alphabet sorting. 2003-10-01 02:33:10 +00:00
Alain Magloire
50e9f2922d forgetbuildstate if not building. 2003-09-30 15:40:51 +00:00
Doug Schaefer
9fa37457ae Patch for Sean Evoy:
I have documented the patch in the change log; the only bonus is that it 
fixes 43214 for free. The managed builder should now respond correctly to 
deletions of any types of file in the project (or referenced projects). 
This includes makefiles, intermediate files, and the build target. It 
should also properly handle changes in the project settings in any 
referenced project. Referenced projects should now get their project views 
refreshed as a result of any changes.
2003-09-30 02:14:44 +00:00
Doug Schaefer
103296262c Patch for Sean Evoy:
This is a fix for the bug 41275. The problem was pretty simple; the delta 
passed to a project when one of the projects it depends on changes, is 
empty. I tried to optimize the managed builder to run only when a change 
was passed to it, but this is a valid case. Now, if there is a 0-length 
delta passed to a project, it simply calls make without regenerating any 
makefiles.
2003-09-29 18:49:06 +00:00
Doug Schaefer
58d60e53f4 Patch for Sean Evoy:
The builder now properly refreshes the files in 
a project after build.
2003-09-29 01:42:26 +00:00
Doug Schaefer
dcbbea5b74 Patch for Sean Evoy:
Two of the fixes, 43614 and 43756, involved changing property files only, 
which validates the extra work of externalizing strings from the start!

For 43616, I simply took the advice of the bug reporter and added the '-' 
in front of the RM macro in the clean target and the include directives in 
the makefile.

The largest part of the fix involves 43220. Until just now, this was a 
critical bug in bugzilla, so I addressed it. It has just been downgraded 
to an enhancement request. There is now a new entry widget in the linker 
options for user objects. The makefile will simply add these to the final 
build target's command. Most of the work was done in the plugin file and 
the build model to handle the new "type" of option.
2003-09-26 19:54:33 +00:00
Doug Schaefer
3b2b1c6a42 Patch for Bogdan Gheorghe:
This patch integrates the dependency calculator into
the indexer. As a result the underlying indexer file storage
format has changes. Lots of detail in the change logs of
exactly what changed...
2003-09-26 17:53:45 +00:00