[Feature]: Display a path to an opened file
Feature description
It would be good if the full path to a source file will be displayed on a long tap in the opened file tab or in the search results.
I have cloned the project which has 3 versions of Raze engine, and 3 folders of source files. And I cannot see in which folder the opened file is located.
What version of AndroidIDE you're using?
v2.5.3 (debug builds)
Duplicate issues
- [X] This issue has not been reported yet.
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
+1
path is lacated below processBar
like this
full path might be not good, probably relative to the project folder instead of full, full path in the project will be very long since android project is complicated in terms of child folder
Yes, the relative path.
like moduleName/FileName.whateever ?
Maybe better the subfolder of jni where file is located and then the filename if this is cpp or c source. All the jni part is compiled using a single task :app:buildNdkBuildDebug or Release. It's counted as only one module.