File: plugin.properties

package info (click to toggle)
eclipse-platform 4.29-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 70,168 kB
  • sloc: java: 524,463; xml: 64,602; javascript: 4,902; jsp: 4,210; ansic: 870; makefile: 38
file content (39 lines) | stat: -rw-r--r-- 1,547 bytes parent folder | download
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
###############################################################################
# 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