What IDEs are you using?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
dchapiesky
Member
Member
Posts: 204
Joined: Sun Dec 25, 2016 1:54 am
Libera.chat IRC: dchapiesky

Re: What IDEs are you using?

Post by dchapiesky »

gedit cmake doxygen subversion
Plagiarize. Plagiarize. Let not one line escape thine eyes...
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: What IDEs are you using?

Post by Schol-R-LEA »

thomasloven wrote:unix
I prefer Emacs for my operating system, but Unix has the better editor. :P
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: What IDEs are you using?

Post 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.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

Re: What IDEs are you using?

Post by obiwac »

I use geany.
User avatar
eryjus
Member
Member
Posts: 286
Joined: Fri Oct 21, 2011 9:47 pm
Libera.chat IRC: eryjus
Location: Tustin, CA USA

Re: What IDEs are you using?

Post 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.
Adam

The name is fitting: Century Hobby OS -- At this rate, it's gonna take me that long!
Read about my mistakes and missteps with this iteration: Journal

"Sometimes things just don't make sense until you figure them out." -- Phil Stahlheber
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: What IDEs are you using?

Post 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.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
eryjus
Member
Member
Posts: 286
Joined: Fri Oct 21, 2011 9:47 pm
Libera.chat IRC: eryjus
Location: Tustin, CA USA

Re: What IDEs are you using?

Post 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.
Adam

The name is fitting: Century Hobby OS -- At this rate, it's gonna take me that long!
Read about my mistakes and missteps with this iteration: Journal

"Sometimes things just don't make sense until you figure them out." -- Phil Stahlheber
computersandcoffee
Posts: 12
Joined: Sun Apr 16, 2017 1:20 pm
Libera.chat IRC: fdkj83425
Contact:

Re: What IDEs are you using?

Post 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.
Last edited by computersandcoffee on Sat Apr 29, 2017 6:54 pm, edited 1 time in total.
User avatar
Geri
Member
Member
Posts: 442
Joined: Sun Jul 14, 2013 6:01 pm

Re: What IDEs are you using?

Post by Geri »

under my OS i use my own text editor, that makes good coloring for C codes. on linux, i use kwrite
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
Ankeraout
Member
Member
Posts: 25
Joined: Tue Feb 28, 2017 10:22 am

Re: What IDEs are you using?

Post 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:
dseller
Member
Member
Posts: 84
Joined: Thu Jul 03, 2014 5:18 am
Location: The Netherlands
Contact:

Re: What IDEs are you using?

Post 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:
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: What IDEs are you using?

Post by matt11235 »

dseller wrote:Recently switched to VS2017 from VS2015.
Do you build your OS with the msvc compiler too?
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
dseller
Member
Member
Posts: 84
Joined: Thu Jul 03, 2014 5:18 am
Location: The Netherlands
Contact:

Re: What IDEs are you using?

Post by dseller »

matt11235 wrote:
dseller wrote:Recently switched to VS2017 from VS2015.
Do you build your OS with the msvc compiler too?
Yes, absolutely!
User avatar
TopSekret
Posts: 5
Joined: Thu Apr 20, 2017 7:45 am
Libera.chat IRC: TopSekret

Re: What IDEs are you using?

Post by TopSekret »

Vim, GCC, Tilix (used to be Terminix) - all in their newest versions on Debian Unstable
ComputerFido
Member
Member
Posts: 44
Joined: Fri Sep 09, 2016 5:52 pm
Location: Australia
Contact:

Re: What IDEs are you using?

Post 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
Post Reply