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

10206 commits

Author SHA1 Message Date
Sami Wagiaalla
e34011c34b bug 352166: ErrorParserManager does not have an API for adding markers 2011-08-12 13:04:16 -04:00
Sergey Prigogin
7d03274d32 Cosmetics. 2011-08-11 11:04:43 -07:00
Markus Schorn
fea0a6163a Bug 353281: Content assist for designated initializers 2011-08-11 16:24:00 +02:00
Chris Recoskie
c1c02b297b Cosmetics. 2011-08-10 20:08:49 -07:00
Chris Recoskie
d50d786746 Bug 354451 - DescriptionScannerInfoProvider returns incorrect data for
relative or workspace path in remote project
2011-08-10 22:24:52 -04:00
Anton Leherbauer
8154574635 Cosmetics. 2011-08-09 16:56:39 -07:00
Anton Leherbauer
17df657d34 Bug 350689 - [formatter] Problems formatting Lua source code 2011-08-09 08:44:38 +02:00
Sergey Prigogin
13d4a94d42 Use StringBuilder instead of StringBuffer. 2011-08-08 16:27:41 -07:00
Sergey Prigogin
389a1ff92b Cosmetics. 2011-08-08 16:19:06 -07:00
Andrew Gvozdev
be1435ad0a bug 353831: LanguageManager.getLanguageForFile(IFile...) cannot handle
EFS resources
2011-08-08 15:19:16 -04:00
Anton Leherbauer
0ab89e9c79 Bug 350816 - [formatter] Fixed size array declaration formats wrong 2011-08-08 10:15:49 +02:00
Anton Leherbauer
b7382e51f1 Bug 350433 - [formatter] Line wrapping if "\ua" or "\ud" occurs in preprocessor directive 2011-08-08 08:40:47 +02:00
Andrew Gvozdev
3d7d7d44d6 Store entries in project settings folder, provider flag and UI 2011-08-07 22:50:14 -04:00
Andrew Gvozdev
455dfb6541 minor refactoring 2011-08-07 22:49:52 -04:00
Sergey Prigogin
60de352b8e Cosmetics. 2011-08-06 20:14:16 -07:00
Sergey Prigogin
71d5459a41 Minor code simplification. 2011-08-06 20:01:49 -07:00
sprigogin
26acd7fa6a Cosmetics. 2011-08-06 19:55:00 -07:00
John Cortell
1293690a4c Bug 354061 - Toolbar in file list control in project properties disappears 2011-08-05 18:00:20 -05:00
Vivian Kong
ebcbdcf6c5 bug 352775 - Back out 2nd patch as per John's request
Change-Id: I590d2dc8f6972b9bfbe2c2b7415bf7b512a099f7
2011-08-05 15:13:05 -04:00
Anton Leherbauer
c118acdaa6 Bug 344379 - Code Style format error 2011-08-05 14:19:14 +02:00
Anton Leherbauer
1f9bdc3019 Bug 353974 - Formatting C code does not work for certain uses of static_cast 2011-08-05 12:50:24 +02:00
Anton Leherbauer
44e3ec0cde Bug 351399 - Formatting C code is broken for certain coding styles 2011-08-05 10:37:58 +02:00
Andrew Gvozdev
fef68e3d8a Added checkbox for storing entries inside the project 2011-08-05 00:55:40 -04:00
Andrew Gvozdev
53b2453e3f Trying a bit different wording for global workspace provider 2011-08-04 16:28:17 -04:00
Andrew Gvozdev
80e4cd9fc6 Test cases added 2011-08-03 23:34:46 -04:00
Andrew Gvozdev
4c419cc214 Merge remote-tracking branch 'cdt/master' into sd90 2011-08-02 17:20:38 -04:00
Andrew Gvozdev
f8a545a2fb resource tree to present nice looking hierarchical view to the user 2011-08-02 17:02:37 -04:00
Andrew Gvozdev
e1e1bc2e19 making resource tree to appear as "compacted" for the user 2011-08-02 13:11:30 -04:00
Marc-Andre Laperle
ebfa9bcd0a Bug 236330 - win32-x86_64 support 2011-07-31 22:06:39 -04:00
Sergey Prigogin
96d87270a5 Cosmetics. 2011-07-31 14:43:03 -07:00
Sergey Prigogin
221b77a28e Made ObjectTable Iterable. 2011-07-31 14:41:39 -07:00
Sergey Prigogin
33c2e373d4 Bug 353360 - Bogus "type must implement the inherited pure virtual
method" error. Fix and test case.
2011-07-30 23:03:30 -07:00
Sergey Prigogin
43df92cc76 Cosmetics. 2011-07-30 21:19:56 -07:00
Sergey Prigogin
35cae0899d Optimized adaptBinding method for bindings whose owners that are
composite bindings.
2011-07-29 16:48:55 -07:00
Sergey Prigogin
556ebadf7c Cosmetics. 2011-07-29 16:48:39 -07:00
Sergey Prigogin
004a2f86d8 Cosmetics. 2011-07-29 13:43:12 -07:00
Anton Leherbauer
2810a4ed76 Remove unused dependency, increment bundle version 2011-07-29 09:55:44 +02:00
Anton Leherbauer
535cacca94 Allow to reuse GenerateActionGroup without adding a key binding handler 2011-07-28 13:51:40 +02:00
Sergey Prigogin
acc49b9da2 Cosmetics. 2011-07-27 10:50:10 -07:00
Markus Schorn
fd671be08f Bug 352859: Matching of template template parameters. 2011-07-27 16:37:01 +02:00
Markus Schorn
16da85ea6b Bug 352309: Builtin type-traits conflict with old system headers 2011-07-27 14:56:42 +02:00
Andrew Gvozdev
2d2311a2a6 Use WeakHashMap to keep LSE lists in common pool. 2011-07-23 08:13:57 -04:00
Marc-Andre Laperle
0b330a4c9e Bug 352239 - NPE using new class wizard when generated source file is
empty
2011-07-22 13:27:05 -04:00
John Liu
ba139d8080 Bug 352775 - The function registerFileEncoding in FileEncodingRegistry
should check default encoding first

Change-Id: Ie30c9b8a0db79719cb3587f368898c66f971f075
2011-07-22 10:57:39 -04:00
Marko Tomljenovic
0dc841b995 Bug 351076 - Make MAX_DELAY of editor content assist computation configurable 2011-07-22 11:13:19 +02:00
Sergey Prigogin
6d8a98e790 Bug 351271. Code simplification suggested by Markus Schorn. 2011-07-21 18:32:04 -07:00
John Liu
62c3d22313 Bug 352775 - The function registerFileEncoding in FileEncodingRegistry
should check default encoding first

Change-Id: I33b736103707dfcb3848d1d1671487c7b1995e77
2011-07-21 11:52:50 -04:00
Andrew Gvozdev
728e669707 Merge branch 'master' into sd90 2011-07-21 10:03:07 -04:00
Vivian Kong
3d8652704e Bug 352679 - Change visibility of isSemanticHighlightingEnabled() from
private to protected

Change-Id: Icc8fc402551449aabe5badbc15755fd541bf655c
2011-07-21 09:37:45 -04:00
Andrew Gvozdev
64982d49e8 Sort LSE by kinds 2011-07-21 09:28:03 -04:00