Hello. I recently switched from Netbeans to Eclipse after Netbeans started memory leaking like there was no tomorrow. I’ve found most of the functionality I used in Netbeans in Eclipse, but there are still a few things I don’t know how to do yet:
- Is there a profiler for Eclipse? There was a built-in one in Netbeans. It was insanely inaccurate and weird, but it was better than nothing.
- Can I change the stupid hotkeys? Having F11 for debug and Ctrl-F11 for run seems completely backwards to me.
- Can I associate file types inside Eclipse? I usually write my shaders inside my IDE (in the basic text editor), but it keeps opening it with Notepad if I just double-click it.
- Concerning shaders again, is there a GLSL plugin for Eclipse? Are there any good sites/sources for plugins?
- I’m going crazy on how the run settings work. I have around 30 very small LWJGL test programs, and when I run them for the first time in Eclipse it creates a new run configuration that doesn’t have the natives and memory settings specified, so I have to manually add them for every program. If it was just once, then it wouldn’t have been a problem, but if I update LWJGL or something I’ll have to change them all manually. Can I set all the programs inside a project to use the same run configuration, or at least the same VM commands?
Thanks!