1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
Commit graph

162 commits

Author SHA1 Message Date
Martin Oberhuber
386321b71b [227537] moved actions from terminal.view to terminal plugin (apply Patch from Anna Dushistova) 2008-04-25 20:20:45 +00:00
Martin Oberhuber
bbc8c41279 [227537] moved actions from terminal.view to terminal plugin (apply Patch from Anna Dushistova) 2008-04-25 20:14:53 +00:00
Martin Oberhuber
c5e8c11303 [cleanup] Fix Copyright Year 2008-04-17 10:13:57 +00:00
Michael Scharf
c18cb2eaa9 NEW - bug 224989: Support contributed services over Terminal connections
https://bugs.eclipse.org/bugs/show_bug.cgi?id=224989
2008-04-15 20:19:09 +00:00
Martin Oberhuber
6bac5c3e7f [168197][terminal] Replace JFace MessagDialog by SWT MessageBox 2008-04-11 20:38:06 +00:00
Martin Oberhuber
400e0612fa [168197] Fix Terminal for CDC-1.1/Foundation-1.1 2008-04-11 17:37:14 +00:00
Michael Scharf
7085803193 bug 225853: [terminal][api][breaking] Abstract base class TerminalConnectorImpl should provide more default functionality
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225853

Applied patch by Martin Oberhuber
2008-04-05 00:24:14 +00:00
Martin Oberhuber
5b0837cf7f [cleanup] Update Javadocs 2008-04-04 17:07:49 +00:00
Martin Oberhuber
8292c6761b [cleanup] Update Javadocs 2008-04-04 17:07:27 +00:00
Martin Oberhuber
76e2d6090d [cleanup] Fix copyright dates 2008-04-04 16:31:46 +00:00
Martin Oberhuber
3f754c0fc3 [cleanup] Fix Copyright 2008-04-04 16:22:14 +00:00
Martin Oberhuber
dc360b86c0 [200541] Update Javadocs 2008-04-04 16:09:43 +00:00
Martin Oberhuber
ebc6ee7a2c [200541] Update Javadocs 2008-04-04 16:04:44 +00:00
Martin Oberhuber
3edd78c8c8 [200541] Update Javadocs 2008-04-04 15:57:20 +00:00
Martin Oberhuber
f432d8aebd [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:36:12 +00:00
Martin Oberhuber
d25a0c1780 [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:26:40 +00:00
Martin Oberhuber
6e7c3f740e [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:25:53 +00:00
Martin Oberhuber
1692d941ab [200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags 2008-04-04 15:23:10 +00:00
Martin Oberhuber
7cd42a7466 [cleanup] Fix typos 2008-04-04 14:58:14 +00:00
Michael Scharf
c91dfb4717 bug 200541: [terminal][api] TerminalConnectorProxy class should be removed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=200541
The attached patch contains the following changes:
- ITerminalConnectorInfo is gone
- ITerminalConnector is now the client interface
- the implmentation is in org.eclipse.tm.internal.terminal.connector.TerminalConnector
  (was TerminalConnectorExtension.TerminalConnectorProxy)
- TerminalConnector is adaptable and can be adapted to the TerminalConnectorImpl
- the terminalConnector extension now requires extensions to implement TerminalConnectorImpl
  (was ITerminalConnector before)
- a test added for TerminalConnector
2008-04-04 13:52:27 +00:00
Martin Oberhuber
14af215d50 [cleanup] Add @noimplement and similar API Tools Javadoc Markup 2008-03-28 14:27:50 +00:00
Martin Oberhuber
57e9f05d8b [cleanup] add compiler warning for missing parameter of standard javadoc tags 2008-03-28 13:24:14 +00:00
Martin Oberhuber
24ba529260 [cleanup] Switch on API Tooling checks for terminal and discovery 2008-03-16 20:19:58 +00:00
Martin Oberhuber
7b9e0976b0 [196447] The optional terminal input line should be resizeable 2008-02-29 16:48:59 +00:00
Martin Oberhuber
f5147e4140 [cleanup] fix some comments and copyright dates 2008-02-26 02:54:00 +00:00
Martin Oberhuber
87e329df34 [cleanup] fix some comments and copyright dates 2008-02-26 02:43:54 +00:00
Martin Oberhuber
4e62b55a1f RESOLVED - bug 217675: NPE or SWTException when closing Terminal View while connection establishing 2008-02-13 16:00:54 +00:00
Michael Scharf
ea34bb4360 RESOLVED - bug 209818: [terminal] Remove the old terminal implementation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=209818
2008-02-13 14:39:26 +00:00
Michael Scharf
509cda7756 RESOLVED - bug 217675: NPE or SWTException when closing Terminal View while connection establishing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=217675
2008-02-13 14:14:07 +00:00
Michael Scharf
9333cc2d45 RESOLVED - bug 206328: [regression] Terminal does not draw correctly with proportional font
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206328
2008-02-13 02:23:49 +00:00
Martin Oberhuber
f09eae6477 [cleanup] fix copyright notices for 2008 2008-02-13 00:28:51 +00:00
Martin Oberhuber
32ea48c2d9 [cleanup] fix copyright notices for 2008 2008-02-12 23:51:21 +00:00
Martin Oberhuber
63b42e712d [cleanup] fix copyright notices for 2008 2008-02-12 22:22:00 +00:00
Martin Oberhuber
ea73d1cd2e [217891][cleanup] Avoid Javadoc warnings due to missing reference visibility 2008-02-05 19:46:59 +00:00
Martin Oberhuber
3f705b5db7 [199285][api][breaking] make terminal connector id required again in plugin.xml 2008-02-05 18:00:19 +00:00
Martin Oberhuber
57506f1f0c Manifest: migrate Eclipse-LazyStart to Bundle-ActivationPolicy 2008-02-01 13:16:09 +00:00
Michael Scharf
236027f61c RESOLVED - bug 211659: Add FieldAssist to the terminal input field
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211659
(coments added)
2008-01-22 22:40:51 +00:00
Michael Scharf
d75235d2d0 FIXED - bug 211659: Add FieldAssist to the terminal input field
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211659
2008-01-22 20:24:06 +00:00
Michael Scharf
903af81383 RESOLVED - bug 211659: Add FieldAssist to the terminal input field
https://bugs.eclipse.org/bugs/show_bug.cgi?id=211659
2007-11-30 23:51:31 +00:00
Michael Scharf
0d55051669 RESOLVED - bug 209746: [terminal] There are cases where some colors not displayed correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=209746
2007-11-15 01:37:41 +00:00
Michael Scharf
9f10faedc8 bug 209665: Need ability to log byte streams from Terminal for debugging
https://bugs.eclipse.org/bugs/show_bug.cgi?id=209665
2007-11-14 06:15:07 +00:00
Martin Oberhuber
4910ed9bc9 Update Terminal README for new fast implementation 2007-11-13 12:31:34 +00:00
Martin Oberhuber
1e46f2b6cd Rev up plugin and feature versions towards TM 3.0 2007-10-31 18:13:23 +00:00
Martin Oberhuber
fe983c888c [208166] Avoid unnecessary arraycopy in BoundedByteBuffer 2007-10-31 00:47:20 +00:00
Martin Oberhuber
0334a2e1ed [207785] NPE when trying to send char while no longer connected 2007-10-30 23:19:13 +00:00
Martin Oberhuber
02f20b5086 [208145] Terminal prints garbage after quick disconnect-reconnect 2007-10-30 22:38:44 +00:00
Michael Scharf
46c49d37c3 NEW - bug 206328: [regression] Terminal does not draw correctly with proportional font
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206328
2007-10-26 05:42:19 +00:00
Michael Scharf
54925f0d08 FIXED - bug 206328: [regression] Terminal does not draw correctly with proportional font
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206328
patch applied
2007-10-26 05:13:35 +00:00
Michael Scharf
41f91667e5 bug 206892: [terminal][serial] Incorrect connected state when COM port is owned by another terminal
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206892
fixed the accidentally reversed logic!
2007-10-22 07:35:06 +00:00
Michael Scharf
ea883b0865 NEW - bug 206883: [terminal][leak] VT100TerminalControl keeps a Job running even after disconnect
https://bugs.eclipse.org/bugs/show_bug.cgi?id=206883
applied patch by Martin Oberhuber
2007-10-22 05:08:24 +00:00