-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathplugin.properties
More file actions
43 lines (36 loc) · 1.76 KB
/
plugin.properties
File metadata and controls
43 lines (36 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
###############################################################################
# Copyright (c) 2000, 2008 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=Console
providerName=Eclipse.org
ConsoleView.name=Console
ConsolePatternMatchListenerName= Console Pattern Match Listeners
ConsolePageParticipantName= Console Page Participants
ConsoleFactoryName= Console Factories
consoleViewConsoleFactory.name=New Console View
command.clear.name=Clear Console
command.clear.description=Clear Console
context.consoleview.name=In Console View
context.consoleview.description=In Console View
ansicon.prefpage.name = ANSI Support
command.category.name = ANSI Support Commands
command.copy_with_escapes.name = Copy Text With ANSI Escapes
command.copy_with_escapes.description = Copy the console content to clipboard, including the escape sequences
command.copy_without_escapes.name = Copy Text Without ANSI Escapes
command.copy_without_escapes.description = Copy the console content to clipboard, removing the escape sequences
command.enable_disable.name = Enable / Disable ANSI Support
command.enable_disable.description = Enable / disable ANSI Support
command.console.fontZoomIn.name = Zoom In Console Font
command.console.fontZoomIn.description = Increase the console font size
command.console.fontZoomOut.name = Zoom Out Console Font
command.console.fontZoomOut.description = Decrease the console font size