Skip to content

Commit

Permalink
[#387] Remove "SwagEdit" references from validation error and warning…
Browse files Browse the repository at this point in the history
… messages
  • Loading branch information
ghillairet committed Sep 28, 2017
1 parent 1836378 commit 2ea531c
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions com.reprezen.swagedit.core/plugin.xml
Expand Up @@ -31,9 +31,9 @@
<extension
point="org.eclipse.ui.contexts">
<context
description="Context for SwagEdit"
description="Context for KaiZen Editor"
id="com.reprezen.swagedit.context"
name="SwagEdit"
name="KaiZen Editor"
parentId="org.eclipse.ui.textEditorScope">
</context>
</extension>
Expand Down
Expand Up @@ -415,7 +415,7 @@ protected void validate() {
}

protected void runValidate(final boolean onOpen) {
new SafeWorkspaceJob("Update SwagEdit validation markers") {
new SafeWorkspaceJob("Update KaiZen Editor validation markers") {

@Override
public IStatus doRunInWorkspace(IProgressMonitor monitor) throws CoreException {
Expand Down
Expand Up @@ -41,7 +41,7 @@

/*
* Identical implementation of a BufferedRuleBasedScanner than YAMLScanner but makes
* use of SwagEdit PreferenceStore to set SwagEdit colors instead of YEdit colors.
* use of KaiZen Editor PreferenceStore to set KaiZen Editor colors instead of YEdit colors.
*
* This implementation is necessary due to the lack of possibility to override YAMLScanner
* usage of a preference store.
Expand Down
Expand Up @@ -9,7 +9,7 @@
# ModelSolv, Inc. - initial API and implementation and/or initial documentation
###############################################################################

error_missing_reference= Invalid Reference - KaiZen Editor was unable to resolve the reference. \n\
error_missing_reference= Invalid Reference - Unable to resolve the reference. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
error_invalid_reference= Invalid Reference Syntax - The referenced path or URI may contain invalid characters. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
Expand Down
2 changes: 1 addition & 1 deletion com.reprezen.swagedit.openapi3.tests/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SwagEdit Tests
Bundle-Name: KaiZen Editor Tests
Bundle-SymbolicName: com.reprezen.swagedit.openapi3.tests
Bundle-Version: 0.8.0.qualifier
Fragment-Host: com.reprezen.swagedit.openapi3;bundle-version="0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion com.reprezen.swagedit.openapi3/plugin.xml
Expand Up @@ -72,7 +72,7 @@
point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets">
<target
id="com.reprezen.swagedit.openapi3.hyperlink.target"
name="SwagEdit OpenAPI v3">
name="KaiZen Editor OpenAPI v3">
<context type="org.eclipse.ui.texteditor.ITextEditor"/>
</target>
</extension>
Expand Down
Expand Up @@ -39,7 +39,7 @@ public NewOpenApiV3SpecWizardPage(IStructuredSelection selection) {
super("SwagEditNewWizardPage", selection);
setTitle("OpenAPI v3 Spec");
setDescription(
"This wizard creates a new OpenAPI v3 Spec in YAML format, which can be opened in SwagEdit.");
"This wizard creates a new OpenAPI v3 Spec in YAML format, which can be opened in KaiZen Editor.");
setImageDescriptor(Activator.imageDescriptorFromPlugin(Activator.PLUGIN_ID, "icons/openAPI_64.png"));
setFileExtension(extension);
}
Expand Down
2 changes: 1 addition & 1 deletion com.reprezen.swagedit.repository/category.xml
Expand Up @@ -3,5 +3,5 @@
<feature url="features/com.reprezen.swagedit.feature_0.8.0.qualifier.jar" id="com.reprezen.swagedit.feature" version="0.8.0.qualifier">
<category name="com.reprezen.swagedit"/>
</feature>
<category-def name="com.reprezen.swagedit" label="SwagEdit"/>
<category-def name="com.reprezen.swagedit" label="KaiZen Editor"/>
</site>
2 changes: 1 addition & 1 deletion com.reprezen.swagedit.tests/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: SwagEdit Tests
Bundle-Name: KaiZen Editor Tests
Bundle-SymbolicName: com.reprezen.swagedit.tests
Bundle-Version: 0.8.0.qualifier
Fragment-Host: com.reprezen.swagedit;bundle-version="0.8.0"
Expand Down
10 changes: 5 additions & 5 deletions com.reprezen.swagedit/plugin.xml
Expand Up @@ -143,7 +143,7 @@
<extension point="com.github.eclipsecolortheme.mapper">
<mapper
class="com.github.eclipsecolortheme.mapper.GenericMapper"
name="SwagEdit"
name="KaiZen Editor"
pluginId="com.reprezen.swagedit"
xml="resources/com.reprezen.swagedit.xml"/>
</extension>
Expand All @@ -152,7 +152,7 @@
point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets">
<target
id="com.reprezen.swagedit.hyperlink.target"
name="SwagEdit">
name="KaiZen Editor">
<context type="org.eclipse.ui.texteditor.ITextEditor"/>
</target>
</extension>
Expand Down Expand Up @@ -184,14 +184,14 @@

<extension
point="org.eclipse.ui.themes">
<themeElementCategory label="SwagEdit" id="com.reprezen.swagedit.editor.presentation"/>
<themeElementCategory label="KaiZen Editor" id="com.reprezen.swagedit.editor.presentation"/>
<fontDefinition
categoryId="com.reprezen.swagedit.editor.presentation"
defaultsTo="org.eclipse.jface.textfont"
id="com.reprezen.swagedit.editor.textfont"
label="SwagEdit Text Font">
label="KaiZen Editor Text Font">
<description>
This font is used by Swagger editor.
This font is used by KaiZen Editor.
</description>
</fontDefinition>
</extension>
Expand Down
Expand Up @@ -22,7 +22,7 @@ error_additional_properties_not_allowed = object has properties %s which are not
error_required_properties = object has missing required properties %s
error_duplicate_keys = Duplicate key: the object has more than one property named %s
error_cannot_read_content = Unable to read content. It may be invalid YAML
error_missing_reference= Invalid Reference - KaiZen Editor was unable to resolve the reference. \n\
error_missing_reference= Invalid Reference - Unable to resolve the reference. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
error_invalid_reference= Invalid Reference Syntax - The referenced path or URI may contain invalid characters. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
Expand Down

0 comments on commit 2ea531c

Please sign in to comment.