Questions tagged [ide]
An Integrated Development Environment (IDE) is a software application that combines comprehensive facilities for software development into a single graphical user interface (GUI). Use this tag for questions about IDEs in Ubuntu. DO NOT use this tag for questions about IDE drives or for questions about programming.
259 questions
1
vote
2
answers
133
views
GUI App to make HTML human-readable
Is there an app in the Ubuntu repos that can convert a 9,001 character single-line of HTML into human-readable (indented) code in a single click?
I'm trying to read through the HTML sourcecode of a ...
0
votes
1
answer
170
views
.desktop to a changing AppImage
I downloaded Cursor, the AI editor, as an AppImage, then created a .desktop file to easily launch it.
However, the shortcut soon becomes unusable as the AppImage is updated to a new version and the ...
6
votes
2
answers
9k
views
Sandbox problems with Arduino IDEs with 24.04
I have just updated to 24.04 and am having my first teething problems. I cannot run my Arduino IDE since updating, if I try it in the terminal I get the warning
"FATAL:setuid_sandbox_host.cc(158)...
1
vote
0
answers
300
views
USB IDE HDD in Ubuntu 22.04 is not working
I have have some IDE disks very old stuff,
I would like to backup all data to a newer HDD or SSD, so I buy an USB IDE adapter to do the work.
When I plug the HDD on the adapter the SO only recognize ...
0
votes
1
answer
173
views
program/flash tool for PSoc controllers in Ubuntu
Does Linux have any cypress PSoc creator IDE alternative package or IDE to flash code on PSoc5 series controllers
0
votes
0
answers
312
views
How can I install Jgrasp on Ubuntu 22.10?
I was trying to use the file linking method but when I right click my mouse there was no "link to file" option as indicated in a certain tutorial. I was hoping there was any other method I ...
0
votes
2
answers
2k
views
Installing Eric IDE in 22.04?
I installed Eric6 IDE from the repository in 22.04 with
sudo apt install eric
It installed without error, but it does not start. The suggestion from Installing Eric IDE on 18.04 did not help.
The ...
1
vote
3
answers
2k
views
What are current tools to develop Desktop apps for 22.04?
Coming from Windows, I an used to being able to use Visual Studio to quickly layout a Desktop App, add in the event driven code and have a useful tool really quickly.
I am looking for something ...
3
votes
2
answers
4k
views
How do I install IntelliJ downloaded from the jetbrains website?
Sofar I always installed apps from a store or using a wizard. I never installed them manually, so now it's my first time.
For example I just downloaded IntelliJ from the official website: https://www....
2
votes
1
answer
251
views
Display issue in PyCharm: very large whitespaces after leaving sleep mode
Here is the normal display of the whitespaces in PyCharm (very faint dots):
If I leave my computer for a moment, when I come back and wake up from sleep mode the computer, the whitespaces show like ...
1
vote
1
answer
414
views
WSL: umake doesn't list pycharm
The umake docs (both online and on my ubuntu installation) say that umake ide has options including "pycharm,pycharm-educational,pycharm-professional". However when I try this on Ubuntu20 ...
2
votes
1
answer
2k
views
Can't install.sh Arduino software
Following the instructions on the Arduino install page, once I arrive in my extracted directory and run install.sh in the terminal, I get the message:
install.sh: command not found
How do I install ...
1
vote
1
answer
179
views
VSCode, how to drag down terminal when I pulled it too high
Do I have to restart? The mouse pointer does not change at all when I go to the top where, if my memory serves me correctly, the cursor changes and I can drag the terminal window size down smaller.
0
votes
4
answers
12k
views
Install spyder 4 in ubuntu 20.04
I just want to install spyder in its lastest version. I'm running on ubuntu 20.04. First i tried installing anaconda but I didn't like it because I don't want to use anaconda environment. So i ...
1
vote
0
answers
301
views
two spyder IDEs in one system and also shows missing dependencies
one is default spyder3 from snap store and one is the updated version named spyder of spyder5.0.3
:~$ pip install update spyder-kernels==2.0.1
Defaulting to user installation because normal site-...