aplteam / Fire

GUI for Find and Replace operations in Dyalog APL
MIT License
3 stars 0 forks source link

Help ReadMe and Useful RegEx fail to find file #9

Closed norberturkiewicz closed 5 years ago

norberturkiewicz commented 5 years ago

Both the help options fail. Build 6.6.3.5

image

image

aplteam commented 5 years ago

Fire is not able to find those HTML files anywhere but in one of:

Your screenshot shows a git project "Fire", but of course Fire cannot have any knowledge about that.

norberturkiewicz commented 5 years ago

I extract the downloaded Fire application into a folder called dist in the project folder. I am not using the actual git project to run fire.

aplteam commented 5 years ago

But that cannot work. The fire script as well as the folder with the WS and the HTML files must live in one of the folders scanned by the interpreter for user commands.

There are just two defaults:

  1. The folder SALT\spice in the Dyalog installation folder
  2. The folder Documents\MyUCMDs in your home folder which normally is C:\Users{YourUserName}\

Any other folder would need to be added to the Source folders on the "User Commands" tab in the configuration dialog box.

On Thu, 6 Dec 2018 at 15:08, Norbert Jurkiewicz notifications@github.com wrote:

I extract the downloaded Fire application into a folder called dist in the project folder. I am not using the actual git project to run fire.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/aplteam/Fire/issues/9#issuecomment-444902911, or mute the thread https://github.com/notifications/unsubscribe-auth/APt0nc3Iy7TLPKHf8kXA4oO8o8NmHvL9ks5u2TLugaJpZM4Y4UjX .

norberturkiewicz commented 5 years ago

Do I not have fire installed correctly?

image

image

image