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

2890 commits

Author SHA1 Message Date
Anton Leherbauer
3de6df3b1e Bug 255272 - CReconciler blocks the UI thread 2008-11-21 11:02:57 +00:00
Anton Leherbauer
78bcda1074 Bug 250422 - preference keywords (follow up) 2008-11-20 11:37:05 +00:00
Anton Leherbauer
57b692cf9d Bug 250422 - preference keywords 2008-11-20 11:27:44 +00:00
Anton Leherbauer
1633c93d36 Bug 204243 - Missing help for navigation tools 2008-11-20 09:17:20 +00:00
Mike Kucera
4e56e53d05 Bug 255688, allow certain editor actions to be overridden 2008-11-19 16:20:37 +00:00
Markus Schorn
1d285a5326 Fix non-externalized string. 2008-11-18 08:54:07 +00:00
Vivian Kong
926ee25abb bug 250982 - add progress reporting to new project wizard 2008-11-13 16:12:38 +00:00
Markus Schorn
d60c8570b9 Follow up to 253690, fix creation of parser logs. 2008-11-13 14:24:23 +00:00
Anton Leherbauer
9da49555f6 Bug 255018 - [editor] Highlight inactive code of unterminated #ifdef 2008-11-12 16:02:09 +00:00
Emanuel Graf
a33b8d111f remove side effect of findInsertLocation() 2008-11-12 12:46:30 +00:00
Markus Schorn
ab6e2bd18c Fix warning. 2008-11-12 09:47:27 +00:00
Emanuel Graf
db3ef0bebe FIXED - bug 248622: Extract function fails to extract several expressions
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248622
2008-11-11 15:20:14 +00:00
Sergey Prigogin
fc22e5fdce Code formatting. 2008-11-09 05:01:57 +00:00
Markus Schorn
0087933aa5 Improve interface of IASTLiteralExpression, related to bug 253690. 2008-11-07 09:58:18 +00:00
Markus Schorn
bb8d3bd8a4 Fixes related to scalability with large array initializer, bug 253690. 2008-11-06 13:59:19 +00:00
Anton Leherbauer
01968f4ebd Bug 235586 - Code templates: Include guard not unique
Patch by Jens Elementhaler
2008-11-05 10:33:45 +00:00
Anton Leherbauer
415ff10013 Code cleanup 2008-11-05 10:26:58 +00:00
Markus Schorn
b64db6fe09 Resolution of template parameters in two phases, bug 252554. 2008-11-04 08:55:46 +00:00
Anton Leherbauer
f6622589f1 Bug 252744 - Make ExternalEditorInput compatible to FileStoreEditorInput 2008-10-31 13:07:17 +00:00
Anton Leherbauer
2e199def93 Bug 204092 - Improve lexicographical sort order in the Outline view 2008-10-30 08:21:41 +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
Markus Schorn
bbdc82b058 Removes references to deprecated API related to template arguments, bug 242668. 2008-10-24 13:53:22 +00:00
Sergey Prigogin
955f724c97 Stricter selection of dtors for Rename in File. 2008-10-19 03:13:43 +00:00
Alena Laskavaia
2654d40bea [251124] - applied patch, fixing unfinished code that allow language separation for templates 2008-10-17 15:05:54 +00:00
Anton Leherbauer
2dd772835a Bug 250665 - New Source/Header wizard page: "Finish" button is enabled for empty file names 2008-10-17 09:16:30 +00:00
Mike Kucera
f91408d15a fix for bug 250972 2008-10-16 19:50:32 +00:00
Anton Leherbauer
10b2bb8da5 Bug 250625 - NPE in AbstractFileCreationWizardPage 2008-10-13 12:33:39 +00:00
Markus Schorn
37c141ceab Utility methods to work with virtual methods, bug 248846. 2008-10-09 14:06:00 +00:00
Anton Leherbauer
f8fefa6ec2 Bug 185133 - [Editor] cannot open very large files in CDT Editor 2008-10-09 12:03:03 +00:00
Anton Leherbauer
3f17f6cdbd Bug 235117 - [Editor] using F2 on a selection opens a hover containing 'null' 2008-10-08 15:00:38 +00:00
Markus Schorn
7a212506c0 Prevent error-popup for selection listeners, bug 243114. 2008-10-08 13:38:16 +00:00
Anton Leherbauer
02dd15386f Folding bugs 248613 and 248716 2008-10-08 09:41:24 +00:00
Markus Schorn
2bfb47f111 Open Call Hierarchy for functions built with a macro, bug 249801. 2008-10-07 12:49:25 +00:00
Anton Leherbauer
71910194db Bug 249802 - C/C++ Editor goto matching bracket does not keep selection
Patch by Wieant
2008-10-07 07:44:32 +00:00
Anton Leherbauer
81fe52b68d Bug 245861 - [semantic highlighting] parser errors during editing leads to incorrect highlighting 2008-10-07 07:23:24 +00:00
Markus Schorn
86e44ca5fb Enable refactoring off macro in ifndef-statements, bug 248007. 2008-10-03 13:06:27 +00:00
Markus Schorn
19e6cbdd0a Restore all view settings of include browser, bug 248143. 2008-10-03 11:38:54 +00:00
Markus Schorn
3e28b31ae1 Implementation to select resource for a location, bug 248419. 2008-10-02 11:36:51 +00:00
Anton Leherbauer
4796a78346 Bug 228653 - Minor editor scalability improvements 2008-10-02 10:57:09 +00:00
Warren Paul
87b4f009d3 fixed bug where types found in project include paths were not considered reachable. 2008-10-01 20:45:59 +00:00
Markus Schorn
deb0082dc5 Empty entry in combo of build properties, bug 248341. 2008-10-01 15:22:35 +00:00
Emanuel Graf
41f790c534 FIXED - bug 249177: ExtractFunction specifies void for constant types
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249177
2008-10-01 10:32:17 +00:00
Markus Schorn
a359eb6090 Implementation of an heuristics to resolve include files, bug 213562 2008-10-01 09:59:44 +00:00
Emanuel Graf
55ac9ffc6a FIXED - bug 248238: Extract Method Produces Wrong Return Type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248238
2008-09-25 17:01:32 +00:00
Anton Leherbauer
cae0db4052 Bug 247274 - NullPointerException in Modules view 2008-09-24 10:35:38 +00:00
Anton Leherbauer
e9f1594821 Bug 194208 - [Editor] External TUs cannot be opened via drag'n'drop 2008-09-24 10:18:37 +00:00
Sergey Prigogin
3dae068c33 Added a dictionary of HTML tags. Bug 243687. 2008-09-23 05:48:57 +00:00
Sergey Prigogin
333f92bbe5 Bug 246936. 2008-09-22 03:58:58 +00:00
Sergey Prigogin
d62a7dc8a6 Code cleanup. 2008-09-22 01:23:03 +00:00