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

677 commits

Author SHA1 Message Date
David Inglis
14df45f11f fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=46129 2003-11-06 18:39:10 +00:00
Thomas Fletcher
64b4e87bb3 Patch from Mikhail Khodjaiants regarding source lookup. 2003-10-27 21:15:19 +00:00
Thomas Fletcher
7513a43095 Patch from Mikhail Khodjaiants regarding source lookup. 2003-10-27 21:07:13 +00:00
David Inglis
49d36fc10e 2003-11-22 Mikhail Khodjaiants
src/org/eclipse/cdt/launch/ui/CSourceLookupTab.java: 
	Dispose 'SourceLookupBlock' when disposing 'CSourceLookupTab'.
2003-10-23 17:24:21 +00:00
David Inglis
1883bd1101 2003-11-17 Mikhail Khodjaiants
src/org/eclipse/cdt/launch/ui/CSourceLookupTab.java: 
	"Search for duplicate source files" option support.
2003-10-17 19:28:55 +00:00
David Inglis
a74781039e patch from Mikhail Khodjaiants
- use 'MultiStatus' instead of 'Status' in the 'abort' method.
2003-10-09 13:08:36 +00:00
Doug Schaefer
fe07db2d72 Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
David Inglis
99eeb85fa8 added help id to launch tabs 2003-09-25 13:34:49 +00:00
David Inglis
02bab456aa 2003-08-05 Mikhail Khodjaiants
* src/org/eclipse/cdt/launch/sourcelookup/DefaultSourceLocator.java
	Check if the project saved in the launch configuration equals to the project set 
	in the source lookup tab.
2003-08-05 17:06:19 +00:00
David Inglis
33fdeeac10 see ChangeLog 2003-07-28 20:22:44 +00:00
David Inglis
a91ac220d1 refactor/bug fix 2003-07-22 19:07:36 +00:00
David Inglis
4da2df9363 see change log 2003-07-22 15:43:02 +00:00
Thomas Fletcher
3f0453ac43 Applied patch for a new entry (IResourceChangeListener) to the 'getAdapter' method of the 'DefaultSourceLocator' 2003-07-17 17:46:24 +00:00
Thomas Fletcher
c25eb48959 Don't initialize in what may be a non-ui thread. 2003-07-15 21:10:32 +00:00
Thomas Fletcher
c52d8ebf71 Update to fill out the LaunchImage class which was not loading images. 2003-07-09 21:51:48 +00:00
David Inglis
fbfc9a8227 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39583 2003-07-03 18:45:07 +00:00
David Inglis
993aa92d6e *** keyword substitution change *** 2003-06-26 14:53:30 +00:00
David Inglis
75881ff48b see change log - David Inglis 2003-06-26 2003-06-26 14:53:11 +00:00
David Inglis
a2efc1bcec fix NPE when list is empty and user select OK 2003-04-30 17:33:41 +00:00
David Inglis
5ae31fb0e6 update version 2003-04-23 15:03:25 +00:00
Alain Magloire
f34eef563d updated. 2003-04-17 17:07:17 +00:00
Alain Magloire
a449ceee84 Fix typo. 2003-04-17 17:07:11 +00:00
David Inglis
e70e5d973d spelling 2003-04-03 19:10:36 +00:00
David Inglis
d88e8a74e3 removed warnings 2003-04-03 19:03:32 +00:00
Alain Magloire
d750e21df8 ICElement.getResource() no longer throw an exception. 2003-03-27 19:32:04 +00:00
Alain Magloire
70725d89a4 updated 2003-03-27 16:25:39 +00:00
Alain Magloire
cac6e16c0f getCRoot() is now getCModel() 2003-03-27 16:19:50 +00:00
David Inglis
7bd90bdbd0 fixed bug with project list empty in launch config when C ui plugin was not loaded 2003-03-19 17:08:03 +00:00
Alain Magloire
d74d9d5a46 updated. 2003-03-18 14:36:17 +00:00
Alain Magloire
78f2019cdd make it clear that the action if for "C Local Appliation" 2003-03-18 14:34:44 +00:00
David Inglis
c0bb4d9b23 fix source locator 2003-02-20 22:03:23 +00:00
David Inglis
03dea5e8ec new source locator ui pages 2003-02-18 20:53:39 +00:00
David Inglis
eccbfa54a1 refactor launch constants to debug core 2003-02-07 20:22:04 +00:00
Alain Magloire
5af111e1fa updated 2003-02-07 03:51:05 +00:00
Alain Magloire
e55d0449e2 Provide helper method to get rid of annoying warnings. 2003-02-07 03:50:52 +00:00
David Inglis
46d6c6dca7 use WorkbenchLabelProvider 2003-02-06 20:37:45 +00:00
David Inglis
f92700e14b make LaunchUIPlugin.getShell() always return a shell 2003-01-29 14:13:43 +00:00
Alain Magloire
f41130d464 updated. 2003-01-28 15:20:14 +00:00
Alain Magloire
be883f4ae8 Make getCLaunchConfigtype protected. 2003-01-28 15:20:05 +00:00
David Inglis
a25c4af562 fixed 'revert' behavior 2003-01-16 20:59:21 +00:00
David Inglis
ec5c2fbaa9 fixed 'revert' behavior in debugger tab 2003-01-16 20:28:47 +00:00
David Inglis
b3e245d849 fixed 'revert' behavior in debugger tab 2003-01-16 20:25:07 +00:00
David Inglis
ad047ecf89 Fixed http://bugs.eclipse.org/bugs/show_bug.cgi?id=29532 2003-01-16 19:25:42 +00:00
Thomas Fletcher
388f2460b6 Fix to address PR 29565 from the JDT from whome we copied bad
UI behaviour.
2003-01-15 20:04:55 +00:00
Alain Magloire
4f9fafb5cd updated 2003-01-06 22:19:50 +00:00
Alain Magloire
86990a5d11 updated 2003-01-06 22:02:55 +00:00
Alain Magloire
9778eef929 Use expandEnvironment(). 2003-01-06 22:02:49 +00:00
Alain Magloire
c3ed134983 Add expandEnviroment() 2003-01-06 22:02:39 +00:00
David Inglis
427def3fc0 call setDefaultSourceLocator 2002-12-17 21:11:07 +00:00
David Inglis
952ffbce46 set default source locator method added and called in delegate 2002-12-17 20:38:50 +00:00