-
-
Notifications
You must be signed in to change notification settings - Fork 24
How to start
sieukrem edited this page Mar 17, 2015
·
11 revisions
Download latest released file and unzip it into Notepad++ plugins directory
Nothing smplier than that. Open new tab in Notepad++ and put following code snippet.
alert("Hello world");
Now you can run this code snippet. Go in to main menu 'Run' and click 'Current View' (or press F5). You will see a messagebox with 'Hello world'. Click 'ok'.