That's because Notepad++ isn't a web browser that drinks gigabytes of RAMComputerFido wrote:I still use Notepad++ for quickly editing config files, etc. as it loads a lot quicker than Atom does
What IDEs are you using?
Re: What IDEs are you using?
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
Re: What IDEs are you using?
Last time I was trying Notepad++, and that was probably ~2010, it exactly had clear memory leaks. I remember this funny game - close or switch between a tab and see how it increases in its working set monotonically.
Re: What IDEs are you using?
I don't like IDEs. They're usually to bulky for my crappy laptop (not that I use an IDE on my, faster, desktop either). All I need is a terminal, a compiler, an editor and a browser.
VIM is the go to editor for me, always has been, always will be. I do however have a number of plugins installed to make my workflow a little smoother, most notably: nerdcommenter, nerdtree and vim-airline.
VIM is the go to editor for me, always has been, always will be. I do however have a number of plugins installed to make my workflow a little smoother, most notably: nerdcommenter, nerdtree and vim-airline.
"Writing a portable OS is not much harder than a nonportable one, and all systems should be written with portability in mind these days." — Andrew S. Tanenbaum
Elarix
Source: https://github.com/teeuwen/elarix
Elarix
Source: https://github.com/teeuwen/elarix
- MajickTek
- Member
- Posts: 101
- Joined: Sat Dec 17, 2016 6:58 am
- Libera.chat IRC: MajickTek
- Location: The Internet
- Contact:
Re: What IDEs are you using?
For OSDev I do not use an IDE . Just a text editor with syntax highlighting (TextWrangler for GUI and nano for CLI).
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs
Code: Select all
while ( ! ( succeed = try() ) );
-
- Posts: 3
- Joined: Sun Jun 25, 2017 10:00 am
Re: What IDEs are you using?
I use Atom.
I'm similar to a jack of all trades. I'm a starter of projects, finisher of none.
-
- Member
- Posts: 232
- Joined: Mon Jul 25, 2016 6:54 pm
- Location: Adelaide, Australia
Re: What IDEs are you using?
Qt Creator, I find visual debugging and autocomplete too convenient to do without, and Linux really doesn't have any other good IDEs.
- zesterer
- Member
- Posts: 59
- Joined: Mon Feb 22, 2016 4:40 am
- Libera.chat IRC: zesterer
- Location: United Kingdom
- Contact:
Re: What IDEs are you using?
Atom. It's quick (and doesn't slow with many files open), has extremely good extension and linter support. It also doesn't come with any sort of build system cruft. Unless you add an extension to build things, it's literally just a fancy text editor with git integration.
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
http://zesterer.homenet.org/projects.shtml
-
- Member
- Posts: 80
- Joined: Wed Aug 09, 2017 7:37 am
Re: What IDEs are you using?
I use a text editor as well.MajickTek wrote:For OSDev I do not use an IDE . Just a text editor with syntax highlighting (TextWrangler for GUI and nano for CLI).
I used it for Python. Great IDE from Github. It's not the best. I like Sublime Text.electrodeyt wrote:I use Atom.
- obiwac
- Member
- Posts: 149
- Joined: Fri Jan 27, 2017 12:15 pm
- Libera.chat IRC: obiwac
- Location: Belgium
Re: What IDEs are you using?
Isn't a "text editor with syntax highlighting" an ide in a way?MajickTek wrote:For OSDev I do not use an IDE . Just a text editor with syntax highlighting (TextWrangler for GUI and nano for CLI).
- 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 don't know about any of you, but I haven't used an IDE in years.
SATA is definitely the way to go here, at least until I can afford an NVMe drive.
SATA is definitely the way to go here, at least until I can afford an NVMe drive.
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?
Scribe-A-Text App!Schol-R-LEA wrote:I don't know about any of you, but I haven't used an IDE in years.
SATA is definitely the way to go here, at least until I can afford an NVMe drive.
Re: What IDEs are you using?
Geany. Not much of an IDE but it's OK. It's just perfect.
Atom... Atom... Atom... The colors are just... atom... Very nice colors. I use that for other projects. I use Sublime Text as well. It all depends who can do good syntax highlightingmatt11235 wrote:That's because Notepad++ isn't a web browser that drinks gigabytes of RAMComputerFido wrote:I still use Notepad++ for quickly editing config files, etc. as it loads a lot quicker than Atom does
Computers aren't to blame... the ones who program them are.
-
- Member
- Posts: 595
- Joined: Mon Jul 05, 2010 4:15 pm
Re: What IDEs are you using?
I still use Notepad++ and previously Code::Blocks. For OS-dev I use Notepad++ as no integrated environment exists otherwise I use the dedicated IDE like QtCreator or Visual Studio. I tried Atom but decided it was not for me. When an editor is 160MB in just download size it is already disqualified for me. Same with Eclipse, its large, slow and the UI is unusable.
Keep it small and simple, that's where I like it. I miss the Q-edit days when I was using DOS.
Keep it small and simple, that's where I like it. I miss the Q-edit days when I was using DOS.
-
- Posts: 2
- Joined: Sat Sep 30, 2017 7:37 am
Re: What IDEs are you using?
when I program in Java, I use Eclipse
for C/C++ on Windows I use Code::Blocks
on Linux I haven't yet chosen my favorite, right now I am using Kate, like it. If I have to write in commandline, then nano.
EDIT: for anything else on Windows, I use Notepad++
for C/C++ on Windows I use Code::Blocks
on Linux I haven't yet chosen my favorite, right now I am using Kate, like it. If I have to write in commandline, then nano.
EDIT: for anything else on Windows, I use Notepad++
- MajickTek
- Member
- Posts: 101
- Joined: Sat Dec 17, 2016 6:58 am
- Libera.chat IRC: MajickTek
- Location: The Internet
- Contact:
Re: What IDEs are you using?
IDEs have integrated tools for debugging code and invoking compilers/interpreters. GNU nano and TextWrangler for macOS do not have these features.obiwac wrote: Isn't a "text editor with syntax highlighting" an ide in a way?
TextWrangler does have a run button for scripting languages which interprets the "#!/bin/whatever" at the top of the file and runs /bin/whatever on the source code.
But that is just a little utility and does not make it an IDE.
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs
Code: Select all
while ( ! ( succeed = try() ) );