mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
[260792] Default prompt text color/background color for Remote Shell view is difficult to see
This commit is contained in:
parent
9bb553065e
commit
49417775cf
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Martin Oberhuber (Wind River) - [185552] Remove remoteSystemsViewPreferencesActi
|
||||||
Anna Dushistova (MontaVista) - [227535] [rseterminal][api] terminals.ui should not depend on files.core
|
Anna Dushistova (MontaVista) - [227535] [rseterminal][api] terminals.ui should not depend on files.core
|
||||||
Anna Dushistova (MontaVista) - [234274][api] Launch Shell / Terminal commands menu placement and category
|
Anna Dushistova (MontaVista) - [234274][api] Launch Shell / Terminal commands menu placement and category
|
||||||
David McKnight (IBM) - [160105] [usability] Universal action needed to locate a resource in the Remote Systems View
|
David McKnight (IBM) - [160105] [usability] Universal action needed to locate a resource in the Remote Systems View
|
||||||
|
David McKnight (IBM) - [260792] Default prompt text color/background color for Remote Shell view is difficult to see
|
||||||
-->
|
-->
|
||||||
<?eclipse version="3.1"?>
|
<?eclipse version="3.1"?>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -411,7 +411,7 @@ David McKnight (IBM) - [160105] [usability] Universal action needed to
|
||||||
<colorDefinition
|
<colorDefinition
|
||||||
label="%RemoteCommandsPrompt.label"
|
label="%RemoteCommandsPrompt.label"
|
||||||
categoryId="org.eclipse.rse.ui.remotecommandsview.presentation"
|
categoryId="org.eclipse.rse.ui.remotecommandsview.presentation"
|
||||||
value="COLOR_GREEN"
|
value="COLOR_DARK_GREEN"
|
||||||
id="REMOTE_COMMANDS_VIEW_PROMPT_COLOR">
|
id="REMOTE_COMMANDS_VIEW_PROMPT_COLOR">
|
||||||
<description>
|
<description>
|
||||||
%RemoteCommandsPrompt.description
|
%RemoteCommandsPrompt.description
|
||||||
|
|
Loading…
Add table
Reference in a new issue