How many of you use an Integrated Development Environment (IDE) when working on Wine?
If you do, which one do you use and how, how useful is it and how hard was it to set up?
Max
On Sat, May 12, 2012 at 10:09 PM, Max TenEyck Woodbury max@mtew.isa-geek.net wrote:
How many of you use an Integrated Development Environment (IDE) when working on Wine?
If you do, which one do you use and how, how useful is it and how hard was it to set up?
Max
Eclipse CDT is quite easy to set up, works pretty well, there's a Git plugin you can install, and most importantly it's quick even though Wine is a large project. Netbeans didn't work when last I tried it: it failed to index the source properly and was also very slow.
So far most of my editing was done purely on the command line.
Damjan
Am Samstag, 12. Mai 2012, 16:09:25 schrieb Max TenEyck Woodbury:
How many of you use an Integrated Development Environment (IDE) when working on Wine?
I tested kdevelop 4.2 in the hope that it provides proper autocompletion, but it was too slow to be useful.
I suspect most people use Vi or Emacs. They have a great number of plugins to add a lot of features are used from IDEs. What are you looking for specifically?
On 13.05.2012 11:17, Stefan Dösinger wrote:
Am Samstag, 12. Mai 2012, 16:09:25 schrieb Max TenEyck Woodbury:
How many of you use an Integrated Development Environment (IDE) when working on Wine?
I tested kdevelop 4.2 in the hope that it provides proper autocompletion, but it was too slow to be useful.
I suspect most people use Vi or Emacs. They have a great number of plugins to add a lot of features are used from IDEs. What are you looking for specifically?
I always used Geany it's fast and you can concentrate on the files you are working on. Still, it's not a full IDE.