Page 2 of 5

Re: What IDEs are you using?

Posted: Wed Apr 05, 2017 10:47 pm
by dchapiesky
gedit cmake doxygen subversion

Re: What IDEs are you using?

Posted: Thu Apr 06, 2017 9:41 am
by Schol-R-LEA
thomasloven wrote:unix
I prefer Emacs for my operating system, but Unix has the better editor. :P

Re: What IDEs are you using?

Posted: Thu Apr 06, 2017 12:43 pm
by matt11235
Schol-R-LEA wrote:
thomasloven wrote:unix
I prefer Emacs for my operating system, but Unix has the better editor. :P
Emacs is a great environment for playing games.

Re: What IDEs are you using?

Posted: Tue Apr 11, 2017 2:40 pm
by obiwac
I use geany.

Re: What IDEs are you using?

Posted: Tue Apr 11, 2017 3:13 pm
by eryjus
Kazinsal wrote:Visual Studio Code has recently become my favourite text editor. No need for big ugly solution/project file messes to give folders portable settings you can check into git; it's JSON all the way down.
Good call! Since it was initially developed by IBM, I spent more time Googling how to set up Eclipse than writing code in it.

Re: What IDEs are you using?

Posted: Wed Apr 12, 2017 3:58 am
by matt11235
eryjus wrote:
Kazinsal wrote:Visual Studio Code has recently become my favourite text editor. No need for big ugly solution/project file messes to give folders portable settings you can check into git; it's JSON all the way down.
Good call! Since it was initially developed by IBM, I spent more time Googling how to set up Eclipse than writing code in it.
Which part of Eclipse did you have trouble configuring? I find it really pleasant to work with, even though the plugin system is a bit convoluted and over-engineered.

Re: What IDEs are you using?

Posted: Wed Apr 12, 2017 10:04 pm
by eryjus
matt11235 wrote:Which part of Eclipse did you have trouble configuring?
I have never failed to configure anything in Eclipse. Well, OK, that's a lie in that Bison and Flex are unrecognized (syntax highlighting) and the custom build steps for the resulting files are a mess to configure (gave up and made a makefile).

I still use it for the Java WebDriver apps I write for my 8-5, and I would agree that Eclipse really shines with Java. But too far outside of that and it becomes unwieldy -- to the point I feel like I'm being managed by the tool.

Re: What IDEs are you using?

Posted: Sun Apr 16, 2017 6:53 pm
by computersandcoffee
Not an IDE, but here goes:

1. Gedit
2. Bash
3. Konqueror
4. Firefox
5. file-roller

Most of this could be done in the CLI, but my memory isn't too sharp. These seven tools pretty much make up my entire development/packaging/distribution toolchain.

Re: What IDEs are you using?

Posted: Mon Apr 17, 2017 7:24 am
by Geri
under my OS i use my own text editor, that makes good coloring for C codes. on linux, i use kwrite

Re: What IDEs are you using?

Posted: Tue Apr 18, 2017 2:34 pm
by Ankeraout
I am currently using Atom with dark theme and "language-x86-64-assembly" package from 13xforever, but I used to edit my code with Notepad++ :lol:

Re: What IDEs are you using?

Posted: Wed Apr 19, 2017 10:47 am
by dseller
Recently switched to VS2017 from VS2015. I use Visual Studio for my professional work, and I haven't found a different IDE that meets my requirements.

It was well worth the tweaking and configuring :wink:

Re: What IDEs are you using?

Posted: Thu Apr 20, 2017 2:42 am
by matt11235
dseller wrote:Recently switched to VS2017 from VS2015.
Do you build your OS with the msvc compiler too?

Re: What IDEs are you using?

Posted: Thu Apr 20, 2017 3:05 am
by dseller
matt11235 wrote:
dseller wrote:Recently switched to VS2017 from VS2015.
Do you build your OS with the msvc compiler too?
Yes, absolutely!

Re: What IDEs are you using?

Posted: Thu Apr 20, 2017 8:28 am
by TopSekret
Vim, GCC, Tilix (used to be Terminix) - all in their newest versions on Debian Unstable

Re: What IDEs are you using?

Posted: Sun Apr 23, 2017 10:23 pm
by ComputerFido
For making Windows programs i use Visual Studio, but when working on my OS i use Atom (used to use Notepad++) which is what i also use for making CS:GO plugins. I still use Notepad++ for quickly editing config files, etc. as it loads a lot quicker than Atom does