OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 5:33 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 67 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
 Post subject: Re: What IDEs are you using?
PostPosted: Wed Apr 05, 2017 10:47 pm 
Offline
Member
Member
User avatar

Joined: Sun Dec 25, 2016 1:54 am
Posts: 204
gedit cmake doxygen subversion

_________________
Plagiarize. Plagiarize. Let not one line escape thine eyes...


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Apr 06, 2017 9:41 am 
Offline
Member
Member
User avatar

Joined: Fri Oct 27, 2006 9:42 am
Posts: 1925
Location: Athens, GA, USA
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.


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Apr 06, 2017 12:43 pm 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Tue Apr 11, 2017 2:40 pm 
Offline
Member
Member
User avatar

Joined: Fri Jan 27, 2017 12:15 pm
Posts: 149
Location: Belgium
I use geany.

_________________
AQUA OS: https://obiwac.wordpress.com/aqua-os/


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Tue Apr 11, 2017 3:13 pm 
Offline
Member
Member
User avatar

Joined: Fri Oct 21, 2011 9:47 pm
Posts: 286
Location: Tustin, CA USA
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


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Wed Apr 12, 2017 3:58 am 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Wed Apr 12, 2017 10:04 pm 
Offline
Member
Member
User avatar

Joined: Fri Oct 21, 2011 9:47 pm
Posts: 286
Location: Tustin, CA USA
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


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Sun Apr 16, 2017 6:53 pm 
Offline

Joined: Sun Apr 16, 2017 1:20 pm
Posts: 12
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.

Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Mon Apr 17, 2017 7:24 am 
Offline
Member
Member
User avatar

Joined: Sun Jul 14, 2013 6:01 pm
Posts: 442
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


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Tue Apr 18, 2017 2:34 pm 
Offline
Member
Member

Joined: Tue Feb 28, 2017 10:22 am
Posts: 25
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:


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Wed Apr 19, 2017 10:47 am 
Offline
Member
Member

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

_________________
My blog: http://www.rivencove.com/


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Apr 20, 2017 2:42 am 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Apr 20, 2017 3:05 am 
Offline
Member
Member

Joined: Thu Jul 03, 2014 5:18 am
Posts: 84
Location: The Netherlands
matt11235 wrote:
dseller wrote:
Recently switched to VS2017 from VS2015.

Do you build your OS with the msvc compiler too?


Yes, absolutely!

_________________
My blog: http://www.rivencove.com/


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Thu Apr 20, 2017 8:28 am 
Offline
User avatar

Joined: Thu Apr 20, 2017 7:45 am
Posts: 5
Vim, GCC, Tilix (used to be Terminix) - all in their newest versions on Debian Unstable

_________________
There be dragons: https://jakub.kaszycki.net.pl/en/


Top
 Profile  
 
 Post subject: Re: What IDEs are you using?
PostPosted: Sun Apr 23, 2017 10:23 pm 
Offline
Member
Member

Joined: Fri Sep 09, 2016 5:52 pm
Posts: 44
Location: Australia
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

_________________
My OS:
https://github.com/fido2020/Lemon-OS
https://lemonos.org
https://discord.gg/NAYp6AUYWM


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 67 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 30 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group