Questions tagged [ide]
Integrated Development Environment
70 questions
0 votes
0 answers
112 views
Pyright in VSCodium is confused about type-checking a function assigned to a variable
I'm using VSCodium with the Pyright plugin for Python type checking. I am puzzled why Pyright is not recognizing a variable as type function, when the code works as expected, and entering this code ...
0 votes
2 answers
147 views
fsck on a faulty disk terminates with Error writing file system info: Remote I/O error
I'm trying to read old IDE disks through an USB adapter on my Linux Mint machine. One issues a "Can't read superblock on /dev/sdb1" when I try to mount it. I use dumpe2fs to get the ...
0 votes
1 answer
71 views
How to split VSCode editor as attached screenshot?
Somehow the Microsoft Visual Studio Code editor zone is split horizontally as in the screenshot that just shows a blue line without the filename. I tried clicking the option to split editor but it ...
0 votes
0 answers
66 views
Vscode is emulating "old X11 keyboard settings". How do I make it stop?
Weird title but I dont know how else to explain it. I used to be on KDE with X11 and had a .xinitrc with some extra keyboard settings like swapping escape and caps keys, setting the layout to german, ...
0 votes
2 answers
53 views
Solaris 10: after go from IDE to SATA a "ghost disk" appear
I run Solaris 10 in Qemu vm on Linux host. All works fine (sata, usb, etc..) I ran on IDE because on some old version of libvirt/qemu Solaris 10 gave a lot of error (ioapic timeout and similar) if ...
0 votes
1 answer
692 views
Are there Visual Studio -like tools for creating forms in Linux?
I want to create forms in Linux. I create Windows forms, but for example if I was to use Linux to develop is there any software I could use to create a form like you would in Visual Studio?
1 vote
0 answers
38 views
package not install in pycharm
I am using Zorin os 16.1 pros. I am trying to install pyaudio in pycharm it gives an error. But it is already installed in the terminal. I don't know where it is installed. It gives Python 3.8.10 (...
0 votes
1 answer
100 views
Linux on old hppa c3000, dvd ide found..but not avaliable
I run Debian SID on HPPA C3000, a very old workstation from HP. I have this problem, the ide cd-drom drive seems to be recognized, but no device created. The dvd is recognized: dmesg |grep -i dvd [ ...
0 votes
0 answers
300 views
Sata III hard drives not recognized by ECS motherboard caused data corruption of hard drives
I connected two new sata hard drives to my ECS G31T-M9 motherboard. They are mechanical SATA III hdd's 500 GB and 1 TB respectively. Issues started to happen with this 500 GB drive first, the ...
10 votes
1 answer
3k views
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....
1 vote
0 answers
97 views
No input promp in kdevelop python
I'm a beginner in python using Kdev on Linux. I tried to execute this code: nm= input('Enter your name:') print('Welcome', nm) Normally it should prompt something asking me the name and so on but ...
9 votes
1 answer
1k views
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 ...
6 votes
2 answers
4k views
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.
1 vote
0 answers
920 views
Create desktop Entry for Eclipse IDE in Debian 10
I am not expert in linux but can find my way around it most of the time. I have install Eclipse IDE for Debian 10 and tried to create a desktop entry. This is what I did: Created a eclipse.desktop ...
1 vote
0 answers
54 views
Why does dmenu block SIGINT propagation?
When running Jetbrains IDEs (such as PyCharm and Android Studio) through dmenu, I get the following warning: The IDE ignores SIGINT: the "Stop" button in run configurations may not work. It then ...