DReynolds4001 / SftwrEngMissionControl

Intro to Software Engineering Class Project - Subject: Notepad++
Other
0 stars 0 forks source link

New feature: Run unsaved script files #25

Open khalifa1334 opened 5 years ago

khalifa1334 commented 5 years ago

Description of the Issue I'd like to (optionally) run unsaved script files.

Steps to Reproduce the Issue Create a new "runnable" script, or modify an existing one, do not save it Run it 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.

khalifa1334 commented 5 years ago

5242