ryanphuang / conque

Automatically exported from code.google.com/p/conque
0 stars 0 forks source link

Windows support #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, just wanted to put in a feature request for windows gvim support.  
Thanks!

Original issue reported on code.google.com by wcy...@gmail.com on 25 Apr 2010 at 5:12

GoogleCodeExporter commented 8 years ago
I intend to work on a Windows version once the official executable on the vim
homepage is compiled against Python 2.6 or greater.

So probably this summer with the upcoming release of Vim 7.3

It will probably end up similar to this plugin. I gave it one try without 
success,
but it looks great:

http://www.vim.org/scripts/script.php?script_id=1974

Original comment by nicora...@gmail.com on 26 Apr 2010 at 2:45

GoogleCodeExporter commented 8 years ago
Work has begun. Conque 2.0 will have windows support... in a month or two.

Original comment by nicora...@gmail.com on 14 Aug 2010 at 5:22

GoogleCodeExporter commented 8 years ago
Final testing under way.

If anyone wants to help testing, a checkout of trunk will get you a Windows 
capable version.

svn checkout http://conque.googlecode.com/svn/trunk/ conque-read-only

Original comment by nicora...@gmail.com on 4 Nov 2010 at 10:42

GoogleCodeExporter commented 8 years ago
Just tried this on Windows 7 with Vim 7.3 and Python 3.1.

I consistently get "Unable to open command" error messages for every command I 
try (cmd.exe or python.exe).

I tried using absolute paths to reference cmd.exe and python.exe. I also tried 
explicitly setting g:ConqueTerm_PyExe and g:ConqueTerm_PyVersion. No luck. =(

Python is working in Vim. I can run ":py3 import sys; print(sys.version)" and 
see the version string.

Anything else I can do to help you out?

Original comment by jfdiam...@gmail.com on 5 Nov 2010 at 1:55

GoogleCodeExporter commented 8 years ago
I hadn't tested with Python 3 in a while. Revision 388 should fix it.

Original comment by nicora...@gmail.com on 5 Nov 2010 at 3:09

GoogleCodeExporter commented 8 years ago
OMG! It's wonderful!

Original comment by jfdiam...@gmail.com on 5 Nov 2010 at 4:13

GoogleCodeExporter commented 8 years ago
2.0, with Windows support, has been released.

Original comment by nicora...@gmail.com on 17 Nov 2010 at 5:09