mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 13:42:30 +02:00

A C/C++ test runner client demonstrating the functionality of Unit Test View bundle. See: https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/171116 for Unit Test bundle proposal Also-By: Mickael Istria <mistria@redhat.com> Also-By: Alexander Kurtakov <akurtako@redhat.com> Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com> Change-Id: I93bc368549a640906a198e04456d5f9fd87eedb5
24 lines
837 B
INI
24 lines
837 B
INI
# about.ini
|
|
# contains information about a feature
|
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
|
# "%key" are externalized strings defined in about.properties
|
|
# This file does not need to be translated.
|
|
|
|
# Property "aboutText" contains blurb for "About" dialog (translated)
|
|
aboutText=%blurb
|
|
|
|
# Property "windowImage" contains path to window icon (16x16)
|
|
# needed for primary features only
|
|
|
|
# Property "featureImage" contains path to feature image (32x32)
|
|
featureImage=cdt_logo_icon32.png
|
|
|
|
# Property "aboutImage" contains path to product image (500x330 or 115x164)
|
|
# needed for primary features only
|
|
|
|
# Property "appName" contains name of the application (translated)
|
|
# needed for primary features only
|
|
|
|
# Property "welcomePerspective" contains the id of the perspective in which the
|
|
# welcome page is to be opened.
|
|
# optional
|