You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
(12) |
Apr
(19) |
May
(16) |
Jun
(5) |
Jul
|
Aug
(4) |
Sep
(25) |
Oct
(49) |
Nov
(9) |
Dec
(2) |
2008 |
Jan
(2) |
Feb
(13) |
Mar
(4) |
Apr
(11) |
May
(35) |
Jun
(4) |
Jul
(10) |
Aug
(5) |
Sep
(24) |
Oct
(8) |
Nov
(25) |
Dec
(35) |
2009 |
Jan
(10) |
Feb
(12) |
Mar
(20) |
Apr
(30) |
May
(35) |
Jun
(27) |
Jul
(42) |
Aug
(8) |
Sep
(2) |
Oct
|
Nov
(4) |
Dec
(8) |
2010 |
Jan
(7) |
Feb
(9) |
Mar
(2) |
Apr
(2) |
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(2) |
Jul
(2) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2007-05-18 08:08:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4318913 By: tbessie I get the exact same error when I try to use the plugin (open a file): java.lang.NullPointerException at org.vim.vimplugin.editors.VimEditor.sendCmd(VimEditor.java:169) at org.vim.vimplugin.editors.VimEditor.createPartControl(VimEditor.java:149) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.jav a:596) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReferenc e.java:566) at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Presentable Part.java:140) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(Pres entablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftTo RightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPar t(TabbedStackPresentation.java:394) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.jav a:1144) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1097) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1311) at org.eclipse.ui.internal.PartStack.add(PartStack.java:455) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102) at org.eclipse.ui.internal.PartStack.add(PartStack.java:441) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:111) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.ja va:60) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:2 17) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207 ) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:822 ) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager .java:721) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:682) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.ja va:2593) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2528 ) at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2520) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2505) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2500) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2485) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:388) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:350) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:98) at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.jav a:98) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGr oup.java:125) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGr oup.java:328) at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigato r.java:679) at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.ja va:434) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:817) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:81 5) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java: 1069) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.jav a:1168) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:249) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:243) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:283) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator. java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication( EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp pLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=515682 |
From: Toph <fan...@gm...> - 2007-05-16 21:55:35
|
Hello all, I attempted earlier to get vimplugin working and was having some trouble, no doubt due to the fact that I am using vim for Windows and not Cygwin, but I was wondering if it was possible. Before I start playing around with code, I thought I would ask if there was a particular reason that it didn't work (i.e. Windows isn't Posix compliant or something). If it can be done fairly easily, I would really love to work on it within the next few days. I just started back up with Java for a project on which I am working and it would be superbly nice to have Vim back. Thanks for the help and have a wonderful day! -- Topher Fangio Software Developer Frac Tech Services, Ltd. fan...@gm... (325) 660-7141 |
From: Sebastian M. <seb...@un...> - 2007-05-15 20:12:48
|
Am Montag, den 14.05.2007, 18:37 -0700 schrieb fee...@pr...: > Recent Vimplugin Wiki posts: > > http://vimplugin.sourceforge.net/wiki/pmwiki.php?n=Site.AllRecentChanges > > * Community.Comments . . . May 14, 2007, at 06:37 PM by > Chiacchierini Doh, that's spam Seb. |
From: David F. <fis...@ia...> - 2007-05-15 14:20:13
|
> -----Original Message----- > From: vim...@li... > [mailto:vim...@li...] On > Behalf Of Nageshwar > Sent: Tuesday, May 15, 2007 8:46 AM > To: Sebastian Menge > Cc: David Anthony Terei; Bram Moolenaar; > vim...@li... > Subject: [vimplugin_eclipse] Re: [vimplugin-devel] Google > Summer of Code > > Hi Sebastian, > As I have done a lot of changes, I'm sending the whole > project code in tgz format instead of a patch. > The functionalities that I included are: > =============================== > 1) We Can open multiple instances of vim > 2) We Can also open files in a single vim instance (as > buffers) (this is default) > 3) If we close editor tab in eclipse, gvim automatically closes down. > 4) If we do any changes in vim, IDE knows abt that and > enables save, saveas options > ( And also asks for saving when we close the ide editor) > 5) We can save changes from IDE. > 6) If we select an vim editor tab in eclipse then > corresponding vim window will raise.If it is a buffer, the > buffer will be showed. > 7) I almost completed key sequence triggering part by taking > keyCommand from vim.That will be completed in a while. > > What Needs to be done: > ==================== > 1) Enabling KeyStroke support > 2) Showing compilation,syntax error messages ( possible if we > use org.eclipse.ui.texteditor instead of EditorPart). But vim > should provide an interface for this. > 3) Embedding the gvim inside eclipse ( but it is very > difficult, i guess.. so far I didn't find any possible way > for this.) If we didn't find a way, then instead of using > gvim, we can continue with embedding terminal vim.(here also > we follows the same protocol) > 4) Eliminating Bugs Wow, way to go! Dave |
From: Nageshwar <nag...@st...> - 2007-05-15 12:45:39
|
Hi Sebastian, As I have done a lot of changes, I'm sending the whole project code in tgz format instead of a patch. The functionalities that I included are: =============================== 1) We Can open multiple instances of vim 2) We Can also open files in a single vim instance (as buffers) (this is default) 3) If we close editor tab in eclipse, gvim automatically closes down. 4) If we do any changes in vim, IDE knows abt that and enables save, saveas options ( And also asks for saving when we close the ide editor) 5) We can save changes from IDE. 6) If we select an vim editor tab in eclipse then corresponding vim window will raise.If it is a buffer, the buffer will be showed. 7) I almost completed key sequence triggering part by taking keyCommand from vim.That will be completed in a while. What Needs to be done: ==================== 1) Enabling KeyStroke support 2) Showing compilation,syntax error messages ( possible if we use org.eclipse.ui.texteditor instead of EditorPart). But vim should provide an interface for this. 3) Embedding the gvim inside eclipse ( but it is very difficult, i guess.. so far I didn't find any possible way for this.) If we didn't find a way, then instead of using gvim, we can continue with embedding terminal vim.(here also we follows the same protocol) 4) Eliminating Bugs PS: Since we followed strict netbeans external editor protocol, we can use emacs (every editor that has netbeans interface ) also. Thanks, Nageshwar M. |
From: Daniel K. <d...@do...> - 2007-05-05 10:32:07
|
Hi again, I just tried to build vimplugin on my GNU/Linux machine, and it failed at first; this was due to a hard-coded path to the Eclipse-directory in build.xml, which was wrong for me. Additionally, it didn't find jta26.jar at first, although it was on my CLASSPATH. I've created a patch and attached, if you are interested in that. I believe this makes the build more portable. BTW, does vimplugin support jumps to the location of errors/warnings through Eclipse-IDE? That should be possible even using an embedded vim. If not, I'd be glad to try to implement it for you ;) Yours, Daniel -- Got two Dear-Daniel-Instant Messages by MSN, associate ICQ with stress -- so please use good, old E-MAIL! |
From: Daniel K. <d...@do...> - 2007-05-03 15:48:14
|
> But I am interested in making the editor in Eclipse flip back and forth > between the native one and the Vim one. That way you hit a button and edit > the text using Vim. Then hit a button to use the native Eclipse features. Sorry for just another message, but I forgot about this one -- this idea sounds good for me! Although I'm not yet sure how the performance of such a switch can be for large files; can you tell this for sure? Greetings, Daniel -- Got two Dear-Daniel-Instant Messages by MSN, associate ICQ with stress -- so please use good, old E-MAIL! |
From: Daniel K. <d...@do...> - 2007-05-03 15:46:18
|
Sebastian Menge wrote: > And there is http://viclipse.sourceforge.net > > But I for my part am not interested in simple keybindings. It's the > features of vim that attract people. Yes, of course, Vim is powerful and simply "cool" -- but I believe this is not the reason for you developing vimplugin, right? Everyone can use real Vim, who wants to do so. But there may be reasons why someone still wants to use Eclipse, too -- and at least for me, those reasons include some nice features of the Eclipse editor and the fact I have to use the code formatter at work. I can't tell what you guys do with Vim, but according to my experience, I use only really simple commands 99% of the time; the more advanced ones are nice at a time, but not really the reason for why I prefer Vim over some plain editor; it's mainly that I keep hitting Esc all the time and entering hjkl and digits there. Of course I admit that re-implementing Vim's commands is more effort and somewhat "ugly code-duplication" than is simply running Vim from a terminal-window; and I do not talk just about keybindings. What I thought of (although I do not know whether this is really possible) was to create my own editor-component, inluding a status-line like the Vim one, but embed the Eclipse-editor inside my editor as SWT-component; from my understanding of how Widgets work in general, this should be possible. I do not want to persuade anyone to switch to this approach -- your project is interesting in its own sense, and in fact, I just came across it because I didn't knew of viclipse, which does not provide much code yet but is closer to my ideas (Google "vim plugin eclipse" pointed me to this project). However, I'd still like to hear your opinions, why you took that way; maybe you can convince me I'm wrong... Yours, Daniel PS: BTW, thank you very much for the hint about viclipse! -- Got two Dear-Daniel-Instant Messages by MSN, associate ICQ with stress -- so please use good, old E-MAIL! |
From: Sebastian M. <seb...@un...> - 2007-05-03 11:08:22
|
Am Donnerstag, den 03.05.2007, 20:22 +1000 schrieb David Terei: > There already exist such a project: > > http://www.satokar.com/viplugin/ > And there is http://viclipse.sourceforge.net But I for my part am not interested in simple keybindings. It's the features of vim that attract people. Sebastian :wq |
From: David T. <dav...@gm...> - 2007-05-03 10:22:57
|
There already exist such a project: http://www.satokar.com/viplugin/ Its closed source though and has a price for the full version (not sure if they still offer a 'basic' free version any more like they used to in the past). Best Regards, David Terei Daniel Kraft wrote: > Hi there! > > I'm a hardcore-Vim-user for myself (80x25 virtual terminal, of course), > but for work I have to use Eclipse as an IDE; and in fact, the > Eclipse-Java-editor offers some nice features useful when writing Java > (and so does the XML one, for instance). > > At work we also use the Eclipse code formatter to ensure uniform > code-format, simply Ctrl+Shift+F. > > However, I'm missing Vim-style editing; today I found out that there's > vimplugin, aiming at providing a Vim editor inside Eclipse. I didn't > yet manage to get it work, so I have never seen it live; but as far as I > found out, it is somewhat embedding of a real vim at the editor's place, > isn't it? So you don't have native Eclipse-editor features like the > ones I described above, right? > > What I think of is that it may be possible to extend the real > Eclpise-Java-editor to accept vim-commands? I don't know much of > Eclipse-plugins yet, but this seems somewhat probably to me. You would > need to implement the Vim commands yourself, though. But if this is > possible (and not yet covered by vimplugin), I'd really like to > implement this -- either as part of vimplugin if you think this would > make sense or as separate project, maybe with some help and experience > from you? > > Hope to hear your opinions, > yours, > Daniel > |
From: David F. <fis...@ia...> - 2007-05-02 20:33:38
|
> -----Original Message----- > From: vim...@li... > [mailto:vim...@li...] On > Behalf Of Daniel Kraft > Sent: Wednesday, May 02, 2007 2:38 PM > To: vim...@li... > Subject: [vimplugin_eclipse] [vimplugin-devel] Vim-style > editing in Eclipse-editor > > Hi there! > > I'm a hardcore-Vim-user for myself (80x25 virtual terminal, > of course), but for work I have to use Eclipse as an IDE; and > in fact, the Eclipse-Java-editor offers some nice features > useful when writing Java (and so does the XML one, for instance). > > At work we also use the Eclipse code formatter to ensure > uniform code-format, simply Ctrl+Shift+F. > > However, I'm missing Vim-style editing; today I found out > that there's vimplugin, aiming at providing a Vim editor > inside Eclipse. I didn't yet manage to get it work, so I > have never seen it live; but as far as I found out, it is > somewhat embedding of a real vim at the editor's place, isn't > it? So you don't have native Eclipse-editor features like > the ones I described above, right? > > What I think of is that it may be possible to extend the real > Eclpise-Java-editor to accept vim-commands? I don't know > much of Eclipse-plugins yet, but this seems somewhat probably > to me. You would need to implement the Vim commands > yourself, though. But if this is possible (and not yet > covered by vimplugin), I'd really like to implement this -- > either as part of vimplugin if you think this would make > sense or as separate project, maybe with some help and > experience from you? I am not too interested in extending the features of the existing Eclipse editor. But I am interested in making the editor in Eclipse flip back and forth between the native one and the Vim one. That way you hit a button and edit the text using Vim. Then hit a button to use the native Eclipse features. I think that would be more useful than trying to rebuild Vim's features inside of Eclipse. My $.02. Dave |
From: Daniel K. <d...@do...> - 2007-05-02 16:38:23
|
Hi there! I'm a hardcore-Vim-user for myself (80x25 virtual terminal, of course), but for work I have to use Eclipse as an IDE; and in fact, the Eclipse-Java-editor offers some nice features useful when writing Java (and so does the XML one, for instance). At work we also use the Eclipse code formatter to ensure uniform code-format, simply Ctrl+Shift+F. However, I'm missing Vim-style editing; today I found out that there's vimplugin, aiming at providing a Vim editor inside Eclipse. I didn't yet manage to get it work, so I have never seen it live; but as far as I found out, it is somewhat embedding of a real vim at the editor's place, isn't it? So you don't have native Eclipse-editor features like the ones I described above, right? What I think of is that it may be possible to extend the real Eclpise-Java-editor to accept vim-commands? I don't know much of Eclipse-plugins yet, but this seems somewhat probably to me. You would need to implement the Vim commands yourself, though. But if this is possible (and not yet covered by vimplugin), I'd really like to implement this -- either as part of vimplugin if you think this would make sense or as separate project, maybe with some help and experience from you? Hope to hear your opinions, yours, Daniel -- Got two Dear-Daniel-Instant Messages by MSN, associate ICQ with stress -- so please use good, old E-MAIL! |
From: Sebastian M. <seb...@un...> - 2007-04-25 07:03:04
|
Am Dienstag, den 24.04.2007, 11:43 -0400 schrieb David Fishburn: > I need to use Elipse for other reasons and would like to temporarily disable > the Vimplugin. > > How do you do that? > Or how do you uninstall it? Either delete the org.vimplugin folders under "$ECLIPSE_HOME/features" and "$ECLIPSE_HOME/plugins", or deactivate all filetype-to-editor associations for vimplugin in Window > Preferences > General > Editors > File Associations. Sebastian. |
From: David F. <fis...@ia...> - 2007-04-24 15:44:20
|
I need to use Elipse for other reasons and would like to temporarily disable the Vimplugin. How do you do that? Or how do you uninstall it? Thanks, Dave |
From: Sebastian M. <seb...@un...> - 2007-04-23 11:00:57
|
[CCed to vimplugin-devel] Am Sonntag, den 22.04.2007, 22:20 +0530 schrieb Nageshwar: > Then I tried vimplugin in windows. Since you are using vt320 emulator, > i added "-T" "vt320" as arguments to the vim process. Now vimplugin > is working in windows also ( Its not taking the input keystrokes for > now.. I'm trying to solve that problem too ). You mean no need for "cygwin" anymore ? That's great ... :-) The problem with taking input keystrokes is probably that the editor doesn't get the focus, after starting vim... Sebastian. |
From: Sebastian M. <seb...@un...> - 2007-04-13 06:35:31
|
Try to use the sun-java. Under Debian you can adjust the path to java under /etc/eclipse/java_home. Sebastian. Am Donnerstag, den 12.04.2007, 08:48 -0700 schrieb Jesse Phillips: > >Date: Tue, 03 Apr 2007 14:59:45 +0200 > >From: Sebastian Menge <seb...@un...> > >Subject: Re: [vimplugin-devel] [Vimplugin-devel] update site and > > cygwin > >To: vimplugin mailing list <vim...@li...> > >Message-ID: <117...@ls...> > >Content-Type: text/plain > > > >Am Montag, den 02.04.2007, 16:19 -0700 schrieb Jesse Phillips: > >> I just used your update feature. I was able to successfully find it > >> and us it. But after it restarted, vim would not show up in its > >> designated window. When I ran eclipse from the console I would get the > >> message "vim loaded successfully" when I opened up the file for > >> editing. > > > >Hmm, what does the ErrorLog say? (Window|Show View|PDE Runtime|Error Log). > > > >Please be more specific. > > > >Sebastian. > > I've posted the file for download. It has the errors from starting and > trying to open vim. > http://files.openomy.com/public/nascent/vimplugin-errlog.txt > |
From: Jesse P. <jes...@gm...> - 2007-04-12 15:48:23
|
>Date: Tue, 03 Apr 2007 14:59:45 +0200 >From: Sebastian Menge <seb...@un...> >Subject: Re: [vimplugin-devel] [Vimplugin-devel] update site and > cygwin >To: vimplugin mailing list <vim...@li...> >Message-ID: <117...@ls...> >Content-Type: text/plain > >Am Montag, den 02.04.2007, 16:19 -0700 schrieb Jesse Phillips: >> I just used your update feature. I was able to successfully find it >> and us it. But after it restarted, vim would not show up in its >> designated window. When I ran eclipse from the console I would get the >> message "vim loaded successfully" when I opened up the file for >> editing. > >Hmm, what does the ErrorLog say? (Window|Show View|PDE Runtime|Error Log). > >Please be more specific. > >Sebastian. I've posted the file for download. It has the errors from starting and trying to open vim. http://files.openomy.com/public/nascent/vimplugin-errlog.txt -- Insanity: doing the same thing over and over again and expecting different results. - Albert Einstein |
From: Sebastian M. <seb...@un...> - 2007-04-12 15:27:46
|
Am Donnerstag, den 12.04.2007, 15:39 +0200 schrieb Martin Gruner: > thanks for your answer. > My question is still there, though. AFAICT vimplugin embeds the > console vim rather than gvim, so my question is how to set the font of > that _console window_. Is that possible at all, currently? Yes it's possible. Here's how the terminal window is created in class org.vim.vimplugin.editors.VimEditor, l109. > st=new SwingTerminal(emulation, new Font("Monospaced", Font.PLAIN, 12)); It would be easy to refactor the Font out of that and make it configurable via the preference page. (at least for new terminals) See l.65 in the same file on how to access the preferences and the package org.vim.vimplugin.preferences on how to handle preferences in general. - bastl. |
From: Martin G. <mg...@gm...> - 2007-04-12 13:39:22
|
Hello David, thanks for your answer. My question is still there, though. AFAICT vimplugin embeds the console vim rather than gvim, so my question is how to set the font of that _console window_. Is that possible at all, currently? Best regards, Martin am Donnerstag, 12. April 2007 um 15:27 schrieben Sie: > >> -----Original Message----- >> From: vim...@li... >> [mailto:vim...@li...] On >> Behalf Of Martin Gruner >> Sent: Thursday, April 12, 2007 7:18 AM >> To: vim...@li... >> Subject: [vimplugin_eclipse] [vimplugin-devel] change font? >> >> Hi everybody, >> >> I just learnt about the vimplugin. >> A first question: Is there a way to change the font of the >> vim window in eclipse? > Once it is loaded up, you can change it the "Vim" way, can't you? > I typically do it this way (using gvim) > :set guifont=* > Then choose a font using the dialog that pops up (make sure you choose a > fixed-type font. > Then type: > :set > In my case I see: > guifont=Bitstream_Vera_Sans_Mono:h11:b:cANSI > I have never actually tried setting the font in a console vim, but that can > be asked on the Vim users list. > HTH, > Dave |
From: David F. <fis...@ia...> - 2007-04-12 13:27:35
|
> -----Original Message----- > From: vim...@li... > [mailto:vim...@li...] On > Behalf Of Martin Gruner > Sent: Thursday, April 12, 2007 7:18 AM > To: vim...@li... > Subject: [vimplugin_eclipse] [vimplugin-devel] change font? > > Hi everybody, > > I just learnt about the vimplugin. > A first question: Is there a way to change the font of the > vim window in eclipse? Once it is loaded up, you can change it the "Vim" way, can't you? I typically do it this way (using gvim) :set guifont=* Then choose a font using the dialog that pops up (make sure you choose a fixed-type font. Then type: :set In my case I see: guifont=Bitstream_Vera_Sans_Mono:h11:b:cANSI I have never actually tried setting the font in a console vim, but that can be asked on the Vim users list. HTH, Dave |
From: Martin G. <mg...@gm...> - 2007-04-12 11:17:40
|
Hi everybody, I just learnt about the vimplugin. A first question: Is there a way to change the font of the vim window in eclipse? Thanks for all hints. Martin Gruner |
From: Sebastian M. <seb...@un...> - 2007-04-03 13:14:33
|
Hi As you may have noted in my last mails, I have set up a wiki. It's both front page of the project and a community space where you can contribute. Please leave a message under http://vimplugin.sourceforge.net/wiki/pmwiki.php?n=Community.Comments Sebastian. |
From: Sebastian M. <seb...@un...> - 2007-04-03 13:00:14
|
Am Montag, den 02.04.2007, 16:19 -0700 schrieb Jesse Phillips: > I just used your update feature. I was able to successfully find it > and us it. But after it restarted, vim would not show up in its > designated window. When I ran eclipse from the console I would get the > message "vim loaded successfully" when I opened up the file for > editing. Hmm, what does the ErrorLog say? (Window|Show View|PDE Runtime|Error Log). Please be more specific. Sebastian. |
From: Sebastian M. <seb...@un...> - 2007-04-03 12:58:18
|
Am Montag, den 02.04.2007, 14:21 -0400 schrieb David Fishburn: > I had someone send me a vim.exe that they compiled for cygwin. There is a precompiled version in the cygwin setup.exe vimplugin is set up to use that at the default location. If you compile your own or have it at another location, you have to set it in the preferences. > If I change the path to something that will not work and restart Eclipse the > editor Window is gray with a message: > Unable to create this part due to an internal error. Reason for the failure: > An unexpected exception was thrown. > java.lang.NullPointerException > at org.vim.vimplugin.editors.VimEditor.sendCmd(VimEditor.java:169) This is a true bug: It happens if the vim binary cannot be found, but the plugin continues anyway sending commands to "null.stdin" . The exception should be caught and an Error message should popup. Anyone? > Anything I can do for you? Catch the exception, and let a popup appear with the error message ( method showMessage ). See http://vimplugin.sourceforge.net/wiki/pmwiki.php?n=Community.GettingStarted for howto get started ... Thanks alot, Sebastian. |
From: Jesse P. <jes...@gm...> - 2007-04-02 23:19:26
|
Date: Fri, 30 Mar 2007 15:48:22 +0200 From: Sebastian Menge <seb...@un...> Subject: [Vimplugin-devel] update site and cygwin To: vim...@li... Message-ID: <117...@ls...> Content-Type: text/plain >Hi > >I have set up an eclipse update site under > >http://vimplugin.sf.net/update > >In your eclipse use >1) "help|updates|find and install" >2) "search for new features" >3) "new remote site" with the URL given above >4) finish. A dialog should popup presenting you the plugin to install. >5) restart eclipse. > >The plugin runs equally well under windows with the vim version of >cygwin. If you are under windows, the plugin tries to use >"c:/cygwin/bin/vim.exe", but you can specify another path in the >preference page of the plugin. > >Get cygwin here: http://www.cygwin.com/ > >It would be very nice if someone could try these things out and give >some feedback. > >TIA Sebastian. I just used your update feature. I was able to successfully find it and us it. But after it restarted, vim would not show up in its designated window. When I ran eclipse from the console I would get the message "vim loaded successfully" when I opened up the file for editing. I'm on debian linux. -- Insanity: doing the same thing over and over again and expecting different results. - Albert Einstein |