dzsessona / QuickOpener-NetBeans

Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.
52 stars 41 forks source link

Some placeholders could not be replaced #79

Closed dkirrane closed 7 years ago

dkirrane commented 7 years ago

On Netbeans 8.2 I'm getting error Some placeholders could not be replaced

I'm launching this Git for Windows custom command:

"C:\Program Files\Git\git-bash.exe" "--cd=${projectFolder}"
dkirrane commented 7 years ago

Think I rebooted a couple of times and it seems to work now.

markiewb commented 7 years ago

@dkirrane: So your issue is solved? Which node (tree element or editor) was effected?

dkirrane commented 7 years ago

I think the issue was I selected a Maven project node in the Project View and then launched my custom Git BASH command above.

But I'll try reproduce again and send on the IDE logs