Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: Run unsaved script files #5242

Open
demetrio72 opened this issue Jan 17, 2019 · 2 comments
Open

New feature: Run unsaved script files #5242

demetrio72 opened this issue Jan 17, 2019 · 2 comments

Comments

@demetrio72
Copy link

Description of the Issue

I'd like to (optionally) run unsaved script files.

Steps to Reproduce the Issue

  1. Create a new "runnable" script, or modify an existing one, do not save it
  2. Run it
  3. Check behaviour

Expected Behavior

I'd like to run the in memory file

Actual Behavior

Actually, Npp runs older version of file, or nothing if the file is new

Debug Information

If the file is not saved, Npp should save a temporary file and run that one.

@sasumner
Copy link
Contributor

What type of "script" files are you talking about?

@demetrio72
Copy link
Author

demetrio72 commented Jan 17, 2019

In my case I'm talking about SQL files, I give the filename to sqlplus. But it could be any (standalone) script, batch files too.
The goal is: I don't want to change the file, I just want to make some little change (for instance, adding some debug info) just for testing, but keeping unchanged original file on disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants