1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

5262 commits

Author SHA1 Message Date
Mikhail Sennikovsky
de47620e83 1.Additional fix for the [Bug 175581] Includes path entry not filled out with envVarBuildPath
2. Small UI fix to correctly get the builder command
2007-02-28 23:27:18 +00:00
Oleg Krasilnikov
527a0fb83e Bug #161547 2007-02-28 17:59:02 +00:00
Mikhail Sennikovsky
d6885590f9 1. Fix to [Bug 175836] project build macro no longer resolved in the new project model
2. [Bug 175581] Includes path entry not filled out with envVarBuildPath: project suppliers now working
3. Option event handling fixes
4. Other bug-fixes
2007-02-28 17:49:25 +00:00
Oleg Krasilnikov
91a194dc33 Bug # 161547 2007-02-28 17:38:06 +00:00
Andrew Ferguson
fc34a9ccbf fix locking bug 2007-02-28 17:37:24 +00:00
Oleg Krasilnikov
2290002124 Bug fix: "Exclude from build" checkbox was not updated 2007-02-28 17:15:51 +00:00
Oleg Krasilnikov
411af3047f Bug # 161547 2007-02-28 17:13:20 +00:00
Andrew Ferguson
cc4d4b2f00 minor code tidy 2007-02-28 16:35:42 +00:00
Oleg Krasilnikov
1865957898 Alphabetical sort added to Variables dialog 2007-02-28 16:26:43 +00:00
Anton Leherbauer
3f7444610f Fix for Bug 120607 - C/C++ Indexer rejects valid pre-processor directive 2007-02-28 15:53:12 +00:00
Andrew Ferguson
2786bd52fb remove comment to self 2007-02-28 15:14:45 +00:00
Andrew Ferguson
df5d491ef2 169668: provide an offline PDOM generation tool 2007-02-28 15:08:41 +00:00
Markus Schorn
ae557bd281 Indexer: Minor improvement of progress reporting. 2007-02-28 13:45:25 +00:00
Mikhail Sennikovsky
1d087b260f Workspace variable serialization in case they are modified withPath Entry Variable info on load 2007-02-28 12:14:49 +00:00
Mikhail Sennikovsky
258757431c Additional fix for [Bug 175087] [New project model] PathEntry not converted 2007-02-28 11:59:16 +00:00
Markus Schorn
835dcd2dbc related to 169847 and 167551, simplification of PDOMIndexerTasks 2007-02-28 10:45:34 +00:00
Mikhail Sennikovsky
0a1dd38992 fix for [Bug 175808] NullPointerException in BuildSystemVariableSupplier.getMacros 2007-02-28 10:40:47 +00:00
Mikhail Sennikovsky
871c565145 added a null pointer check to the PathEntry Var manager 2007-02-28 10:12:50 +00:00
Oleg Krasilnikov
3af158b7d9 Bug #175504: explicit workspace/filesystem setting 2007-02-28 10:00:15 +00:00
Mikhail Sennikovsky
5727eccf3e Fix to [Bug 175581] Includes path entry not filled out with envVarBuildPath 2007-02-28 00:51:31 +00:00
Mikhail Sennikovsky
77a8e0ef9c 1. fix to [bug 175662] [Build] Include directory from workspace shows up invalid
2. fix to [Bug 175508] [New project model] Invalid warnings about includes in problems view
3. fix to [Bug 175198] Internal Builder does nothing after a clean.
4. fix to [Bug 175087] [New project model] PathEntry not converted
2007-02-27 19:03:54 +00:00
Andrew Ferguson
6936ef3514 add a further case 2007-02-27 17:39:46 +00:00
Andrew Ferguson
fc38a2a891 fix bug in DBProperties use in the PDOM 2007-02-27 13:58:09 +00:00
Andrew Ferguson
b320422e75 add getRecord, make clear() public, some housekeeping 2007-02-27 13:44:03 +00:00
Andrew Ferguson
8f5f85122a allow trace to be activated by internal means 2007-02-27 13:27:27 +00:00
Oleg Krasilnikov
d9c7b670d1 Bug #175660: Build configuration toolbar button should do something 2007-02-27 12:39:15 +00:00
Mikhail Sennikovsky
975547bcca 1. Fix for the [Bug 175675] ClassCastException when parsing a file
2. Path Entry Variable Manager functionality is made as a wrapper over the Workspace-level Cdt Variables (aka Build Macros) functionality
3. bug-fixes
2007-02-27 12:13:30 +00:00
Markus Schorn
39237a89b0 Fixes testcase for running with assertions enabled. 2007-02-27 10:48:33 +00:00
Oleg Krasilnikov
b5e8c719fe Add "needsHeader()" method 2007-02-27 09:47:32 +00:00
Andrew Ferguson
7028cddf94 generalize ProjectRelativeLocationConverter 2007-02-27 08:54:51 +00:00
Vivian Kong
30d2f050b4 for bug 175591 2007-02-26 19:43:56 +00:00
Mikhail Sennikovsky
9f848fe7b2 Fix for [Bug 175509] [Project Model] lots of "storage file not found" msgs in error log 2007-02-26 17:17:03 +00:00
Mikhail Sennikovsky
7360d17945 CDT Variables (macros) resolving for the language setting entries 2007-02-26 16:48:47 +00:00
Mikhail Sennikovsky
fdc6c2b7fe Fix to 175508 2007-02-26 15:40:20 +00:00
Andrew Ferguson
5099040937 add support for IIndexFragment properties 2007-02-26 14:35:09 +00:00
Oleg Krasilnikov
ac5293488b Select only directories inside of workspace, when it's required. 2007-02-26 14:34:23 +00:00
Andrew Ferguson
a2982222d3 add location converters plus tests 2007-02-26 13:56:11 +00:00
Oleg Krasilnikov
53988fe210 Bug fix: tab should not be displayed if no languages supported for element. 2007-02-26 13:29:12 +00:00
Oleg Krasilnikov
349a765023 Bug #175494 [New Project Model] Definition requeres value - fix 2007-02-26 10:59:15 +00:00
Markus Schorn
25d77f4ed2 Updates a test-case to expect case-insensitive completion proposals. 2007-02-26 10:25:28 +00:00
Andrew Ferguson
94a8afb3a3 175151 add unit tests, bug fixes 2007-02-26 09:54:06 +00:00
Anton Leherbauer
0a05580aef Fix for Bug 175283 - [Content Assist] Invalid keyword completion (Patch by Bryan Wilkinson) 2007-02-26 09:34:22 +00:00
Andrew Ferguson
b2b1287072 109724: apply patch for Bryan Wilkinson 2007-02-26 09:06:51 +00:00
Andrew Ferguson
58342e9fad 175267 - reenable failing test 2007-02-26 08:58:19 +00:00
Alain Magloire
5db2221159 Fix for PR:175381
Check for null, there is no location path when the file is from the team
2007-02-23 21:47:52 +00:00
Mikhail Sennikovsky
14675f80ff Fix to 175168 2007-02-23 21:10:20 +00:00
Mikhail Sennikovsky
c391b1daf6 1. Bug-fixes for 175090 and 175091
2. Map is used to store the project-to-CProjectDescription associations instead of project session properties
3. Basis for functionality of preserving settings on resource rename/move.
2007-02-23 20:06:36 +00:00
Andrew Ferguson
b5eee56244 175275: update PDOM version number 2007-02-23 17:57:43 +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
Andrew Ferguson
8429b3fcd5 175275 (facilitate case-insensitive search of b-tree indices): apply fix 2007-02-23 17:05:44 +00:00