|
|
|
|
|
by kunai
4822 days ago
|
|
Simple. Switch to VIM. Or, just write GTK code from scratch directly in the IDE. It's not too hard. I currently use Swing in Java, all written from scratch - no IDEs to be found. I've also dabbled around with simple GTK+ apps. They aren't as easy, nor as efficient, to work with as the standard Java toolkit, but you get used to it. I switched back to Swing because I wanted as few dependencies as possible. |
|