1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 04:55:22 +02:00
Commit graph

3222 commits

Author SHA1 Message Date
Markus Schorn
0ce745690b Consider polymorphic method calls in call hierarchy, bug 156689. 2007-12-19 09:40:18 +00:00
Anton Leherbauer
f0953b21f0 Fix highlighting of macro arguments 2007-12-18 10:40:32 +00:00
Markus Schorn
111b251b62 Shows read and write access of variables in call-hierarchy, bug 156692. 2007-12-17 15:14:04 +00:00
Markus Schorn
dee3496d78 Logging errors in addition to the error dialogs shown. 2007-12-17 10:20:24 +00:00
Markus Schorn
ecea541d78 Fixes a warning. 2007-12-13 12:28:52 +00:00
Anton Leherbauer
6911115a53 Disable obsolete workaround for bug 186344 2007-12-13 11:38:06 +00:00
Oleg Krasilnikov
686781efd0 Bug # 72334 : Cannot select multiple include paths in project properties dialog 2007-12-13 11:30:23 +00:00
Oleg Krasilnikov
786fa6383c Bug #212760: NPE when trying to edit tools for CDT project 2007-12-12 15:15:23 +00:00
Oleg Krasilnikov
f6e9360d5d Bug#182450 2007-12-12 15:00:58 +00:00
Anton Leherbauer
0a66354f66 Fix memory leak 2007-12-12 14:57:50 +00:00
Anton Leherbauer
214698ca9c Improve path to resource conversion when opening an editor (related to bug 211056) 2007-12-12 14:20:49 +00:00
Anton Leherbauer
1d3da89cf0 Fix for 194312: Hover Background Color 2007-12-12 13:34:28 +00:00
Oleg Krasilnikov
7157df9421 Bug # 182450: allow changing settings for multimple configs simultaneously 2007-12-11 16:55:29 +00:00
Markus Schorn
39358ec2b9 Select first match in search results, bug 210446. 2007-12-10 13:32:42 +00:00
Markus Schorn
19007dbf93 [Include Browser] Handle headers included from c- and c++, related to bug 191989. 2007-12-07 15:18:54 +00:00
Markus Schorn
20a23cb80a Fixed warnings. 2007-12-07 14:18:13 +00:00
Anton Leherbauer
88a3de11fd Fix for 211423: TextFileBufferManager failed to notify an ITextFileBufferListener 2007-12-07 12:42:18 +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
Anton Leherbauer
d56430e527 Adjust semantichighlighting test 2007-12-05 13:10:01 +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
Anton Leherbauer
708ecdac29 Fix memory leak 2007-12-04 14:28:22 +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
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
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
e371aed0ca Using include browser across projects. 2007-11-28 11:35:46 +00:00
Markus Schorn
50fd8d7c75 Fixes warnings and a potential NPE. 2007-11-28 10:23:53 +00:00
Oleg Krasilnikov
99e39db8a4 Bug #210835 : NPE in Preferences "Binary Parsers" 2007-11-26 16:29:45 +00:00
Markus Schorn
9b07ea66db Static variables/functions in Open Element and Search (bug 193057 and 196414). 2007-11-22 15:57:17 +00:00
Anton Leherbauer
41e74e8cbf Fix for 210417: [Editor] indentation of braces in type does not work in non-empty file (in cooperation with Ed Swartz <ed.swartz@nokia.com>) 2007-11-22 15:01:25 +00:00
Jason Montojo
51e8002672 Fix for 209379 2007-11-19 21:18:45 +00:00
Markus Schorn
5558b7e7a1 Handling of PDOMMacros in CPreprocessor. 2007-11-13 09:55:43 +00:00
Markus Schorn
fffaae4443 CPreprocessor can replace DOMScanner. 2007-11-12 17:12:25 +00:00
Anton Leherbauer
9eba2e3e79 Fix asm code scanner 2007-11-08 15:26:10 +00:00
Andrew Ferguson
eaadac7c66 fix page sequence problem, and add support for parameterless processes 2007-11-08 12:08:17 +00:00
Doug Schaefer
2a3047e389 Bug 208944 - start of Flexible File System. 2007-11-06 21:29:12 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
Anton Leherbauer
8b8971f1a3 Fix for 201983: [Editor] Inflexible assembler highlighling 2007-10-31 14:40:38 +00:00
Jason Montojo
41731f51ac Fix for bug 207605 - New Class Wizard does not handle paths properly on case insensitive filesystems 2007-10-30 15:42:53 +00:00
Anton Leherbauer
b03869c26a Fix for 190860: functions are folded when navigating to an unopened file (follow-up) 2007-10-30 10:32:30 +00:00
Anton Leherbauer
d3fd594242 Preventive fix for 207317: Project Explorer freezes when selecting any Working Set 2007-10-30 10:24:24 +00:00
Andrew Ferguson
5b762b9f6b 207320: apply fix and add regression tests 2007-10-26 10:41:25 +00:00
Andrew Ferguson
672ce65667 205182: apply fix and add example template 2007-10-25 14:45:39 +00:00