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

11977 commits

Author SHA1 Message Date
David Inglis
562219c341 IBinary label update to use isLittleEndian 2002-11-01 18:24:12 +00:00
David Inglis
e70e1ce0f3 change to getCPU string 2002-11-01 18:00:28 +00:00
Judy N. Green
20ae7ae730 Removed the ReferencedProjects tab from the C/C++ Projects Properties.
See GNATS bug 13758
2002-10-31 20:41:08 +00:00
Judy N. Green
b31adfd4de Changed title "Referenced Projects" to "Referenced C/C++ projects" in order to distinguish it from the Referenced projects that Eclipse ads to project properties by default 2002-10-31 19:30:58 +00:00
Judy N. Green
07388af140 added source.cdt_qnx.jar 2002-10-31 15:25:33 +00:00
Alain Magloire
6d3db2bf2d update 2002-10-31 14:53:27 +00:00
Alain Magloire
942b757516 check the existence of the file first. 2002-10-31 14:52:57 +00:00
Peter Graves
d54c3caff1 Updated to refledt api changes, and come CProjectHelper code cleanup 2002-10-30 21:22:32 +00:00
Alain Magloire
fc8f414e73 updated. 2002-10-30 19:56:15 +00:00
Alain Magloire
7b94160940 new methods removeNature() and removeCNature(). 2002-10-30 19:55:58 +00:00
Alain Magloire
43af332194 new Method removeCCNature() 2002-10-30 19:55:36 +00:00
David Inglis
f4ed4e4745 fixed clearing console 2002-10-30 03:10:33 +00:00
David Inglis
abc8c1ae28 new Build Console management 2002-10-29 21:40:59 +00:00
Judy N. Green
c8ad29addc Updated labels as per Eclipse Look & Feel 2002-10-28 19:26:46 +00:00
Judy N. Green
13eda35755 Updated titles to follow Eclipse Look & Feel Guidelines 2002-10-28 16:55:36 +00:00
Alain Magloire
34d219b21a update. 2002-10-28 14:46:11 +00:00
David Inglis
5c67633999 fixed global actions 2002-10-28 14:44:27 +00:00
Alain Magloire
66b60c7ba4 SetDaemon to true. 2002-10-28 14:43:27 +00:00
Alain Magloire
c13106f98a Implements Runnable. 2002-10-28 14:43:18 +00:00
Alain Magloire
29b8b000e5 indentation. 2002-10-28 14:43:05 +00:00
David Inglis
d6eb399569 builder fixes 2002-10-28 14:05:29 +00:00
Judy N. Green
b8a4d37318 Added 'New" to text of creation wizards as per Eclipse UI (Guideline 2.3) 2002-10-25 20:36:44 +00:00
Alain Magloire
d7c895d6f0 updated. 2002-10-25 18:38:30 +00:00
Alain Magloire
64bbca18a7 new Method isLittleEndian(). 2002-10-25 18:38:19 +00:00
Judy N. Green
98f490f5f9 Updated log regarding change to plugin.properties file 2002-10-25 17:36:52 +00:00
Judy N. Green
3a7a06e800 removed the redundant Eclipse Platform from the perspective name. It has resulted in titles such as "C/C++ Developmnet - Eclipse Platform - Eclipse Platform" 2002-10-25 15:28:19 +00:00
Alain Magloire
abe8e7319c enter .cvsignore. 2002-10-24 12:42:02 +00:00
Judy N. Green
5e682b2d5e Change log entry for: CView overwrite files dialog text changed so that it is the same in the CView as in the Navigator 2002-10-23 20:02:32 +00:00
Judy N. Green
2af3c15c52 CView overwrite files dialog text changed so that it is the same in the CView as in the Navigator 2002-10-23 19:57:36 +00:00
Alain Magloire
ac5f2b72ce Updated. 2002-10-23 18:22:20 +00:00
Alain Magloire
de2df1266e Use the new fields in IMarkerGenerator 2002-10-23 18:22:10 +00:00
Alain Magloire
d9252999b4 Check for build errors. 2002-10-23 18:21:56 +00:00
Alain Magloire
40680e5ea9 Bug in isAlive. 2002-10-23 18:21:42 +00:00
Alain Magloire
522f7dd255 Check the return value of reportProblems() 2002-10-23 18:21:26 +00:00
Alain Magloire
e5a39f7c17 Refactor out 2002-10-23 18:20:55 +00:00
Alain Magloire
2f2b06a320 New final static fields. 2002-10-23 18:20:38 +00:00
Alain Magloire
3ed422a606 Refactor here. 2002-10-23 18:20:21 +00:00
Alain Magloire
1267f78e11 new method mapMarkerSEverity() 2002-10-23 18:19:49 +00:00
David Inglis
7a85d3715d make default MakeAction for build "all" 2002-10-23 13:26:39 +00:00
David Inglis
c4b64b397d new streams based builder command errorparsing to
reduce memory usage
2002-10-23 13:07:33 +00:00
Alain Magloire
04838b2b01 updated 2002-10-22 19:32:07 +00:00
Alain Magloire
da030fa006 Use a buffered reader stream to minimize the read calls. 2002-10-22 19:30:12 +00:00
Judy N. Green
8ec4917904 added comment regarding Ctrl+A and Ctrl+C now working for the C-Build View 2002-10-22 12:56:59 +00:00
Alain Magloire
a73d249b40 typo. 2002-10-22 00:30:35 +00:00
Alain Magloire
6603cc1861 Updated. 2002-10-22 00:28:24 +00:00
Alain Magloire
f0c1e34688 Recompiled. 2002-10-22 00:28:16 +00:00
Alain Magloire
4751974b96 get the result code of the process. 2002-10-22 00:27:56 +00:00
Judy N. Green
4bcfbb46f0 Added a selection changed listener to the textViewer managed by the C Build View (BuildConsoleView.java).
This updates the tool bar menu items to enable the copy action when there is a selection made in the C-Build console.
2002-10-21 20:22:26 +00:00
Judy N. Green
0bd52b9a1d removed *.jar in build.xml files that was causing the generated jar to be included twice. Jars that need to be copied to the pluh\gins directory must be explicitly added 2002-10-17 20:42:27 +00:00
Alain Magloire
e09dd29657 updated. 2002-10-17 20:11:46 +00:00