Chris Recoskie
947eedd5bc
- Merged changes from cdt_5_0 to HEAD. Too many to mention individually.
...
- Reworked IFileSystem utility so that now it is noimplement/noextend. Clients should now extend from concrete class FileSystemUtility instead to better insulate them from future API changes.
- Reworked the resulting concurrency fixes - indexing and scanner discovery now synchronize on the project root as a scheduling rule. Original HEAD behaviour was to synch on the project's .settings folder for indexing, but that deadlocked with scanner discovery.
- Fixed remote indexing. Changes on HEAD that deprecated CodeReader broke the ability for remote translation units to provide the path to load the file content from. Added API to ITranslationUnit for this purpose.
2010-05-11 22:50:20 +00:00
Markus Schorn
d27a79d465
Bug 298069: Wrong encoding for lines in search result.
2010-01-04 10:43:49 +00:00
John Cortell
df44df36d3
[288656] Add tracing for DsfSession. Implemented Pawel's recommendation after review
2009-09-08 15:52:33 +00:00
John Cortell
7e8ee4c873
[288656] Add tracing for DsfSession
2009-09-04 19:42:17 +00:00
Markus Schorn
55f642b6df
Increment plugin versions.
2009-07-06 13:05:01 +00:00
Vivian Kong
fa3911cd90
bug 254200 - use ICU4J
2009-03-13 13:47:48 +00:00
Markus Schorn
938969ae49
Fixes warnings.
2009-01-13 13:19:51 +00:00
Markus Schorn
3e28b31ae1
Implementation to select resource for a location, bug 248419.
2008-10-02 11:36:51 +00:00
Markus Schorn
a359eb6090
Implementation of an heuristics to resolve include files, bug 213562
2008-10-01 09:59:44 +00:00
Alena Laskavaia
8e64dbaaa5
PR: 215492 - moved to external package
2008-08-18 14:13:35 +00:00
Markus Schorn
7b61bb10f2
Allows to visit array-modifiers, bug 237605.
2008-06-18 12:43:30 +00:00
Markus Schorn
0b1b9a6092
Fix warnings.
2008-04-25 14:24:53 +00:00
Chris Recoskie
5f76384955
exporting indexer package because otherwise it's impossible to build anything that uses the standalone indexers
2008-04-22 19:06:29 +00:00
John Cortell
7b3681fc19
Applied patch in 227869. Produce an error if user tries to create memory monitor using a literal address that exceeds the range of the address factory used by the debug session. Prior to this change, the monitor would be created based on the truncated value.
2008-04-22 15:25:36 +00:00
Markus Schorn
da70ef502f
Support search for local variables and parameters, bug 151334.
2008-04-22 09:08:07 +00:00
Markus Schorn
ca61147d16
Extract Function (work in progress) by Emanuel Graf, bug 226484.
2008-04-16 10:19:55 +00:00
Markus Schorn
f0854abfb0
Mark package 'org.eclipse.cdt.internal.core.dom.parser.cpp.semantics' as internal.
2008-03-28 08:14:51 +00:00
Andrew Ferguson
8bc2a7437a
222748: refactor semantic routines to separate package
2008-03-27 18:31:16 +00:00
Ken Ryall
3071e4834e
Bug 182388, Executables view and supporting classes.
2008-03-24 21:21:02 +00:00
Markus Schorn
73869d3e94
Reworked refactoring: moved rename refactoring into ui-plugin (bug 220741), applied patch for extract constant (bug 181493).
2008-03-12 09:56:10 +00:00
Markus Schorn
1f19d506f8
Source Change Generator for ASTTransformations by Emanuel Graf and others, bug 214605.
2008-03-07 12:13:38 +00:00
Andrew Ferguson
c113b00476
178386: check-in documentation tool framework plus doxygen implementation
2008-02-09 12:23:25 +00:00
Anton Leherbauer
f4bbc8aaa1
Undo temporary package export
2008-01-18 08:37:04 +00:00
Markus Schorn
88ac1b7a85
Proposal for AST-rewriter API, bug 214334.
2008-01-09 14:37:20 +00:00
Doug Schaefer
e8019df504
Flexible File System. Get project creation working by replacing the use of IPath for project location with URIs. Also move FFS to its own plugin to avoid early initialization of the CDT.
2007-12-31 20:31:08 +00:00
Doug Schaefer
0d50d5b222
Get more of the FFS working. Also turned on Java 5 for cdt.core.
2007-12-28 21:29:45 +00:00
Markus Schorn
1e43fc3186
Removes DOMScanner and related classes, cleans up interfaces IScanner and IIndexMacro, (bug 212864).
2007-12-21 09:35:52 +00:00
Anton Leherbauer
1d35805d67
23540: Macro-expansion hover
2007-12-20 15:23:00 +00:00
Markus Schorn
21b09a659c
Headers included from c- and c++-files (bug 191989).
2007-12-07 10:33:34 +00:00
Markus Schorn
7788841cb3
Removal of old parser (bug 209772).
2007-11-20 10:57:40 +00:00
Anton Leherbauer
8629e6b5d1
Upversion plug-ins to 5.0.0
2007-11-06 08:02:32 +00:00
Markus Schorn
285d224021
For bug 205272, the lexer with JUnit tests.
2007-10-09 15:09:59 +00:00
Doug Schaefer
2afd57655c
Update changed plugins to 4.0.1.
2007-07-24 21:23:31 +00:00
Markus Schorn
79710ce424
Fix for 195419, prevent recreation of pdoms during project delete.
2007-07-06 13:40:17 +00:00
Mikhail Sennikovsky
c5603e5a0e
Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012)
2007-04-26 17:07:39 +00:00
Anton Leherbauer
6aa3d375f2
Fix for 179098: Make LanguageMappingConfiguration API
2007-03-26 14:25:14 +00:00
Andrew Ferguson
250d34926b
169668: add unit tests + fix bugs
2007-03-22 18:50:26 +00:00
Andrew Ferguson
6d88aaec37
167096: check in of new functionality
2007-03-19 16:28:18 +00:00
Anton Leherbauer
a924a2953c
Fix for Bug 175493 - [Parser] Need API to reuse parser for custom C/C++ dialects
2007-03-02 13:22:21 +00:00
Andrew Ferguson
df5d491ef2
169668: provide an offline PDOM generation tool
2007-02-28 15:08:41 +00:00
Andrew Ferguson
a7e92473df
175151 (move OpenTypeDialog/Action, AllTypesCache to use the IIndex API): apply fix
2007-02-23 17:16:25 +00:00
Markus Schorn
5dfbff2013
Fix for 166991, indexer preferences and project specific settings.
2007-02-21 10:42:01 +00:00
Mikhail Sennikovsky
5fdd70a074
New Project Model initial check-in
2007-02-20 17:23:35 +00:00
Chris Recoskie
cc7e0a31f7
initial checkin as a part of work for 151850 (allow user to specify which parser/language to parse a given content type with)
2007-02-06 21:57:39 +00:00
Andrew Ferguson
d6d9ed6df0
apply patch for 162172: make PDOM relocatable
2006-12-05 18:29:04 +00:00
Andrew Ferguson
773b11c204
165213: undo misadventure with abstraction
2006-11-23 18:31:38 +00:00
Markus Schorn
dd464d51a3
CModel: Extension to represent names from the index
2006-11-22 12:44:33 +00:00
Anton Leherbauer
12f3dd59c5
Bug 95274 - Support code formatter
...
First stab at a built-in code formatter
2006-11-10 13:55:48 +00:00
Markus Schorn
b5ca493fa2
Exports additional internal packages for testing, bug 160692.
2006-10-12 16:00:46 +00:00
Markus Schorn
70e3e0942b
Marks internal packages as such in the manifest
2006-10-12 15:01:47 +00:00