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

2270 commits

Author SHA1 Message Date
David McKnight
b5980ec2a6 [184053] recursiveFindExactMatches to find exact match when hash lookup fails 2007-04-25 16:39:34 +00:00
David McKnight
8a2f96ce75 [181458] support for copy paste and drag and drop from rse to windows explorer 2007-04-25 15:04:45 +00:00
David McKnight
bb8214b649 should only add multirule if there are rules. If we do add a multirule with no rules, then we hit an exception 2007-04-25 14:14:53 +00:00
Javier Montalvo Orus
5117d0c6d4 [176216] FTP sould provide API to allow clients register their own FTPListingParser 2007-04-25 12:57:29 +00:00
Martin Oberhuber
5db36e801e [182454] improve getAbsoluteName() documentation 2007-04-25 11:51:55 +00:00
Martin Oberhuber
acd39c3849 [182454] improve getAbsoluteName() documentation 2007-04-25 11:49:36 +00:00
Martin Oberhuber
7fc7c243b4 [182454] improve getAbsoluteName() documentation 2007-04-25 11:41:25 +00:00
Martin Oberhuber
d31ac6c82c [182454] improve getAbsoluteName() documentation 2007-04-25 11:32:53 +00:00
Martin Oberhuber
85602bc479 [180649] miners to single package. This requires a server update. 2007-04-25 08:53:13 +00:00
Kushal Munir
17713e6a85 [160405] Launch Shell menu should not be displayed for FTP-Only connections. Do not make the action visible for FTP connections by adding an attribute for IRemoteFile adapter to check for command subsystem existence of host. 2007-04-24 23:26:35 +00:00
David McKnight
4a61087b23 fix for problem found with encoding work. dstore file parent not being resolved properly when at the root. 2007-04-24 21:00:11 +00:00
David McKnight
05e87c7c55 [180649] miners to single package. This requires a server update. 2007-04-24 19:55:31 +00:00
David McKnight
09082e1c96 [180649] miners to single package. This requires a server update. 2007-04-24 19:11:17 +00:00
Kushal Munir
bb20d0849b [179939] BIDI3.3: HCG Text files written in ASCII Hebrew do not look correctly. The container encoding value was not being picked up. Now it should be. 2007-04-24 17:42:55 +00:00
Martin Oberhuber
20a4a9ef77 [183769] fix drag and drop after refactoring for [168975] 2007-04-24 12:26:57 +00:00
Martin Oberhuber
fe8cc2c5f0 [183165] Do not implement constant interfaces 2007-04-23 13:54:00 +00:00
Martin Oberhuber
e8dc372b54 [168975] Move RSE Events API to Core 2007-04-23 13:42:16 +00:00
David McKnight
fee9ecb441 [180974] fixed remote export 2007-04-20 18:16:38 +00:00
David McKnight
fe3b44d754 [180974] message line needs to account for null text 2007-04-20 17:30:14 +00:00
David McKnight
1f7414b6de [180974] message line needs to account for null text 2007-04-20 17:15:27 +00:00
David McKnight
b08e6ce19e [180974] select remote folder action now using SystemRemoteFolderDialog 2007-04-20 17:01:54 +00:00
David McKnight
cf79eddb02 [180974] message line needs to account for null text 2007-04-20 16:48:02 +00:00
David McKnight
dc98e3c94f [180575] remote files and processes need to support deferred queries 2007-04-20 15:56:29 +00:00
David McKnight
eb9e3ee4bd [183247] updating element comparer to account for different subsystems 2007-04-20 15:53:29 +00:00
Uwe Stieber
0df2ceb4ec [fix] System view toolbar refresh action not correctly initialized with id and action definition id 2007-04-20 09:41:16 +00:00
David Dykstal
0336dce69b [181064] persist environment variables in the order they were entered 2007-04-19 18:33:35 +00:00
David McKnight
1be96bcbef [182802] changing how this is done since there are different services and configurations for each - meanings we can't just cling on to the original factories 2007-04-19 18:32:10 +00:00
David McKnight
3a6d940b12 [182802] null pointer check and some logging messages. I can't reproduce this but logging to see if we can gather more info on how this happens. 2007-04-19 17:28:29 +00:00
Martin Oberhuber
65b6846d56 Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry() 2007-04-19 13:06:10 +00:00
Martin Oberhuber
545db2121e Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry() 2007-04-19 13:04:40 +00:00
Martin Oberhuber
5c4fec2dca Replace RSEUIPlugin.getDefault().getSystemRegistry by getTheSystemRegistry() 2007-04-19 12:02:44 +00:00
Martin Oberhuber
b8052d89db Replace SystemRegistry references by ISystemRegistry where possible 2007-04-19 11:55:33 +00:00
Martin Oberhuber
20f3bb7a54 Release [170932][api] revamp persistence manager interface 2007-04-19 10:41:00 +00:00
Martin Oberhuber
7d9f30289f Redo [170932][api][refactor] revamp persistence manager interface 2007-04-19 09:34:06 +00:00
Martin Oberhuber
801b6bc643 Release [182574] prevent duplicate deferred queries; [182622] no expand if no children; [179939] file contents encoding support for BIDI; [183134] getLocalHost() does not return Local 2007-04-19 09:27:35 +00:00
Martin Oberhuber
9ad9c16782 [183134] getLocalHost() does not return Local - applied patch from Tobias Schwarz. This checkin overrides [170932] in order to provide a stable I-build 2007-04-19 09:21:35 +00:00
David Dykstal
5be124e200 [170932][api][refactor] revamp persistence manager interface 2007-04-19 06:04:49 +00:00
Kushal Munir
d6c7ba4fad [179939] BIDI3.3: HCG Text files written in ASCII Hebrew do not look correctly. Do not download to UTF-8 encoding unnecessarily. Just download to the encoding that is specified for the remote file.
If an encoding is not explicitly specified, then download in the platform defalt encoding. Optimize dstore to download in the binary mode since encoding is no longer UTF-8.
2007-04-19 05:41:19 +00:00
Kushal Munir
49f5af68cc [179939] BIDI3.3: HCG Text files written in ASCII Hebrew do not look correctly. Do not download to UTF-8 encoding unnecessarily. Just download to the encoding that is specified for the remote file.
If an encoding is not explicitly specified, then download in the platform defalt encoding.
2007-04-19 04:51:30 +00:00
David McKnight
9c2d3393e7 [182622] dont' expand things that dont' have children 2007-04-18 17:53:05 +00:00
David McKnight
5923ec7386 [182574] prevent duplicate deferred queries to avoid empty list scenario. 2007-04-18 17:34:00 +00:00
Martin Oberhuber
878dd51257 Release dstore spirit fix from RSE 713; [180923] Connection not decorated with live image; [182382] Missing Titles on New Connection Wizard; [fix] NCW Double click handler for categories; [175153] Connection name field should not be prefilled; [142197] put host name field before connection name; [182982] fix for rename (recursive search instead of map lookup); [181180] no need for deferred query pref in UI; [181550] Unicode characters in patterns; [173629] avoid RXTX version output 2007-04-18 17:32:34 +00:00
Martin Oberhuber
d6bf036a17 [173629] avoid RXTX version output for newer RXTX libs 2007-04-18 17:25:46 +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
ecde99e3e7 [181180] no need for deferred query pref in ui 2007-04-18 16:10:45 +00:00
David McKnight
b06712a747 [182982] fix for rename so that if an item can't be found via map lookup, we use recursive search 2007-04-18 15:58:53 +00:00
Uwe Stieber
45cb699549 [fix] [142197] In New connection dialog, Host Name should be asked before Connection Name 2007-04-18 15:07:35 +00:00
Uwe Stieber
21878fa209 [fix] [175153] Connection name field should not be prefilled on first invocation of New Connection wizard 2007-04-18 15:04:35 +00:00
Uwe Stieber
548ba43cd3 [fix] Double click handler does not expand/collapse categories correctly 2007-04-18 10:47:00 +00:00