Integrated Development Environment
Questions tagged [ide]
65 questions
56
votes
5 answers
smartctl on external hdd inside ide-to-usb enclosure
I have a very old 2.5" IDE drive inside a USB enclosure that gives some buffer I/O error. I tried to use smartctl to see what SMART says about it, but I can't manage to make it work. Being root, if I just write:
#> smartctl --all /dev/sde
smartctl…
Avio
- 870
- 2
- 10
- 10
36
votes
8 answers
Are there any well known and well used shell scripting IDEs for Un*x?
Are there any IDEs targeted at shell scripting, specifically bash and zsh scripts? This means having syntax-highlighting for shell scripts and more importantly debugging environments with features like breakpoints, variable inspection and…
vfclists
- 7,215
- 14
- 51
- 79
33
votes
9 answers
Text editor for printing C++ code
I'm looking for an editor to print (on paper) C++ code. I'm currently in engineering school and the instructor has asked us to submit the code on paper.
He wants name + surname, the class number (on header), the number of page at the bottom, and the…
loi219
- 449
- 4
- 10
24
votes
11 answers
Compiling code from vim
New to vim and and I want to be able to compile code from within vim without running a new terminal and calling the compiler.
How do I go about doing this? Note that this requirement is not restricted to gcc only, I sometimes need to call python…
user4793
24
votes
1 answer
YouCompleteMe vim extension: How to jump to next error?
Is there any way when using the YouCompleteMe vim extension to jump to the next point in the file with an error? I find myself just scrolling through the page until I find the error highlight, but there must be a better way to do it.
NHDaly
- 621
- 1
- 5
- 11
12
votes
4 answers
IDE for large, multi-language projects (ie linux kernel)
I know the "which IDE do you guys use" question has been asked a million times. But I've never seen it asked in this context. What are some suggestions for an IDE when working on huge projects that encompass multiple languages and thousands of…
Falmarri
- 12,897
- 17
- 58
- 71
10
votes
10 answers
Development environment for C
Looking for ideas on setting up a convenient and productive development environment for C development. I found C editing with Vim very helpful but I would like to get a wider sampling of suggestions.
Andriy Volkov
- 391
- 5
- 10
8
votes
1 answer
Is there any way to force a certain CHS drive geometry in modern Linux?
I've got some really, really old IDE hard drives, like a Conner CP3024 drive which is a whopping 21 megabyte in size. I've been trying to rescue it, but there seems to be some strangeness with the disk geometry.
The data sheet for the drive says you…
ymgve
- 181
- 2
7
votes
1 answer
Save current vim session state and restore it later (e.g. buffers, splits etc.)
As an old VIM user, attracted to it in the first place especially because of its straightforward regex substitutions that allow to work really fast, I'm not really expecting VIM to have such a feature. But, what the heck, maybe I overlooked…
tomoyo255
- 73
- 4
5
votes
2 answers
IntelliJ IDEA — Please consider switching to the bundled Java runtime that is better suited for IDE
IntelliJ IDEA shows this message on every startup.
How can I correct this warning on IntelliJ IDEA?
Edit: I installed IntelliJ IDEA ultimate edition by yay on arch linux.
Jan Černý
- 1,185
- 2
- 24
- 46
5
votes
5 answers
Develop / Debug C / C++ on Ubuntu?
What's the best IDE for developing C / C++ on Ubuntu? I tried installing Eclipse but it seems like I need the eclipse-cdt package also. The problem is there is no such package, at least for Lucid. How do I proceed? I am not tied to Eclipse.
JoelFan
- 1,317
- 1
- 12
- 14
4
votes
4 answers
Darcula dark theme for Eclipse
I wonder if there is a way to use Android Studio Darcula theme in Eclipse? I am trying to make Eclipse look a little bit like AS. So far I have made changes to the editor window and I have no idea how to tackle the rest of window frames etc. Any…
lunar
- 141
- 1
- 1
- 5
4
votes
3 answers
tmux: Send and execute highlighted code in other pane
I want to have two tmux panes going - the first could have one of several programs in it (often, but not always, vim) and the second will have an interactive session in R, python, or bc.
The two panes aren't always going to be showing the same…
bluemouse
- 143
- 5
4
votes
2 answers
Unix/Linux C++ debugger that supports STL containers?
Currently I am using gcc-4.3.6 and Eclipse IDE for c++ development. I want to debug my project in Eclipse with gdb. I am having a hard time debugging code when it contains STL containers. Also I am not using STL directly, I have wrappers for each…
Apoorva sahay
- 143
- 4
4
votes
1 answer
How can I make VIM a full fledged IDE
How could I make VIM a full fledged IDE by using different supported plugins for YUI, JQuery and git integration etc.
user7044
- 691
- 2
- 6
- 7