Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Aphex wrote:I use MSVC++ 2010, just for it's features like intellisense...
One day I've got to write up that tutorial on how you can have Intellisense-like functionality in VIM... (yes, you can, and I wouldn't be the console warrior I am if you couldn't. )
Every good solution is obvious once you've found it.
Aphex wrote:I use MSVC++ 2010, just for it's features like intellisense...
One day I've got to write up that tutorial on how you can have Intellisense-like functionality in VIM... (yes, you can, and I wouldn't be the console warrior I am if you couldn't. )
Aphex wrote:I use MSVC++ 2010, just for it's features like intellisense...
One day I've got to write up that tutorial on how you can have Intellisense-like functionality in VIM... (yes, you can, and I wouldn't be the console warrior I am if you couldn't. )
Finally, a tutorial I'd really love to see
*Spoiler*: Something as generic as KatePart can do basic completion and KDevelop4 can beat MSV*'s Intellisense at any time (you can browse documentation about a class just by holding your cursor above it - like that would be very strange and magical ).
eddyb wrote:*Spoiler*: Something as generic as KatePart can do basic completion and KDevelop4 can beat MSV*'s Intellisense at any time (you can browse documentation about a class just by holding your cursor above it - like that would be very strange and magical ).
EDIT: oh, forgot to say it's enabled by default.
I use KDevelop whenever I can - including for my kernel work. I should push my code to github, if only so people can see the CMake magic I had to do to get that working.
Branan wrote:I use KDevelop whenever I can - including for my kernel work. I should push my code to github, if only so people can see the CMake magic I had to do to get that working.
Is Kdevelop4 stable yet? Last time I tried it, it crashed left and right on a medium-sized project (LLVM).
The old common crash with race-conditions in the autocomplete code has been fixed. I haven't had any issues with it since 4.1, on projects up to ~4500 files. 4.2 is definitely stable now - I don't think I've had a crash since I upgraded to that.
Branan wrote:I use KDevelop whenever I can - including for my kernel work. I should push my code to github, if only so people can see the CMake magic I had to do to get that working.
Is Kdevelop4 stable yet? Last time I tried it, it crashed left and right on a medium-sized project (LLVM).
The old common crash with race-conditions in the autocomplete code has been fixed. I haven't had any issues with it since 4.1, on projects up to ~4500 files. 4.2 is definitely stable now - I don't think I've had a crash since I upgraded to that.
Works fine for me. I also like the file-set feature... I can change between two sets of 100 files open in a second . And in a few seconds you can create a project of out existing CMake/Makefile/others(yeah, you could set it to build even using a bash script. I use that feature for scons mainly).