1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00
Commit graph

265 commits

Author SHA1 Message Date
Anton Leherbauer
10ceaaeaa3 Project Explorer: Fix wizard shortcuts 2007-04-13 09:30:42 +00:00
Oleg Krasilnikov
568b682abf Bug #181025 2007-04-12 13:01:40 +00:00
Thomas Fletcher
4c5225719b Allow the dialog to be resized for long locations.
PR:107164
2007-04-10 18:00:51 +00:00
Thomas Fletcher
6f2816e039 Fix to show new make targets when they are created on folders that have been filtered out of the view.
PR:181807
2007-04-10 17:39:30 +00:00
Oleg Krasilnikov
8d4317aea6 Bug #181025: hide CDT menus for not-CDT projects 2007-04-10 13:40:10 +00:00
Oleg Krasilnikov
496cefed36 Bug #181025: group main menu items 2007-04-09 09:55:08 +00:00
Oleg Krasilnikov
8eefed45b3 Avoid deprecated objects 2007-04-09 06:45:08 +00:00
Oleg Krasilnikov
e36c09ee9d Avoid deprecated methods 2007-04-09 06:42:16 +00:00
Oleg Krasilnikov
7131918a4a Bug#181025: group context menus 2007-04-09 05:52:35 +00:00
Oleg Krasilnikov
ff3a5d0e3f Rollback of attibute renaming for cProperyTab extension point 2007-04-05 08:19:06 +00:00
Mikhail Sennikovsky
cae9417adf Fix for [Bug 179662] Implement configuration-based scanner discovery in the make.core 2007-04-04 17:52:07 +00:00
Oleg Krasilnikov
86006c2f13 Warning elimination 2007-04-03 13:43:01 +00:00
Oleg Krasilnikov
6d2679f27e Bug #180266: specific discovery page for MBS discovery profiles 2007-04-02 12:53:43 +00:00
Oleg Krasilnikov
908817c1a5 Bug #178565 - externalization and dialogs resizing. 2007-03-21 16:29:49 +00:00
Mikhail Sennikovsky
99affdf646 1. Build System Backward Compatibility support
2. Bug-fixes
2007-03-06 18:43:39 +00:00
Doug Schaefer
ba02f49a64 Put back enough of the Standard builder to keep our internal stuff working. 2007-02-21 22:19:47 +00:00
Mikhail Sennikovsky
5fdd70a074 New Project Model initial check-in 2007-02-20 17:23:35 +00:00
Anton Leherbauer
10fedfa4d0 Fix for Bug 170921 - Makefile editor does not respect tab width setting 2007-01-19 11:16:09 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
Chris Recoskie
87a6db1989 fix for 137652 by Ravi Sankar Konidena 2006-09-11 20:23:44 +00:00
Anton Leherbauer
3b95e39b47 Minor fixes to Common Navigator
- Make managed project wizards appear in New menu
- Override clipboard and refactor actions from resourceContent to enable them for non-resources.
2006-07-19 13:52:18 +00:00
Anton Leherbauer
82bc1b486e Patch from Benoit Miller for Bug 148436 - Cannot change default text color in Makefile editor 2006-07-03 14:25:07 +00:00
Anton Leherbauer
ed4662692b Fix for bug 141295 - Avoid using deprecated extension point "documentCreation"
* Removed documentCreation extensions
* Removed IDocumentFactory implementations
* Removed PartiallySynchronizedDocument classes
* Removed private SetUpSynchronization methods from document providers
2006-07-03 09:49:47 +00:00
Anton Leherbauer
36c5a333f1 Common Navigator extensions - bug 140337 2006-07-03 09:11:48 +00:00
Doug Schaefer
a48b5f55b1 Updated copyright dates to reflect latest in CVS. 2006-06-23 17:52:45 +00:00
Doug Schaefer
17464c08f4 Update Copyright dates and fix those that had no copyrights. 2006-06-23 17:27:03 +00:00
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +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
Markus Schorn
159945250e Adds default preference pages for the C- and Makefile Editor; Toni's patch for bug 138212 2006-05-03 08:50:59 +00:00
David Inglis
d4ee99391a fix for bug#106064
patch from  Anton Leherbauer
2006-04-26 13:24:00 +00:00
Markus Schorn
6870b4d629 removed duplicate action in toolbar for changing editor presentation, bugzilla 135150 2006-04-21 12:31:29 +00:00
David Inglis
6cd5aaeef0 fixed NPE on target build when resource save is enabled and target did not have a build folder set 2006-03-29 16:44:22 +00:00
Norbert Plött
595dadd8b4 Do not use cached build info when saving. See bug #125814 2006-03-28 06:38:58 +00:00
David Daoust
bfec40f011 Defect 62772. Suppressed the make clean from happening on rebuild events. Works correctly for the standard build, but the managed build still programatically cleans the project. In the long run all builds should call "make all" and the explicit clean event should call "make clean". The managed makefiles will need to be enhanced so that they can never get "out-of-sync" with the source. 2006-02-14 17:54:02 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Doug Schaefer
c5c47c0842 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
Leo Treggiari
d711b21f43 Add translatable attribute patch 2006-01-02 01:31:07 +00:00
Doug Schaefer
2b2f1eaba6 Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
Doug Schaefer
f1fa62b185 Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries. 2005-11-10 21:41:23 +00:00
Alain Magloire
6c72b26ea1 Fix Copyright 2005-07-22 02:55:44 +00:00
Vladimir Hirsl
090b00143d Fix for PR 103518: 'Convert to a C project: Autodiscovery setting doesn't inherit what is in Preference' and
PR 103520: 'Failed to show Includes folder for a converted std c/c++project'.
Fixed options inheritance and initialization of discovered paths container on project conversion.
2005-07-13 19:53:41 +00:00
David Inglis
bcf69885a2 fixed for bug#94831 2005-07-04 14:06:27 +00:00
Doug Schaefer
2fd25239b8 EPL'ing the CDT. 2005-06-27 03:46:51 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631 EPL'ing the CDT. 2005-06-23 14:44:35 +00:00