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

122 commits

Author SHA1 Message Date
Martin Oberhuber
426d0dbcfa Adding readme.txt repository info 2007-05-03 08:15:29 +00:00
Michael Scharf
2020cc540c make background thread a daemon 2007-04-26 12:59:56 +00:00
Martin Oberhuber
d6bf036a17 [173629] avoid RXTX version output for newer RXTX libs 2007-04-18 17:25:46 +00:00
Michael Scharf
8f5c9048e2 comment updated 2007-04-11 17:14:12 +00:00
Michael Scharf
204fdc0705 History behaves now like bash: editing entries in history are not persistent 2007-04-11 17:11:10 +00:00
Michael Scharf
c0580c4fe0 [181868] Terminal does not use the font set in the preference after restart of eclipse 2007-04-11 16:38:30 +00:00
Michael Scharf
572bf57a40 [173730] [terminal] Provide an optional input line editing field for dumb remote systems
- created an interface ICommandInputField with 3 methods: createControl,dispose and setFont.
- concrete class CommandInputFieldWithHistory creates a Text widget and keeps a history
- ITerminalViewControl has [sg]etCommandInputField. If null no input field is shown.
- TerminalView got new action TooggleCommandInputField
- TerminalView uses concrete class CommandInputFieldWithHistory and saves history in memento.

The idea is that all handling and widget creating is done in ICommandInputField. New fancy implementations with incremental search, history pop-up, history manager etc just have to implement ICommandInputField. Or enhance CommandInputFieldWithHistory...
2007-04-11 16:31:57 +00:00
Michael Scharf
966efba4b2 use SWT beep instead of AWT! 2007-04-11 01:37:32 +00:00
Michael Scharf
4ea9553ee3 [174313] Terminal View leaves empty, unscrolled space in the Terminal Widget 2007-04-10 22:31:08 +00:00
Martin Oberhuber
875e32a5cc [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
Martin Oberhuber
69e3611f4f [175686] Get rid of Platform CVS Dependency: Configure SSH through new IJschService and Prefs 2007-04-05 15:14:15 +00:00
Uwe Stieber
92320907ab [fix] remove non-standard net.sourceforge.metric.builder from project settings 2007-04-03 10:57:14 +00:00
Uwe Stieber
7f9be5d877 [fix] remove non-standard net.sourceforge.metric.builder from project settings 2007-04-03 10:51:32 +00:00
Michael Scharf
6178ce1f28 put a ':' after the titel only if the status is not empty 2007-03-15 14:20:56 +00:00
Michael Scharf
9da0e88f19 put a ':' after the title 2007-03-15 14:13:37 +00:00
Michael Scharf
8e6cb9781b [174955] Terminal should go to "disconnected" state when typing "exit"
Simplified the read loop and check for InterruptedIOException...
2007-02-27 04:35:53 +00:00
Martin Oberhuber
de7d109aa0 [175245] spell out feature neames for Europa site 2007-02-23 10:54:54 +00:00
Martin Oberhuber
8f9eba4858 [175241] Reference Milestone Update Site in all features 2007-02-23 10:15:34 +00:00
Michael Scharf
ee5fae7ae3 Bug 174953 connect fails when a previous telnet connection had failed
The Msg is used as state indicator, was not cleaned on a new connection
2007-02-22 00:57:01 +00:00
Martin Oberhuber
c57578ca49 [174795] dont make Terminal optional features explicit for UM 2007-02-21 22:31:10 +00:00
Martin Oberhuber
92a264cfa0 [174796] Dont make Terminal dependency on jsch explicit for UM 2007-02-21 22:28:46 +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
Martin Oberhuber
31c4b30bcb [cleanup] update copyright year 2007 2007-02-15 10:28:32 +00:00
Martin Oberhuber
f6f19182d7 [cleanup] update copyright year 2007 2007-02-15 10:01:26 +00:00
Martin Oberhuber
456f707b25 Fix broken N-builds: remove old packages after move in terminal.view 2007-02-15 08:45:07 +00:00
Martin Oberhuber
688bae48d1 Fix broken N-builds: redo access permissions after previous classpath change 2007-02-15 08:44:29 +00:00
Michael Scharf
51f924d27f Fixed the neming scheme to use tm.internal.terminal instead of tm.terminal.internal 2007-02-15 05:38:15 +00:00
Michael Scharf
be9d2cfd1b remove obsolete method 2007-02-15 05:21:39 +00:00
Michael Scharf
97911947c5 removed dependency to jface.text.TextViewer 2007-02-15 01:40:32 +00:00
Michael Scharf
df030c023f added bin to cvsignore 2007-02-08 23:50:39 +00:00
Martin Oberhuber
856228b794 [refactor] tm.terminal.ssh --> tm.internal.terminal.ssh 2007-02-08 17:40:54 +00:00
Martin Oberhuber
db5d48507d [cleanup] Export all packages, mark internals with x-internal (PDE Tools: Organize Manifests) 2007-02-08 17:36:28 +00:00
Martin Oberhuber
938dab3903 Update feature names for Europa to include the terms "End-User" and "Extender" 2007-02-08 16:51:03 +00:00
Michael Scharf
f69f60511c ITerminalConnector removed unused method getInputStream 2007-02-08 15:45:35 +00:00
Martin Oberhuber
6b1fbcfbed Allow access to gnu.io from RXTX when installed as JVM extension 2007-02-08 11:26:20 +00:00
Martin Oberhuber
36706a2d3f Improve Javadoc 2007-02-08 09:42:37 +00:00
Martin Oberhuber
2554eddc5c Improve Javadoc 2007-02-08 09:40:47 +00:00
Michael Scharf
422675f075 fixed warning 2007-02-08 04:19:53 +00:00
Michael Scharf
934302ac40 Simplified PageBook 2007-02-08 03:08:55 +00:00
Michael Scharf
a85df46f28 fixed warning 2007-02-07 21:32:41 +00:00
Michael Scharf
eb15a2c5f6 removed warmings and code cleanup 2007-02-02 04:25:13 +00:00
Michael Scharf
8306a2f0f5 removed warning: created preference initializer 2007-01-31 19:42:35 +00:00
Michael Scharf
5c3a49f509 make compatible with 3.2 2007-01-31 19:26:57 +00:00
Martin Oberhuber
d9654b70c8 [cleanup] Set default recommended warning level on all projects 2007-01-30 21:39:30 +00:00
Martin Oberhuber
0448185c85 [cleanup] define access rules for marking internal package access discouraged 2007-01-30 20:28:32 +00:00
Martin Oberhuber
ac40768eab [cleanup] avoid Platform internal access 2007-01-30 20:26:32 +00:00
Martin Oberhuber
b174869998 [cleanup] compiler warnings 2007-01-30 18:06:57 +00:00
Michael Scharf
151661c8fd reduced compiler warnings 2007-01-30 18:02:25 +00:00
Martin Oberhuber
a90292215f [cleanup] compiler warnings 2007-01-30 17:59:31 +00:00
Michael Scharf
94eb7432bc fix for bug 172023: when RXTX library is not installed, a warning is printed to the error log which includes the install instructions 2007-01-29 22:18:50 +00:00