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

11083 commits

Author SHA1 Message Date
Markus Schorn
a805540f7f Improved stability of testcase. 2007-12-07 13:00:39 +00:00
Anton Leherbauer
88a3de11fd Fix for 211423: TextFileBufferManager failed to notify an ITextFileBufferListener 2007-12-07 12:42:18 +00:00
Markus Schorn
f61f0b09a6 Fixes 2 exceptions in name resolution, bug 211457. 2007-12-07 12:29:22 +00:00
Markus Schorn
21b09a659c Headers included from c- and c++-files (bug 191989). 2007-12-07 10:33:34 +00:00
Anton Leherbauer
643f6c20d3 Fix for 209203: Wrong global variables syntax coloring for template parameters 2007-12-07 09:37:17 +00:00
Oleg Krasilnikov
7ebcda8101 Bug # 212000 : ClassCastException from MBSWizardHandler.getMainPageData() if extending CDTCommonProjectWizard 2007-12-06 08:34:59 +00:00
Anton Leherbauer
d56430e527 Adjust semantichighlighting test 2007-12-05 13:10:01 +00:00
Anton Leherbauer
fe34a52903 Add user docs for Code Templates preference page 2007-12-05 12:53:58 +00:00
Anton Leherbauer
fbe42aa703 Cleanup doc references to Templates 2007-12-05 12:42:33 +00:00
Anton Leherbauer
e51565a4f7 Add context help id for Open Element Dialog
Add user docs for Code Templates preference page
2007-12-05 12:28:32 +00:00
Anton Leherbauer
8de29f871a Fix for 197643: coloring macro references
Fix deprecation warnings
2007-12-05 12:26:53 +00:00
Oleg Krasilnikov
46aa7c01e8 Bug # 211935 : Cannot customize CDTMainWizardPage because of key methods being "private"/ "static" 2007-12-05 10:01:17 +00:00
Oleg Krasilnikov
4834d59667 Bug # 211935 : Cannot customize CDTMainWizardPage because of key methods being "private"/ "static" 2007-12-05 09:55:58 +00:00
John Cortell
8f1b9f6726 Backed out last commit on HEAD. Was intended for cdt_4_0 branch (4.0.3) 2007-12-04 21:32:58 +00:00
John Cortell
2f92c9d12b Back out change in 4.0.2 that makes gdb CDI back-end claim it supports memory spaces. Will reintroduce in 5.0 with an additional global pref. 2007-12-04 21:19:07 +00:00
Anton Leherbauer
708ecdac29 Fix memory leak 2007-12-04 14:28:22 +00:00
Anton Leherbauer
bb020742a9 Fix editor tests depending on reconciler 2007-12-04 10:49:53 +00:00
Anton Leherbauer
84d57de16e Fix for 211444: Syntax highlighter produces incorrect coloring on dependant template instantiation. 2007-12-04 10:29:15 +00:00
Anton Leherbauer
35c98f1798 Remove test wizard addition 2007-12-03 14:25:21 +00:00
Anton Leherbauer
ff7c57acb7 Add support for Code Templates
88390: Auto-Insert Code Template When New File Created
147390: [New class wizard] doesn't use template or formatter
2007-12-03 14:04:12 +00:00
Sergey Prigogin
d71b8e0dd4 Spell "behavior" according to US English to be consistent with the rest of Eclipse. 2007-12-03 01:51:34 +00:00
Sergey Prigogin
39dac301aa Fix for 208685. 2007-12-03 00:59:56 +00:00
Sergey Prigogin
8463aa5adf Spell checking support in C/C++ editor. https://bugs.eclipse.org/bugs/show_bug.cgi?id=190512 2007-12-03 00:09:20 +00:00
John Cortell
97c41a004d getBytesFromAddress() would return null ifgetAddressableSize() was called first 2007-11-30 22:38:45 +00:00
Mike Kucera
faf69d0940 bug 209359 - CharArrayMap 2007-11-30 16:30:22 +00:00
Anton Leherbauer
6c009d8c5e Fix for 211251: Open Element takes too long when using for large project 2007-11-29 15:40:33 +00:00
Markus Schorn
e07c2eaac5 Support for extern "C" in toggle header, search, source hover and semantic highlighting. 2007-11-29 12:37:11 +00:00
Markus Schorn
c835ad9217 Navigation and CallHierarchy for 'extern "C"' declarations (bug 191989). 2007-11-28 16:30:55 +00:00
Markus Schorn
911444625c Extends IIndex-API to allow for searching across linkage boundaries. 2007-11-28 14:30:05 +00:00
Markus Schorn
b2de7b53e3 Adding proper index locking for some testcases. 2007-11-28 12:47:03 +00:00
Markus Schorn
e371aed0ca Using include browser across projects. 2007-11-28 11:35:46 +00:00
Markus Schorn
8c2d3a947d Fixes a testcase. 2007-11-28 11:34:52 +00:00
Markus Schorn
50fd8d7c75 Fixes warnings and a potential NPE. 2007-11-28 10:23:53 +00:00
Markus Schorn
f3dc14467c Name resolution with nested linkage specifications, bug 183126. 2007-11-28 09:02:16 +00:00
Markus Schorn
d658efa830 Removes unnecessary code. 2007-11-28 08:56:20 +00:00
Markus Schorn
a087fe8745 Modeling extern "C" in the index (part of bug 191989). 2007-11-27 18:04:04 +00:00
Markus Schorn
8581b3ac48 Modeling extern "C" in the index (part of bug 191989). 2007-11-27 17:14:46 +00:00
Oleg Krasilnikov
a68086ca96 Bug #210836 : NPEs in Project-Properties of Makefle Project (not managed) 2007-11-27 16:08:32 +00:00
Markus Schorn
663b1538e0 Performance improvement for indexer. 2007-11-27 15:36:17 +00:00
Markus Schorn
d1725e3cdd Performance improvement for indexing c-code (related to bug 167311). 2007-11-27 13:53:07 +00:00
Markus Schorn
0387b359a8 No proposals for content-assist within literals (bug 193464). 2007-11-27 10:17:58 +00:00
Markus Schorn
47ca7060dc Heuristics to update files after changes to a header (bug 171834) 2007-11-27 09:30:56 +00:00
Doug Schaefer
ee51245443 Propogate fix from CDT 4.0 which from CDT 3.1. 2007-11-26 21:41:12 +00:00
Markus Schorn
fdc1f3a72f Heuristics to update files after changes to a header (bug 171834). 2007-11-26 17:27:57 +00:00
Oleg Krasilnikov
99e39db8a4 Bug #210835 : NPE in Preferences "Binary Parsers" 2007-11-26 16:29:45 +00:00
Mikhail Khodjaiants
438bcfd697 Bug 210863: Source lines are not available in disassembly view for imported executable files. Applied patch from Mike Caraman (Freescale). 2007-11-26 12:18:39 +00:00
Markus Schorn
c0244a5073 Fixes a potential CCE in the PDOMManager. 2007-11-26 09:54:21 +00:00
Markus Schorn
7cbba4df75 Run indexer on referenced project first (related to bug 162175). 2007-11-23 14:12:07 +00:00
Markus Schorn
a9bd224f49 Test case for include with macro, bug 145270. 2007-11-23 13:55:12 +00:00
Markus Schorn
3aefe7ea04 Test case for getRawSignature, bug 117029. 2007-11-23 13:54:16 +00:00