1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-17 05:55:22 +02:00
Commit graph

300 commits

Author SHA1 Message Date
Martin Oberhuber
5cfd747882 Unify Source Builds: about.html in all source builds, schema only in source builds 2007-04-27 15:15:45 +00:00
Martin Oberhuber
1580ebb837 [183991] handle windows C:/ paths for FTP 2007-04-27 09:06:08 +00:00
Martin Oberhuber
599e4bc3b7 [181550] Support more valid filename characters in patterns.dat 2007-04-18 17:01:52 +00:00
Martin Oberhuber
6c8d04c512 [181550] support Unicode characters in patterns 2007-04-18 16:58:06 +00:00
David McKnight
ce7eb4c4b0 [180568] moving interfaces to internal 2007-04-12 20:26:13 +00:00
Martin Oberhuber
cec805307d [cleanup] update javadoc 2007-04-05 16:01:26 +00:00
Martin Oberhuber
55973c21f9 [cleanup][180606] put subclassing info javadoc into a separate paragraph 2007-04-05 09:41:10 +00:00
Kushal Munir
910cb15848 [180606] [api] Add javadoc to indicate that BasicClassFileParser and ClassFileUtil should not be subclassed. 2007-04-04 12:56:39 +00:00
David McKnight
e52bdbba6e [180562[ not implementing IServiceConstants 2007-04-03 16:23:09 +00:00
Kushal Munir
3789c71626 [180562] [api] Classes should not implement interfaces just to bring constants into namespace. Do not implement ISystemProcessPropertyConstants and ISystemProcessRemoteConstants. 2007-04-03 08:55:04 +00:00
Kushal Munir
8ec970dced [180562] [api] Classes should not implement interfaces just to bring constants into namespace. Do not implement ITarConstants. 2007-04-03 08:35:08 +00:00
Kushal Munir
57d908cf59 [180562] [api] Classes should not implement interfaces just to bring constants into namespace. Do not implement ISystemSearchConstants. 2007-04-03 08:29:23 +00:00
Kushal Munir
4f31956e59 [180562] [api] Classes should not implement interfaces just to bring constants into namespace. Do not implement IHostSearchConstants. 2007-04-03 08:25:42 +00:00
Kushal Munir
439df4639e [180606] [api] Move classes that parse Java class files into internal package. 2007-04-03 02:09:40 +00:00
Martin Oberhuber
8966310924 Rev up version numbers according to recent refactorings (making stuff internal, systemTypes and subsystemConfigurations extension point) 2007-02-21 22:19:32 +00:00
Kushal Munir
ae03da8d1c [162954] [api] Provide a way to get InputStream and OutputStream from file services. Added a getInputStream() and getOutputStream() to IFileService and implemented for SSH, FTP and Local. Dstore needs to be implemented. 2007-02-20 04:17:18 +00:00
Kushal Munir
45118db9d6 [173871] [api] Move archivehandlers extension point to org.eclipse.rse.services from org.eclipse.rse.ui. Also, move some classes related to archive handling to internal packages. 2007-02-19 19:58:51 +00:00
Kushal Munir
71e8bcdbaf [173871] [api] Move archivehandlers extension point to org.eclipse.rse.services from org.eclipse.rse.ui. Also, move some classes related to archive handling to internal packages. 2007-02-19 19:32:35 +00:00
Martin Oberhuber
587f656604 [173617][api] make internal: rse.services.Activator, CommandPattern, OutputPattern 2007-02-09 11:03:31 +00:00
Martin Oberhuber
76410247f4 [173619][api] Make RemoteUtil.createSocket() public available 2007-02-09 11:00:47 +00:00
Martin Oberhuber
7fa0ec0b33 [cleanup] moved Activator from org.eclipse.rse.services -> org.eclipse.rse.internal.services 2007-02-09 10:52:46 +00:00
Martin Oberhuber
a7551b8460 [173617][api] make internal: rse.services.Activator, CommandPattern, OutputPattern 2007-02-09 10:50:45 +00:00
Martin Oberhuber
f9604efebb [cleanup] fix compiler warnings 2007-02-09 10:44:04 +00:00
Martin Oberhuber
10f456a585 [cleanup] fix javadoc 2007-02-09 10:43:45 +00:00
Martin Oberhuber
f62d052091 Improve Javadoc 2007-02-09 09:59:28 +00:00
Kushal Munir
e7d2f267ca [api] [163820] Allow encodings to be queried for IRemoteFile and implementations for encodings through a remote file encoding manager. 2007-02-06 15:23:19 +00:00
Martin Oberhuber
d9654b70c8 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
6f772365db [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:43:02 +00:00
David Dykstal
8383bc4c1d [171860] fixing CHKPII errors in translatable files 2007-01-26 20:43:13 +00:00
David McKnight
c6f4dcc067 shell output notification issues 2007-01-25 18:25:13 +00:00
David McKnight
74822bd918 new API IFileService.setReadOnly() 2007-01-17 18:06:45 +00:00
Martin Oberhuber
508dc85ac4 Rev up version numbers to 2.0 where needed 2007-01-16 15:57:10 +00:00
David McKnight
ced81d390f [149150] new setLastModified() service call and use in file transfer operations 2007-01-09 19:58:49 +00:00
David McKnight
32d51439e3 removing some compile warnings 2007-01-03 18:25:17 +00:00
Martin Oberhuber
2439196220 Rev up all version numbers to 1.0.1 because the RequiredExecutionEnvironment changed 2006-11-28 18:05:08 +00:00
Martin Oberhuber
a0dab58c44 Force J2SE-1.4 compatibility on all plugins by
- adding .settings/org.eclipse.jdt.core.prefs
- adding .classpath/JRE_LAUNCHING_CONTAINER
- adding MANIFEST.MF/Bundle-RequiredExecutionEnvironment
2006-11-28 17:56:01 +00:00
Martin Oberhuber
51cc15b8a4 Slight update of Javadoc for IHostFile 2006-11-23 11:00:43 +00:00
David Dykstal
8142289743 [142218] - added documentation to IHostFile 2006-11-21 20:22:18 +00:00
Martin Oberhuber
08be597207 Improve Javadoc in HostShellProcessAdapter 2006-11-16 10:17:05 +00:00
Martin Oberhuber
2f2da842d1 Improve Javadoc in HostShellProcessAdapter 2006-11-16 10:13:23 +00:00
Martin Oberhuber
2d7ba36e38 Bug 161777: Rename HostShellAdapter -> HostShellProcessAdapter 2006-11-16 10:07:44 +00:00
Martin Oberhuber
b6eff0b6ac Bug 161777 - move HostShellAdapter, HostShellOutputStream to org.eclipse.rse.services.shells 2006-11-16 10:05:11 +00:00
David McKnight
3cbae9bf2a added copyrights 2006-11-09 14:38:37 +00:00
Kushal Munir
810b8008ba Bug 163565: Multiple files are not deleted when one of them fails to be deleted 2006-11-09 13:37:23 +00:00
Martin Oberhuber
ef09a2df00 Fix 154874 - handle files with space or $ in the name 2006-11-09 12:19:08 +00:00
Martin Oberhuber
4f47e316c7 [cleanup] fix NON-NLS-1 tags 2006-11-09 10:54:59 +00:00
David Dykstal
c5f7fa5afd Bug 158295 - Initial fixed process lists for Mac OS X 2006-11-08 22:18:51 +00:00
Martin Oberhuber
f8b92c4393 Improve performance by using pre-compiled regex patterns 2006-10-31 14:11:25 +00:00
Martin Oberhuber
30597f0987 Normalize pathes without using replaceAll() 2006-10-31 13:54:18 +00:00
Martin Oberhuber
4d9a2ca002 Fix bug 162781 - Regex pattern matching in PathUtility 2006-10-31 13:29:57 +00:00