What IDEs are you using?
- dchapiesky
- Member
- Posts: 204
- Joined: Sun Dec 25, 2016 1:54 am
- Libera.chat IRC: dchapiesky
Re: What IDEs are you using?
gedit cmake doxygen subversion
Plagiarize. Plagiarize. Let not one line escape thine eyes...
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: What IDEs are you using?
I prefer Emacs for my operating system, but Unix has the better editor.thomasloven wrote:unix
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.
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.
Re: What IDEs are you using?
Emacs is a great environment for playing games.Schol-R-LEA wrote:I prefer Emacs for my operating system, but Unix has the better editor.thomasloven wrote:unix
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
- eryjus
- 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?
Good call! Since it was initially developed by IBM, I spent more time Googling how to set up Eclipse than writing code in it.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.
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
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
Re: What IDEs are you using?
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.eryjus wrote:Good call! Since it was initially developed by IBM, I spent more time Googling how to set up Eclipse than writing code in it.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.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
- eryjus
- 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?
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).matt11235 wrote:Which part of Eclipse did you have trouble configuring?
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
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
-
- Posts: 12
- Joined: Sun Apr 16, 2017 1:20 pm
- Libera.chat IRC: fdkj83425
- Contact:
Re: What IDEs are you using?
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.
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.
Re: What IDEs are you using?
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
http://users.atw.hu/gerigeri/DawnOS/download.html
Re: What IDEs are you using?
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++
Re: What IDEs are you using?
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
It was well worth the tweaking and configuring
My blog: http://www.rivencove.com/
Re: What IDEs are you using?
Do you build your OS with the msvc compiler too?dseller wrote:Recently switched to VS2017 from VS2015.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
Re: What IDEs are you using?
Yes, absolutely!matt11235 wrote:Do you build your OS with the msvc compiler too?dseller wrote:Recently switched to VS2017 from VS2015.
My blog: http://www.rivencove.com/
Re: What IDEs are you using?
Vim, GCC, Tilix (used to be Terminix) - all in their newest versions on Debian Unstable
There be dragons: https://jakub.kaszycki.net.pl/en/
-
- Member
- Posts: 44
- Joined: Fri Sep 09, 2016 5:52 pm
- Location: Australia
- Contact:
Re: What IDEs are you using?
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