[eeedit commit] r90 - trunk/eeedit

0 views
Skip to first unread message

codesite...@google.com

unread,
Nov 19, 2007, 8:22:39 AM11/19/07
to eeedi...@googlegroups.com
Author: davidterei
Date: Mon Nov 19 05:22:05 2007
New Revision: 90

Modified:
trunk/eeedit/plugin.xml

Log:
Change default editor to the 'New Window' version. While it eats up
resources it works with vim being embedded and doesn't confuse users as much.

Modified: trunk/eeedit/plugin.xml
==============================================================================
--- trunk/eeedit/plugin.xml (original)
+++ trunk/eeedit/plugin.xml Mon Nov 19 05:22:05 2007
@@ -24,7 +24,7 @@
point="org.eclipse.ui.editors">
<editor
class="org.eeedit.vimplugin.editors.VimEditor"
- default="true"
+ default="false"
extensions="txt, java, tex, c, h"
filenames="README"
icon="icons/vim16x16.gif"
@@ -39,7 +39,7 @@
<editor
class="org.eeedit.vimplugin.editors.VimEditorNewWindow"
contributorClass="org.eeedit.vimplugin.VimActionContributor"
- default="false"
+ default="true"
extensions="txt, java, tex, c, h"
filenames="README"
icon="icons/vim16x16.gif"

Reply all
Reply to author
Forward
0 new messages