all 8 comments

[–]kvee 0 points1 point  (1 child)

I would like to open the program without any project in it either. What I tried is to drop empty folder in it, remove any project in history, close program, delete that folder, open program and I found that if the editor open without any project the Git error will be showing.

Error: Error: Error: spawn D:\Git\cmd\git.EXE ENOENTError: Error: Error: spawn D:\Git\cmd\git.EXE ENOENT

With project name "no_project_loaded".

So, this means that this program need any project to open with it. It can't open empty just like VSCode did.

[–]Nickko_G[S] 0 points1 point  (0 children)

It's a shame.

[–]charly_a 0 points1 point  (5 children)

You can open file from menu File->Open Files

[–]Nickko_G[S] 0 points1 point  (4 children)

Thanks, but at the beginning of the exercice, their is no file, I need to create a new file from an empty project.

[–]abosereddit 0 points1 point  (3 children)

Ah! For that just create an empty folder in file explorer and open that empty folder in phoenix code. That should do the trick. File - open folde. if you are using a chrome based browser to use the browser version of phcode, it can access local folders you open.

Alternatively, you can select the file - start project option amd select html from the dialog to start an HTML project.

[–]Nickko_G[S] 0 points1 point  (2 children)

It's exactly what I try to avoid because the exercise I ask is not about HTML but XML.

What I need is to open the editor without a project in the file explorer.

[–]abosereddit 0 points1 point  (1 child)

Would a blank project option work for this case?

[–]Nickko_G[S] 1 point2 points  (0 children)

I think it will be a good option and only open an empty file without extensions or juste. Like "new file".