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

53 commits

Author SHA1 Message Date
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
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
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
Martin Oberhuber
de7d109aa0 [175245] spell out feature neames for Europa site 2007-02-23 10:54:54 +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
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
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
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
db5d48507d [cleanup] Export all packages, mark internals with x-internal (PDE Tools: Organize Manifests) 2007-02-08 17:36:28 +00:00
Michael Scharf
f69f60511c ITerminalConnector removed unused method getInputStream 2007-02-08 15:45:35 +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
a85df46f28 fixed warning 2007-02-07 21:32:41 +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
479e74ee2c [170814] avoid excessive sending of resize packets 2007-01-17 18:51:18 +00:00
Martin Oberhuber
e3b171930e Improved terminal logging 2007-01-17 18:50:22 +00:00
Martin Oberhuber
70a0832b1d Improve Terminal Logging by quoting characters. Move logs to "eclipselogs" 2007-01-03 11:52:41 +00:00
Martin Oberhuber
75f3d306dd Fix Terminal Widget Command Context descriptions 2006-12-20 18:42:02 +00:00
Martin Oberhuber
307ce06ce2 Rev up version numbers for 2.0M4 according to changes in plugins 2006-12-20 18:30:03 +00:00
Michael Scharf
7ac215b39e bug 168183: [terminal] Exception logged when switching to terminal view for the first time
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168183
moved the context and key bindings to the terminal plugin
2006-12-16 01:14:22 +00:00
Martin Oberhuber
f39a739c3d Rename and add branding for Terminal features 2006-12-15 09:41:16 +00:00
Michael Scharf
a72bc9ed55 clarified the comments 2006-12-11 22:14:44 +00:00
Michael Scharf
e49f27c4b1 telnet connector is called Telnet instead of Network 2006-12-11 22:04:52 +00:00
Michael Scharf
b9dfb44a5c log error messagen on extension loading 2006-12-07 20:35:32 +00:00
Martin Oberhuber
1d5738379f [167071] use telnet ports that cannot be mapped verbatim 2006-12-07 14:21:29 +00:00
Martin Oberhuber
89994e4eb2 [167071] use telnet ports that cannot be mapped verbatim 2006-12-07 14:16:24 +00:00
Martin Oberhuber
f5e7dae7ac Switch terminal to standard RSE jdt.core.prefs 2006-12-07 13:43:20 +00:00
Martin Oberhuber
45afc376c9 Add README for Terminal widget 2006-12-07 13:26:07 +00:00
Martin Oberhuber
173795e905 Add about.html to terminal plugins 2006-12-07 11:07:43 +00:00
Martin Oberhuber
9d59d4087a [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:26:20 +00:00
Martin Oberhuber
c0ecadde56 [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:19:22 +00:00
Martin Oberhuber
405deafe39 [cleanup] fix terminal copyright headers and beautify 2006-12-07 10:04:34 +00:00
Michael Scharf
d9a0758560 removed obsolete methods 2006-12-06 03:26:05 +00:00
Michael Scharf
3e14df2bdb store timeout in settings 2006-12-06 02:57:03 +00:00
Martin Oberhuber
6e479efcc0 [cleanup] Add .options file for tracing 2006-12-04 14:52:19 +00:00
Martin Oberhuber
20f6af8dc8 [cleanup] Add .options file for tracing 2006-12-04 14:45:44 +00:00
Martin Oberhuber
a7d8478697 [cleanup] Add missing copyrights 2006-12-04 14:10:41 +00:00
Martin Oberhuber
c85979724b [cleanup] fix javadoc warnings 2006-12-04 10:42:29 +00:00
Michael Scharf
03e5df54c2 use .qualifier in plugin and feature versions 2006-12-02 06:17:11 +00:00
Michael Scharf
41bbcca99f organized imports 2006-12-01 14:51:29 +00:00
Michael Scharf
4110b4e9cf changed version to 0.9.0 2006-12-01 14:50:06 +00:00
Michael Scharf
3ee369fe6a bug 165177: split the plugin into the terminal view and connection contributions 2006-12-01 03:08:19 +00:00
Michael Scharf
ea86fef2ec test check in 2006-11-15 11:39:08 +00:00