Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 232615 Details for
Bug 411305
VI should be vi in the UI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
fix
file_411305.txt (text/plain), 1.82 KB, created by
Silenio Quarti
on 2013-06-20 14:37:34 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Silenio Quarti
Created:
2013-06-20 14:37:34 EDT
Size:
1.82 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/edit/setup.js b/bundles/org.eclipse.orion.client.ui/web/edit/setup.js >index b5b28f1..5d22db4 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/edit/setup.js >+++ b/bundles/org.eclipse.orion.client.ui/web/edit/setup.js >@@ -138,7 +138,7 @@ > emacs = new mEmacs.EmacsMode(textView); > } > textView.addKeyMode(emacs); >- } else if (settings.keyBindings === "VI") { //$NON-NLS-0$ >+ } else if (settings.keyBindings === "vi") { //$NON-NLS-0$ > if (!vi) { > vi = new mVI.VIMode(textView, statusReporter); > } >diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/settings/EditorSettings.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/settings/EditorSettings.js >index 7743748..6a5e2af 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/settings/EditorSettings.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/settings/EditorSettings.js >@@ -19,7 +19,7 @@ > var KEY_MODES = [ > messages.Default, > "Emacs", //$NON-NLS-0$ >- "VI" //$NON-NLS-0$ >+ "vi" //$NON-NLS-0$ > ]; > > function EditorSettings(options, node) { >diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/themes/editor/LocalEditorSettings.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/themes/editor/LocalEditorSettings.js >index 4eaf360..15085f5 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/themes/editor/LocalEditorSettings.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/themes/editor/LocalEditorSettings.js >@@ -176,9 +176,9 @@ > > function addKeysPicker( prefs ){ > var keys = [ >- "Default", >+ messages.Default, > "Emacs", //$NON-NLS-0$ >- "VI" //$NON-NLS-0$ >+ "vi" //$NON-NLS-0$ > ]; > var options = []; > for( var i= 0; i < keys.length; i++ ){
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 411305
: 232615