[Wish] Open java file option

Penko

Active Member
Licensed User
Longtime User
This one is pretty easy to explain.

For numerous reasons, I have had the need to open the .java file of an object(no matter activity, code module or class) to see the actual java code and get better understanding of what the compile problem is. Now, I know the compiler has been greatly improved but sometimes I still do this. So, if it is possible, somewhere on right click of the module tab or anywhere else, there might be an option "Open java file" which could open the .java file in the default text editor.
 
Top