I find very little reason why Katalon Studio disallows user to open his/her project with Project Explorer and to let them edit README.md and other files using Eclipse-built-in editors. The only reason would be a risk for ignorant beginners to accidentally delete important files (*.class, .project, .classpath, etc) and post “NOTHING WORKS! PLS HELP ME”.
However, Katalon team can setup Project View with pre-defined filters. For example .class file can be hidden and invisible. Using this filter, Katalon team can reduce the risk. See
How about making Project Explorer require the .git dir to be in the project directory. If the .git is there, the user possibly knows GIT, and he/she can possibly restore any accidentally deleted files from the repository.
I think that people/projects that don’t use Git wouldn’t need Project Explorer in Katalon Studio anyway.
@Russ_Thomas, Do you need capability of editing Non-Katalon-native file types (*.js for example) in your projects which are not backed by Git? If yes, I would like to ask you how come you can live without Git.
just as a side note, any operating system has a file manager …
and a ‘command prompt/terminal’ …
and plenty file editors …
just saying, i never trusted VCS integration in any tool I use. and i will never use such feature despite the fact i use a lot of tools with such feature built-in
git branch
git status
git checkout
git commit
git push
that’s my mantra …
but looking forward how this request will be implemented in Katalon. maybe one day i will change my mind …
There is in deed no reason to not show those files, it’s just that there are other things to be implemented or fixed, especially when other file editors are already freely available . However, I agree that current file filters and context menus are trying too hard to hide away files and actions. We will surely lift these restrictions in future releases.
I want to open <project directory>/Materials/index.html with Eclipse-built-in web browser.
This file is the artifact of my Visual Testing in Katalon Studio project. I want to view it in Katalon Studio natively rather than going out to Mac Finder/Windows Explorer to click it to open with external browsers.
Why?
Windows Explore is a very much greedy software. When I open a folder <project>/Materials/ and click the index.html in it, the Explorer takes software lock for the file. If I execute other Java program (e.g., a test case in Katalon Studio) which tries to delete the index.html, a contention occurs. Windows OS does lock the file and force Java program not to delete it. In order to free the lock & contention between Windows OS and a Java process, I have to close Explorer, or in a worst case I have to stop and restart Windows OS. This problem is very annoying. Therefore I want to refrain from Windows Explorer as much as possible.
I am preparing a new release of my Visual Testing in Katalon Studio project. The project produces <katalonProjectDir>/Materials and Storage directory which contain a lot of PNG files, JSON files, and HTML files. KS v6.1.2 hides unrecognized resources in the project directory. KS v6.1.2 does not show those additive files which “Visual Testing in Katalon Studio” generate. Therefore I have to open Emacs to operate those files. Using 2 IDEs for a single project is just cumbersome.
Finally Katalon Studio v6.1.3 will let me operate whole set of files for Visual Testing in Katalon Studio. Can’t wait.
I have a requirement. In v6.1.3, it it possible to select a *.html file and open it with Browser?
Opening a *.html file with Browser inside/outside KS — both are acceptable. Eclipse allows us to view HTML with Browser inside Eclipse. IntelliJ IDEA opens Browser window outside. Both are acceptable.
Opening a *.html with text editor is also required…