1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 03:15:33 +02:00
Commit graph

14214 commits

Author SHA1 Message Date
Vivian Kong
09b2c6eca5 moving some features to 5.1.0 since included plugins have moved up, updating build script so version numbers do not have to be the same for a release 2008-10-31 17:08:04 +00:00
Vivian Kong
951afad16e update eclipse releng basebuilder for Galileo stream build 2008-10-31 17:04:17 +00:00
Anton Leherbauer
f6622589f1 Bug 252744 - Make ExternalEditorInput compatible to FileStoreEditorInput 2008-10-31 13:07:17 +00:00
Anton Leherbauer
e1e813365b Bug 247853 - AbsolutePathSourceContainer does a string comparison check using !=
Patch by James Blackburn
2008-10-31 12:51:38 +00:00
Markus Schorn
10f412ae84 Mechanism to resolve bindings in two phases, bug 252554. 2008-10-31 10:06:53 +00:00
Anton Leherbauer
6d0237281f [245313] Cleanup javadoc and add api filter 2008-10-31 07:43:56 +00:00
Pawel Piech
f7eb3abbdd [252691] - Fixed bug which caused the action to always be enabled. 2008-10-30 14:35:44 +00:00
Markus Schorn
a831e865be Declaration - expression ambiguity with function call on lhs of binary expression, bug 252695. 2008-10-30 11:07:20 +00:00
Markus Schorn
70431722fe Call Hierarchy for reference in initializer of variable with function-type, related to bug 252488. 2008-10-30 09:30:54 +00:00
Anton Leherbauer
2e199def93 Bug 204092 - Improve lexicographical sort order in the Outline view 2008-10-30 08:21:41 +00:00
Pawel Piech
5db19ce9af [252691] - [update policy] Update policy toolbar and menu items should not be hidden dynamically. 2008-10-30 05:12:26 +00:00
Pawel Piech
fdf91dc35d [252688] - [update policy] Refresh All action is not always properly enabled. 2008-10-30 04:52:16 +00:00
Pawel Piech
404bddfa60 [252688] - [update policy] Refresh All action is not always properly enabled. 2008-10-30 04:43:26 +00:00
Warren Paul
7056946b85 fixed NPE when no editor is open. 2008-10-29 23:24:12 +00:00
Ted Williams
27fd234e78 [252651] Traditional Rendering should implement IResettableMemoryRendering 2008-10-29 19:47:56 +00:00
Markus Schorn
947fd5b342 Let deferred instances rely on template parameter positions, only, bug 252554. 2008-10-29 16:12:09 +00:00
Emanuel Graf
56d888d8ff superfluous import 2008-10-29 12:11:27 +00:00
Emanuel Graf
4beb0402dc FIXED - bug 252511: UnhandedASTModificationException when refactoring source files in linked directories
https://bugs.eclipse.org/bugs/show_bug.cgi?id=252511 Patch by Tom Ball
2008-10-29 11:50:20 +00:00
Markus Schorn
9ca7ade7ee Consider static functions in fall-back navigation, bug 252549. 2008-10-29 10:17:24 +00:00
Warren Paul
72dc668810 fixed problem where multiple editors could be opened for the same external file. 2008-10-28 23:10:24 +00:00
Warren Paul
276424d6cc fixed a couple of bugs where opening the file containing the breakpoint from the breakpoints view could open in a duplicate or incorrect editor. 2008-10-28 23:04:32 +00:00
Pawel Piech
adc7da00a3 [251452] - Enabled the "Refresh All" action for the GDB debugger. 2008-10-28 20:18:37 +00:00
Markus Schorn
d1dc55e8c7 Uses new template arguments for the instantiation algorithms, bug 242668. 2008-10-28 15:19:35 +00:00
Warren Paul
935103d5a5 add file extension as binary content type if necessary when importing executables. 2008-10-27 19:57:27 +00:00
Warren Paul
e552cc6d3a make existsErrors protected so it can be overridden if necessary. 2008-10-27 19:56:44 +00:00
Pawel Piech
1e56cfcda1 [252107] - Coverted a DataRequestMonitor to ViewerDataRequestMonitor. 2008-10-27 18:03:22 +00:00
Pawel Piech
72c5c09e17 [252230] - [launch] GDB backend initialization jobs should be hidden from user. 2008-10-27 17:12:46 +00:00
Ted Williams
be8328b09a [252130] Memory Import should buffer writes to improve performance 2008-10-27 15:45:10 +00:00
Anton Leherbauer
b44954c965 Bug 249586 - Welcome Page on Solaris: Missing Icon 2008-10-27 12:59:14 +00:00
Emanuel Graf
7d3fbffa1a Tests for bug 249177: ExtractFunction specifies void for constant types
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249177 Patch by Tom Ball
2008-10-27 10:01:41 +00:00
Ted Williams
4b0daf25c0 [252130] Memory Import should buffer writes to improve performance 2008-10-27 05:26:10 +00:00
Sergey Prigogin
6f602ad621 Bug 252108. 2008-10-26 22:44:29 +00:00
Sergey Prigogin
253cc606d6 Code formatting. 2008-10-26 22:42:23 +00:00
Sergey Prigogin
8f45aeca2f Code formatting. 2008-10-26 21:14:41 +00:00
Randy Rohrbach
775e47d5cc Bugzilla 252107 2008-10-26 03:14:56 +00:00
Randy Rohrbach
6ee11bc77b Bugzilla 252106 2008-10-26 01:37:28 +00:00
Pawel Piech
f508c3cf0f [251486] - Added comment. 2008-10-24 21:33:14 +00:00
Pawel Piech
b877d06bd8 [251486] - [launch] Failed finalLaunchSequence leaves zombie launch entry in Debug View 2008-10-24 21:32:40 +00:00
Pawel Piech
096cfcf47d [252068] - Removed the NON-NLS comment from strings that should be externalized. 2008-10-24 21:10:59 +00:00
Pawel Piech
5d4aede23e [232311] - [launch] Progress monitor is ignored in the launch 2008-10-24 19:01:15 +00:00
Pawel Piech
d2b6ebba2f [251452] - Added the default refresh handler implementation. 2008-10-24 18:08:24 +00:00
Randy Rohrbach
901476ba15 Bugzilla 225612. 2008-10-24 17:16:50 +00:00
Markus Schorn
65b3044dca Implementation for ICPPClassType.getFriends() for PDOMCPPClassType, bug 250167. 2008-10-24 14:23:08 +00:00
Markus Schorn
bbdc82b058 Removes references to deprecated API related to template arguments, bug 242668. 2008-10-24 13:53:22 +00:00
Anton Leherbauer
24c596e1a5 Bug 251991 - .h files in a non-C/C++ project are treated as C instead of C++ 2008-10-24 12:39:00 +00:00
Randy Rohrbach
91d27abefb Bugzilla 251939 2008-10-23 21:48:22 +00:00
Randy Rohrbach
93fcf7fbd2 Bugzilla 251930 2008-10-23 21:22:13 +00:00
Randy Rohrbach
3d8b28336a Bugzilla 251927. 2008-10-23 21:14:04 +00:00
Randy Rohrbach
129d6e5f36 Bugzilla 251925 2008-10-23 21:09:59 +00:00
Ted Williams
4f5ce5c6eb [251877] Find/Replace dialog incorrectly restores Forward/Backward button states 2008-10-23 20:35:43 +00:00