From 3cf2d4b44d5b694f646b6425702ddefa18f6b1c5 Mon Sep 17 00:00:00 2001 From: dail8859 Date: Thu, 20 Apr 2017 19:13:35 -0400 Subject: [PATCH] Bump version to v0.7.0 --- README.md | 5 +- docs/classes/Editor.html | 47 ++++-- docs/classes/Match.html | 15 +- docs/classes/Notepad.html | 36 +++- docs/classes/Styler.html | 8 +- docs/examples/bookmark.lua.html | 8 +- docs/examples/highlightoccurrences.lua.html | 8 +- docs/examples/luaautoindent.lua.html | 19 ++- docs/examples/luasyntaxchecker.lua.html | 8 +- docs/examples/randomizelines.lua.html | 175 ++++++++++++++++++++ docs/examples/selectionaddnext.lua.html | 8 +- docs/examples/sessionmanager.lua.html | 8 +- docs/examples/stylecsv.lua.html | 8 +- docs/examples/stylecustom.lua.html | 8 +- docs/examples/visualstudiolinecopy.lua.html | 8 +- docs/index.html | 16 +- docs/topics/callbacks.md.html | 8 +- docs/topics/externalpluginsupport.md.html | 125 ++++++++++++++ docs_gen/config.ld | 2 +- src/Version.h | 8 +- 20 files changed, 458 insertions(+), 70 deletions(-) create mode 100644 docs/examples/randomizelines.lua.html create mode 100644 docs/topics/externalpluginsupport.md.html diff --git a/README.md b/README.md index 6558e4d..44ed55f 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,10 @@ Scripts can also register functions to be called when certain events occur, such The full API documentation can be found [here](http://dail8859.github.io/LuaScript/). Also be sure to check out the [examples](/examples/) directory. ## Development -The code has been developed using MSVC 2013. To compile the code: +The code has been developed using MSVC 2015. To compile the code: 1. Open the `LuaScript.sln` file -2. Select the `Win32` platform (x64 is currently experimental) -3. Press `F7` and that's it! +1. Press `F7` and that's it! For convenience, MSVC automatically copies the DLL into the Notepad++ plugin directory. diff --git a/docs/classes/Editor.html b/docs/classes/Editor.html index d2236c3..f0baa9e 100644 --- a/docs/classes/Editor.html +++ b/docs/classes/Editor.html @@ -23,7 +23,7 @@
-Generated by LDoc 1.4.3 +generated by LDoc 1.4.6