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
9fb46ad9ae Partial fix for 176036: The CEditor does not work well with files opened from outside of the workspace 2007-05-15 12:28:06 +00:00
Oleg Krasilnikov
ae0b87e145 update after Configuration re-selection in Properties. 2007-05-15 09:17:46 +00:00
Ken Ryall
50eb4ffbed Bug 175759. 2007-05-14 23:54:13 +00:00
Anton Leherbauer
b61e9f2170 Fix for 186115: Remove Link with Editor preference option 2007-05-14 10:36:16 +00:00
Anton Leherbauer
d660f20353 Fix for 186729: Folding enablement does not always work reliable in CDT RC1 2007-05-14 10:34:24 +00:00
Anton Leherbauer
4cee9ce5a3 Fix source hover file location check 2007-05-11 18:33:34 +00:00
Anton Leherbauer
db0af1ee12 Change shortcut of toggle source/header to Ctrl+Tab (bug 87119) 2007-05-11 17:56:28 +00:00
Mikhail Sennikovsky
20a94ee53c Fix from Bala Toraty with some modifications to [Bug 184452] [Template Engine] It should be possible to externalize strings in template definitions 2007-05-11 16:21:53 +00:00
Oleg Krasilnikov
f082faeccd Minor change in code 2007-05-11 14:38:54 +00:00
Anton Leherbauer
8fac735b74 Make template related parameter hint tests succeed (bug 172436) 2007-05-11 10:10:35 +00:00
Oleg Krasilnikov
b6e7f83844 Bug #186231 : make dialog resizable.
Patch by Bala Torati is applied.
2007-05-11 09:37:47 +00:00
Ken Ryall
bc25cdb9a5 Reworked previous change for 179340. 2007-05-11 05:31:02 +00:00
Mikhail Sennikovsky
13968f3102 patch from Bala Torati with small modifications
1. Fix for [Bug 184449] [Template Engine] It should be possible to press "Finish" on the first wizard page for templates having default values assigned
2. Fix for [Bug 184593] [Template Engine] Need a way to add tool-chain associations to existing templates
3. Fix for [Bug 184455] [Template Engine] NPE in template engine tests
2007-05-10 16:03:53 +00:00
Anton Leherbauer
463823931b Use IPartListener2 to monitor editor activation 2007-05-10 14:45:17 +00:00
Markus Schorn
e655142a3a Test-cases and follow-up for 183941, call hierarchy opened with declaration. 2007-05-10 14:23:59 +00:00
Oleg Krasilnikov
6e582275f4 Bug #186227: fix 2007-05-10 12:23:27 +00:00
Oleg Krasilnikov
67b1c89665 Bug #181163 : change wording for sample. 2007-05-10 09:52:22 +00:00
Chris Recoskie
a5b43c9ac5 RESOLVED - bug 185409: ctrl-click is hardcoded to use C++ keywords
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185409

Patch from Mike Kucera
2007-05-09 22:03:53 +00:00
Markus Schorn
a469ebf89d Fix for 183941, call hierarchy opened with method declaration. 2007-05-09 12:15:59 +00:00
Anton Leherbauer
d5aad42f70 Undo bogus fix 2007-05-09 11:04:18 +00:00
Anton Leherbauer
88e04c3498 Fix for 186105: NPE in CReconciler on Save and other potential NPEs 2007-05-09 10:52:30 +00:00
Anton Leherbauer
1a052de39a Fix for 185975: Link view selection to active editor does not work 2007-05-09 10:31:17 +00:00
Anton Leherbauer
7e12b44725 Fix for 179671: [Editor] Avoid duplicate parsing when opening a file
Fixes also bug 185709: [Editor] Empty outline when editor is reused
2007-05-09 10:20:49 +00:00
Anton Leherbauer
a678504f0b Fix for 179671: [Editor] Avoid duplicate parsing when opening a file
Fixes also bug 185709: [Editor] Empty outline when editor is reused
2007-05-09 08:31:16 +00:00
Oleg Krasilnikov
889361a1e9 Bug #185720 : icon changed 2007-05-08 15:04:39 +00:00
Oleg Krasilnikov
1731b69f79 Made "Toolchain editor" page enabled by default. 2007-05-08 12:51:03 +00:00
Anton Leherbauer
0f53c480a1 Fix for 182700: [Editor] Force reconcile in case of relevant changes 2007-05-08 10:35:51 +00:00
Anton Leherbauer
cace97bf36 Fix ordering of highlighting positions 2007-05-07 15:24:55 +00:00
Anton Leherbauer
2a13c19e05 Fix for 185771: NPE in CNavigatorContentProvider 2007-05-07 15:20:50 +00:00
Oleg Krasilnikov
a28df172a8 Bug #185590: input parameter type changed. 2007-05-07 12:36:45 +00:00
Oleg Krasilnikov
adfede637e Bug #185590 2007-05-07 11:00:34 +00:00
Anton Leherbauer
6871fd9ab5 Fix enabled state of editor actions in case of non-TUs 2007-05-07 10:55:02 +00:00
Ken Ryall
39051c4adb Added build toolbar button discussed in bug 154280. 2007-05-07 03:42:24 +00:00
Ken Ryall
e553056f27 Bug 179340 - enable breakpoint actions. 2007-05-05 15:19:17 +00:00
Ken Ryall
aa25f29965 Bug 174238 - Fix problems when the project is not a source root. 2007-05-04 21:04:56 +00:00
Chris Recoskie
8e63fb5452 RESOLVED - bug 185465: LanguageMapping issues
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185465

Patch from Gerhard Schaber
2007-05-04 14:52:30 +00:00
Anton Leherbauer
b2f48c45c9 Fix label color updates in outline view 2007-05-04 11:41:39 +00:00
Anton Leherbauer
154093025f ProjectExplorer: Fix "Element does not exist" error messages 2007-05-04 09:57:09 +00:00
Anton Leherbauer
ca51eb5e48 ProjectExplorer: Disable drop of projects 2007-05-04 09:56:21 +00:00
Markus Schorn
39e4ee536e Fix for 185221 by Ed Swartz, show errors when open call|type hierarchy fails. 2007-05-04 06:08:11 +00:00
Ken Ryall
3292a86f0c Bug 173555. 2007-05-03 20:37:00 +00:00
Doug Schaefer
570ffcfacb Bug 184500 - Patch for Bryan cleaning up uses of IScope. 2007-05-03 14:45:00 +00:00
Markus Schorn
c44c95ce01 Fix for 185221 by Ed Swartz, show errors when navigation fails. 2007-05-03 13:33:21 +00:00
Anton Leherbauer
2bf760ddef Fix for 183443: Incorrect syntax highlighting of preprocessor # operator
and 184545: [Editor] Highlight only valid preprocessor directives
2007-05-03 12:03:26 +00:00
Anton Leherbauer
f2655d2516 Fix for 185095: NullPointerException while editing C/C++ source 2007-05-03 07:52:19 +00:00
Oleg Krasilnikov
1f79e4583a Bug #185044: remove spaces in the build artifact name 2007-05-02 15:29:10 +00:00
Markus Schorn
7dc3b05c8f Fix for 180168, use ASTCache for navigation features. 2007-05-02 13:42:48 +00:00
Anton Leherbauer
51f0803459 Fix for 184748: Binaries container not updated in Project Explorer 2007-05-02 13:31:33 +00:00
Oleg Krasilnikov
0a81ce7c3d Bug #184671 2007-05-02 11:38:16 +00:00
Oleg Krasilnikov
2b2e606049 Bug #184671: avoid old files deletion while creating project. 2007-05-02 11:23:19 +00:00