1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00
Find a file
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
discovery [175341][nls] Add NLS strings for both tmMilestoneUpdateSite and tmUpdateSite 2007-04-06 12:09:48 +00:00
releng Release potential fix for [180994] so we get a new dstore server for testing 2007-04-10 13:38:53 +00:00
rse [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
terminal [173730] [terminal] Provide an optional input line editing field for dumb remote systems 2007-04-11 16:31:57 +00:00