1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/terminal
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
..
org.eclipse.tm.terminal [173730] [terminal] Provide an optional input line editing field for dumb remote systems 2007-04-11 16:31:57 +00:00
org.eclipse.tm.terminal-feature [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
org.eclipse.tm.terminal.sdk-feature [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
org.eclipse.tm.terminal.serial [fix] remove non-standard net.sourceforge.metric.builder from project settings 2007-04-03 10:57:14 +00:00
org.eclipse.tm.terminal.serial-feature [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
org.eclipse.tm.terminal.ssh [175686] Get rid of Platform CVS Dependency: Configure SSH through new IJschService and Prefs 2007-04-05 15:14:15 +00:00
org.eclipse.tm.terminal.ssh-feature [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
org.eclipse.tm.terminal.view [173730] [terminal] Provide an optional input line editing field for dumb remote systems 2007-04-11 16:31:57 +00:00
org.eclipse.tm.terminal.view-feature [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00