Wish Quick access to JAVA files from IDE

fredo

Well-Known Member
Licensed User
Longtime User
If a runtime error occurs, the module name and the JAVA line number are displayed in the log.

In order to find the corresponding B4A line it is necessary to open the mentioned java file in the /src folder, find the mentioned linenumber and locate the //BA.debugLineNum above.

From the aspect of productivity it would be helpful if the src file would be reachable from the IDE with two clicks.

Idea 1:
The most convinient way would be a contextsensitive menu which navigates automatically to the source file

15-01-_2018_09-51-51.jpg

Idea 2:
A window like the Files manager (with grouping) reachable via the IDE "Windows" menu.
15-01-_2018_09-58-42.jpg
 
Top