1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-14 19:55:45 +02:00
Commit graph

4166 commits

Author SHA1 Message Date
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
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
Uwe Stieber
5e7a992873 [fix] [182382] Missing Titles on New Connection Wizard Pages 2007-04-18 10:07:56 +00:00
Uwe Stieber
dd3cb955c7 [fix] [180923] Connection not decorated with live image descriptor if system type does not define own images 2007-04-18 08:44:13 +00:00
David McKnight
9bc33d000e spirit fix found in RSE 713 applied to open source 2007-04-17 20:21:22 +00:00
Martin Oberhuber
bdf0d4f92c Change EFS plugin name to remove "Experimental" 2007-04-17 07:59:11 +00:00
David McKnight
12f289f910 slowing down element remover..making it wait longer because it doesn't need to run so frequently. 2007-04-16 12:49:20 +00:00
David McKnight
18f3cca4b0 [180568] moving interfaces to internal 2007-04-12 20:32:06 +00:00
David McKnight
ce7eb4c4b0 [180568] moving interfaces to internal 2007-04-12 20:26:13 +00:00
David McKnight
f3b73bb973 [180994] connect all action should use a job so that subsystem.connect(IProgressMonitor, boolean) can be called from a single worker thread. 2007-04-12 13:24:33 +00:00
David McKnight
edce489958 adding tracing for commands 2007-04-11 21:37:41 +00:00
David McKnight
a6bb67ab14 adding tracing for commands 2007-04-11 21:36:27 +00:00
David McKnight
a0aceb898d uncommenting line for diagnostics 2007-04-11 21:14:08 +00:00
David McKnight
c002efb2d6 [180526] import/export and user actions to internal 2007-04-11 19:57:27 +00:00
David McKnight
552569591e [180526] user actions to internal 2007-04-11 19:51:46 +00:00
Martin Oberhuber
651edc45f3 [181917] EFS Improvements: Avoid unclosed Streams,
- Fix early startup issues by deferring FileStore evaluation and classloading,
  - Improve performance by RSEFileStore instance factory and caching IRemoteFile.
  - Also remove unnecessary class RSEFileCache and obsolete branding files.
2007-04-11 19:27:10 +00:00
David McKnight
b929b9ccc6 [181486] handle the absolute name specialy for SystemFilterSimple 2007-04-11 18:55:09 +00:00
David McKnight
402956f86f [181847] null adapter check 2007-04-11 18:12:01 +00:00
David McKnight
6cfb4e0fba [180994] I still can't reproduce this problem but Martin pointed out that the ClientUpdateHandler is not finishing on disconnect. I've fixed that here by making sure that finish calls notifyAll(). 2007-04-11 13:01:17 +00:00
Uwe Stieber
bf9cf5a671 [sync] Add proper group markers to the toolbar groups. Re-used the context menu group markers for easier orientation 2007-04-11 08:45:09 +00:00
David McKnight
f6e7310a3a [176603] connect(IProgressMonitor, boolean forcePrompt) 2007-04-10 16:26:03 +00:00
David McKnight
97e60bc916 [180994] I can't reproduce this problem but there was a locking problem recently discovered in version 7 RSE. I've put the fix here although I can't be sure if it fixes the problem Dave D and Martin are seeing. 2007-04-07 20:24:48 +00:00
Martin Oberhuber
c968891174 Add doc reminder 2007-04-06 21:30:09 +00:00
Kushal Munir
c7642d11a5 [170916] [plan][efs] Fix and improve the RSE EFS integration. Implement childInfos() to get info about all children at once, rather than calling fetchInfo() for each child which would mean network access for each child. This is a big performance improvement. 2007-04-06 17:04:14 +00:00
Kushal Munir
5577903f02 [170916] [plan][efs] Fix and improve the RSE EFS integration. Remove unnecessary implementation of local file cache. 2007-04-06 16:19:26 +00:00
Martin Oberhuber
f3435b0150 [181394][contributed] Fix incorrect elements shown below filters by fixing getAbsoluteName() of filter and pool references to include context 2007-04-06 12:56:24 +00:00
Martin Oberhuber
eedb7b4c9c [cleanup] update javadoc 2007-04-06 12:42:15 +00:00
Martin Oberhuber
d4881b58d7 [180874] progress dialog when creating remote project 2007-04-06 11:31:58 +00:00
Martin Oberhuber
8022c9712d SSH Tracing: add filename to getFile 2007-04-06 10:07:26 +00:00
Martin Oberhuber
c013e2aede SSH Tracing: add filename to getFile 2007-04-06 10:04:42 +00:00
Martin Oberhuber
f5e4eca250 SSH Tracing: add filename to getFile 2007-04-06 10:04:06 +00:00
Kushal Munir
b0cd9eb3e0 [170916] [plan][efs] Fix and improve the RSE EFS integration. Simplify the implementation and get rid of URI to filestore caching which is unenecessary and dangerous. 2007-04-06 04:56:25 +00:00
Kushal Munir
1c629b9a94 [180091] EFS project fails to open on workbench startup. Now only return a handle on workbench startup instead of trying to connect. This means that an EFS project will be closed on workbench startup. The user will have to right click on the project and select Open Project. 2007-04-05 20:47:43 +00:00
David Dykstal
a20092ebdf [cleanup] make IRSEDOMExporter & IRSEDOMImporter internal, add package.html 2007-04-05 19:28:07 +00:00
David Dykstal
cafd9f15eb [150939] added readOnly attribute to IProperty 2007-04-05 18:51:14 +00:00
David McKnight
092ed936f3 [181222] for SystemResoruceSelectionInputProvider (used by file dialog) the initial connection should be set 2007-04-05 17:00:18 +00:00
Kushal Munir
7d4bb4f754 [180602] [api] Remove Communications Daemon and associated classes. Get rid of all associated messages and F1 help as well. 2007-04-05 16:46:45 +00:00
David McKnight
364077fab3 [181222] prevent null set when there is not initial file name (SaveAsForm appears to have expected an initial file name). 2007-04-05 16:40:35 +00:00
David McKnight
8dcbb6ec39 [181197] only need to fire a create event for file transfer operations. The additional refresh was redundant and causes the problem of the monitor getting cancelled since two jobs end up doing the same thing 2007-04-05 16:22:38 +00:00
Martin Oberhuber
cec805307d [cleanup] update javadoc 2007-04-05 16:01:26 +00:00
David McKnight
1ba9a8256e [181069] can't do a query to get context for saving shell states. Need a new API for IRemoteCommandShell to getContextString() so that a query can be avoided at this point. 2007-04-05 15:48:58 +00:00
David Dykstal
9f181bbfcf [177882] Fixed PropertyFileProvider for garbling of CJK characters. 2007-04-05 15:17:31 +00:00