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

8685 commits

Author SHA1 Message Date
Mikhail Sennikovsky
f69a491f4d Fix for the bug#132001. The resource change handling now always initiated with the job 2006-04-19 14:32:18 +00:00
Mikhail Khodjaiants
c9c3a60a1d Duplicate message key. 2006-04-18 22:29:16 +00:00
Mikhail Sennikovsky
aaae022798 Build Model and Internal Builder fixes and enhancements 2006-04-18 21:51:06 +00:00
Mikhail Sennikovsky
3343177fca Build Model and Internal Builder fixes and enhancements 2006-04-18 21:04:44 +00:00
Mikhail Sennikovsky
6140a76f77 Build Model and Internal Builder fixes and enhancements 2006-04-18 20:46:29 +00:00
Mikhail Khodjaiants
bfbd80c0fa Typo. 2006-04-18 20:43:41 +00:00
Thomas Fletcher
de00c8a6af Changed reconciler to be non-incremental due to the latency that is
incurred as part of the editor close operation.
PR 130089
2006-04-18 18:40:47 +00:00
Doug Schaefer
9222a14bd9 Got our first entries from ctags. Fixed open declaration to deal with line numbers in the PDOM. So far, just variables and without any scoping information. 2006-04-18 02:54:38 +00:00
Doug Schaefer
13d87eb554 Removed the -a option from ctags so that it creates a new file for each request. Speeds things up a little. Also made a copy of the include references array since the prefix removal was blowing up the CModel. 2006-04-17 20:55:06 +00:00
Mikhail Khodjaiants
9cbc718f2b Breakpoint can be temporary and hardware at the same time. 2006-04-17 19:40:16 +00:00
Doug Schaefer
7814922230 Hooked up ctags indexer, although it doesn't record any bindings yet. Got rid of IScope2 since I can't remember what I was going to do with it. Started work on recording inclusions in PDOM. 2006-04-17 19:02:10 +00:00
Mikhail Khodjaiants
103ba0e9c1 Added the "AddWatchpoint" action to the breakpoints view. 2006-04-17 18:47:02 +00:00
Doug Schaefer
15d465aae7 Turn off the Managed Build UI tests for now. They seem to be hanging the build. 2006-04-17 15:42:42 +00:00
Mikhail Sennikovsky
8cb0ec4707 Fix to not use the 1.5 Java Boolean.ParseBoolean() 2006-04-17 08:58:40 +00:00
Mikhail Khodjaiants
e8636fc099 Bug 113107: Make trace logs more readily available. 2006-04-16 05:03:28 +00:00
Doug Schaefer
9fe6b60793 That was weird. When we removed the ListenerList class with the old refactoring, we ended up resolving to an internal eclipse core runtime version of it. Not that version has moved to the public interface. 2006-04-14 22:49:31 +00:00
Mikhail Sennikovsky
d21adaeeb2 1. Internal builder integration into managed builder core and UI
2.	Rebuild state persistence
3.	More smart active configuration change handling
4.	Rebuild is initiated when active config is changed now
5.	Other bug-fixes
2006-04-14 18:18:07 +00:00
Markus Schorn
6051a416ba Adds text-search to the context-menu. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=126749 2006-04-14 12:15:45 +00:00
Markus Schorn
256cdaa7a7 Fixes the NPE by asking for the active editor instead of the active part. 2006-04-14 11:59:50 +00:00
David Inglis
5821dad7c1 fixed PR 133200
patch from  Emil Erlandsson
2006-04-14 01:18:56 +00:00
Mikhail Khodjaiants
4538ba6fd1 Bug 113107: Make trace logs more readily available. Implementation of the "Verbose Mode" action. 2006-04-13 21:52:59 +00:00
Mikhail Khodjaiants
cb185efddb Bug 113107: Make trace logs more readily available. Core support for the "Verbose Mode" action. 2006-04-13 21:50:06 +00:00
Mikhail Khodjaiants
a0d3431212 Write log messages to the system out instead of err. 2006-04-12 19:50:13 +00:00
Doug Schaefer
faf269767b Turn off the UI tests for now. They seem to be hanging the build. 2006-04-12 19:11:14 +00:00
Mikhail Khodjaiants
310afa2c6b Bug 136206: Suppress Resumed events when processing solib events. 2006-04-12 19:06:40 +00:00
Doug Schaefer
2abef07854 Remove the removed source folders from the build.properties file. 2006-04-12 18:26:08 +00:00
Doug Schaefer
be04db0edf Remove the removed source folders from the build.properties file. 2006-04-12 17:42:20 +00:00
Mikhail Khodjaiants
f5d55039c7 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Support for deferred breakpoints. 2006-04-12 17:27:28 +00:00
Doug Schaefer
c394f40e48 Testing the scalability of the Commit Files dialog. No really, I've removed the old indexer, search and type cache and have fixed all the compile errors that doing so caused. A number of features are disabled to be re-enabled later. 2006-04-12 17:11:14 +00:00
Mikhail Khodjaiants
160774ed3d Warning cleanup. 2006-04-11 21:43:49 +00:00
Mikhail Khodjaiants
4cbf532066 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Sort the shared library list. 2006-04-11 20:48:47 +00:00
Mikhail Khodjaiants
9d776d52c0 Replacing shared library images. 2006-04-11 20:45:23 +00:00
Mikhail Khodjaiants
b1ce084777 Replacing shared library images. 2006-04-11 20:44:35 +00:00
Mikhail Khodjaiants
12c6d13e42 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use set instead of list when collecting the shared library names: different libraries can have same soname. 2006-04-11 20:07:21 +00:00
Mikhail Khodjaiants
39e1b6c5d3 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use soname instead of shared library name. 2006-04-11 19:31:59 +00:00
Mikhail Khodjaiants
dae81c31ec Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. 2006-04-10 20:47:23 +00:00
Mikhail Khodjaiants
a0af806148 "set solib-search-path" and "show solib-search-path" are not supported on Windows. 2006-04-10 18:35:56 +00:00
Doug Schaefer
4bb4cc51dc Help address NPEs in tests. 2006-04-10 14:00:09 +00:00
Doug Schaefer
44ed1e1b35 Fix NPEs around project creation and deletion. 2006-04-10 13:47:27 +00:00
Doug Schaefer
0c03c9be25 Hooked up the PDOM to content assist. Addes a getExpressionType to IASTExpression to help out the cause. 2006-04-09 20:11:21 +00:00
Doug Schaefer
3ca3b2bdcc Removed the old search page. 2006-04-09 16:52:34 +00:00
Doug Schaefer
141bcef364 Added the external tool launcher I used to build the winreg DLL. 2006-04-08 01:17:22 +00:00
Doug Schaefer
8a14b7dc9a Fix up the update site URLs to point to the right place. 2006-04-07 20:26:51 +00:00
Doug Schaefer
dd236de4d9 Fix NPE on clean/build after older indexer has been removed. 2006-04-07 19:49:24 +00:00
David Daoust
7d14f8eb5c PR 62772 2006-04-07 19:29:17 +00:00
Doug Schaefer
c4bbf1b922 Turn off the old indexer. Good night, Gracie... 2006-04-07 19:25:24 +00:00
Doug Schaefer
e9eb7ef7e6 The IndexView now skips linkages in the hierarchy if there is only one in a project (i.e. not a multi-language project). Also fixed a bug with paths in the GCCLanguage and warnings in GPPLanguage. 2006-04-07 19:18:26 +00:00
Doug Schaefer
4f0893f7f7 PDOM - Change the IndexView content provider to use the new IPDOMVisitor pattern. Also made the external symbols filter into a real ViewerFilter. 2006-04-07 19:03:18 +00:00
Mikhail Sennikovsky
3bba0c47ad The patch from Tim Kelly and Ken Ryall for the IManagedBuildDefinitionsStartup functionality see bug# 123275 2006-04-06 14:11:37 +00:00
Mikhail Sennikovsky
8f100afd6c MBS Internal Builder implementation. This functionality is experimental and is disabled for now.
Fixes for the Build Model implementation.
2006-04-06 09:20:00 +00:00