1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-06 00:25:25 +02:00
Commit graph

2142 commits

Author SHA1 Message Date
Xuan Chen
782ffc5d8f [209899] fix: system view did not refresh properly if rename multiple folders in table view. 2007-11-15 05:41:07 +00:00
Martin Oberhuber
50cff88f9a Fix typos and Javadoc error 2007-11-14 21:30:07 +00:00
Martin Oberhuber
940a583456 Fix typos and Javadoc error 2007-11-14 21:28:50 +00:00
Martin Oberhuber
d3ff4a702b Fix typos and Javadoc error 2007-11-14 21:26:15 +00:00
David McKnight
9c190dffe7 [203114] don't treat XML files specially (no hidden prefs for bin vs text) 2007-11-14 19:07:04 +00:00
David McKnight
8e30306972 [203114] don't treat XML files specially (no hidden prefs for bin vs text) 2007-11-14 19:07:00 +00:00
David McKnight
cfab40cb63 [208951] default file types supplied by rse 2007-11-14 18:54:21 +00:00
David McKnight
7ebed02f74 [208951] no longer used editor registry for file type associations 2007-11-14 18:33:13 +00:00
Xuan Chen
2448faa0ba [160775] fix: [Archives] [api] [breaking] [nl] rename (at least within a zip) blocks UI thread 2007-11-14 17:56:59 +00:00
David McKnight
0252676845 [209660] remote file encoding should default to parent folder's encoding 2007-11-13 17:25:15 +00:00
David McKnight
3fa42877ce [208435] Rupen's Patch to disable the user to rename to the same name when multiple collisions occur 2007-11-12 20:11:57 +00:00
David McKnight
00690859a4 [209387] should not delete elements for files that still exist (but are filtered out) 2007-11-12 20:09:36 +00:00
David McKnight
5cdc438ff7 [209423] Fix for null pointer - filter attributes need unique ids 2007-11-12 17:13:52 +00:00
David McKnight
ab6d24db09 [209375] new API copyRemoteResourcesToWorkspaceMultiple to optimize downloads 2007-11-12 16:13:41 +00:00
David McKnight
d12ef1cad9 trivial bug - need to make sure encoding didn't change before using a cached temp file 2007-11-12 16:09:16 +00:00
Kevin Doyle
c702e915b3 [209355] [Local] Retrieving list of FILE_TYPE_FOLDERS should return Archive's 2007-11-09 21:26:06 +00:00
Uwe Stieber
42c7806c32 [209193] RSE new connection wizard shows empty categories if typing something into the filter 2007-11-08 15:10:56 +00:00
Uwe Stieber
e15128480f [199032] [api] Remove method acceptContextMenuActionContribution(...) from RSESystemTypeAdapter 2007-11-08 13:51:15 +00:00
Javier Montalvo Orus
a9cbb90104 [208912] Cannot expand /C on a VxWorks SSH Server 2007-11-07 19:45:39 +00:00
David McKnight
6c5f63201a dstore - deal with \r\n in upload(IInputStream...) same as upload(File...) 2007-11-07 17:45:27 +00:00
David McKnight
002b3f7d0a dstore - deal with \r\n in upload(IInputStream...) same as upload(File...) 2007-11-07 17:21:35 +00:00
Martin Oberhuber
431a88f73b [209043] Finish ShellOutputReader when connect fails due to an error 2007-11-07 15:43:55 +00:00
Martin Oberhuber
e1f454eaea [208912] Cannot expand /C on a VxWorks SSH Server 2007-11-06 17:28:11 +00:00
David McKnight
a837fdda54 dstore - removing some warnings 2007-11-05 21:16:05 +00:00
David McKnight
700801e9c5 [194475] removing discouraged access problems 2007-11-05 21:11:20 +00:00
David McKnight
1ac9cbbb8e [208813] removing deprecated APIs 2007-11-05 21:09:21 +00:00
David McKnight
e5834735b3 dstore - removing some warnings 2007-11-05 20:55:51 +00:00
David McKnight
2028bc88ad [208803] add exists() method to ISystemViewElementAdapter 2007-11-05 19:54:06 +00:00
David McKnight
44ee48ce0b [197129] Removing obsolete ISystemConnectionWizardPropertyPage and SystemSubSystemsPropertiesWizardPage 2007-11-05 17:51:59 +00:00
David McKnight
93eb994144 [197480] eliminating UI dependencies from services.dstore 2007-11-05 17:42:37 +00:00
David McKnight
3bd826f5b5 [207178] listMultiple() instead of listMulti, fileTypes[] as well as fileType param API 2007-11-05 17:24:39 +00:00
David McKnight
92ff8a6a0a [186363] get rid of obsolete calls to ISubSystem.connect() 2007-11-05 15:56:00 +00:00
David McKnight
f9dc5456f5 [196938] getting rid of obsolete classes for SystemSelectConnection* 2007-11-05 15:54:43 +00:00
David McKnight
19c1d8e469 [207178] use array of fileTypes for multi queries, instead of just one 2007-11-05 14:58:34 +00:00
David McKnight
ac20528b77 [162195] new APIs for upload multi and download multi 2007-11-02 19:02:13 +00:00
Kevin Doyle
1ac36e2054 [199324] [nls] Move dialog SystemMessages should be added/updated 2007-11-02 15:26:27 +00:00
David McKnight
133313358b [208572] merge of file extension property descriptor to open rse 2007-11-02 15:10:27 +00:00
Kevin Doyle
d1e082c015 [160769] Move Resource dialog allows user to continue on invalid destination 2007-11-02 14:15:10 +00:00
David McKnight
3ebb75cdad [207178] implicit connect on multi get remote file objects call 2007-11-01 20:10:08 +00:00
David McKnight
f4196430ee null pointer check 2007-11-01 20:09:17 +00:00
David McKnight
2836aac7aa [207178] optimizations for listMulti and getFileMulti for DstoreFlieService 2007-11-01 19:32:30 +00:00
David McKnight
23fd70411a [207178] listFolders queries folders, not both 2007-11-01 18:24:23 +00:00
Kevin Doyle
0dfacdf39d [186125] Changing encoding of a file is not reflected when it was opened before 2007-11-01 15:03:58 +00:00
David McKnight
3d2a16aeb2 [207178] changing list APIs for file service and subsystems 2007-10-31 21:03:25 +00:00
Martin Oberhuber
1e46f2b6cd Rev up plugin and feature versions towards TM 3.0 2007-10-31 18:13:23 +00:00
Kevin Doyle
aeefefde88 [197976] Fixed properties.setReadOnly() error 2007-10-31 02:28:42 +00:00
Kevin Doyle
86694a4b08 [203014] Copy/Paste Across Connections doesn't display Overwrite dialog when folder already exists 2007-10-30 14:13:38 +00:00
Javier Montalvo Orus
0e0573305d [187096] Ignore "." and ".." folders when copy+paste 2007-10-30 10:06:53 +00:00
Kevin Doyle
2d68c749ff [204810] Saving file in Eclipse does not update remote file 2007-10-26 21:00:23 +00:00
David McKnight
256b6765a2 [204307] listFolders now deals with a null parameter for fileNameFilter preventing NPE 2007-10-26 19:13:43 +00:00