mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() The "Alt+V" key binding reported an error when installed into the Eclipse JEE package. This is resolved by making our TerminalContext a child of the Eclipse Window context. At the same time, provide better human-readable labels for the Terminal Edit Context (menu on Terminal Widget) and Terminal Typing Context. And, register more Alt+Char key bindings after carefully reviewing existing Eclipse Main Menus, shortcuts and expected readline support. Change-Id: I91c932cce428f7a7a3fa829d7776baa135474330 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com> |
||
---|---|---|
.. | ||
.settings | ||
icons | ||
META-INF | ||
schema | ||
src/org/eclipse/tm | ||
.classpath | ||
.cvsignore | ||
.options | ||
.project | ||
about.html | ||
about.ini | ||
about.mappings | ||
about.properties | ||
build.properties | ||
HelpContexts.xml | ||
plugin.properties | ||
plugin.xml | ||
pom.xml | ||
README.txt | ||
tm32.png |
Terminal README =============== The Terminal is a UI-less model of a grid of characters, plus an SWT widget that's updated asynchronously for maximum performance. The widget can be hooked up to various ITerminalConnectors providing an InputStream, OutputStream, and a method for setting the Terminal Size. The widget processes ANSI control characters, including NUL, backspace, carriage return, linefeed, and a subset of ANSI escape sequences sufficient to allow use of screen-oriented applications, such as vi, Emacs, and any GNU readline-enabled application (Bash, bc, ncftp, etc.). This is not yet a fully compliant vt100 / vt102 terminal emulator!