<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to scripted</title><link>https://sourceforge.net/p/vdfiltermod/wiki/scripted/</link><description>Recent changes to scripted</description><atom:link href="https://sourceforge.net/p/vdfiltermod/wiki/scripted/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 30 Jun 2016 17:36:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vdfiltermod/wiki/scripted/feed" rel="self" type="application/rss+xml"/><item><title>scripted modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/scripted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -53,7 +53,7 @@

 You may change plugin specific options from Script Editor menu or from VirtualDub main menu: go to **Options -&amp;gt; Plug-ins**.

-ScriptEd is implemented as a plugin for [VirtualDub FilterMod](/p/vdfiltermod/wiki/home/), and as such could be fairly easily extended for further functionality. Or you can use it as example to make some similar tool plugin.
+ScriptEd is implemented as a plugin for [VirtualDub FilterMod](/p/vdfiltermod/wiki/), and as such could be fairly easily extended for further functionality. Or you can use it as example to make some similar tool plugin.

 Source code: [Git](/p/vdfiltermod/scripted/)
 Includes Scintilla sources for easy build. No other dependencies.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Thu, 30 Jun 2016 17:36:02 -0000</pubDate><guid>https://sourceforge.net52a80ad007da7081595f94f67d456730c67e7616</guid></item><item><title>scripted modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/scripted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -53,7 +53,7 @@

 You may change plugin specific options from Script Editor menu or from VirtualDub main menu: go to **Options -&amp;gt; Plug-ins**.

-ScriptEd is implemented as a plugin for VirtualDub FilterMod (this project), and as such could be fairly easily extended for further functionality. Or you can use it as example to make some similar tool plugin.
+ScriptEd is implemented as a plugin for [VirtualDub FilterMod](/p/vdfiltermod/wiki/home/), and as such could be fairly easily extended for further functionality. Or you can use it as example to make some similar tool plugin.

 Source code: [Git](/p/vdfiltermod/scripted/)
 Includes Scintilla sources for easy build. No other dependencies.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Thu, 30 Jun 2016 17:34:49 -0000</pubDate><guid>https://sourceforge.net30ab8700badce2128cebaadffd10885287abc987</guid></item><item><title>scripted modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/scripted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,9 +3,7 @@

 It is a port from script editor build in VirtualDubMod with some extra features added and issues fixed.

-Preview version available here: http://forum.doom9.org/showthread.php?p=1771953#post1771953
-(complete release soon)
-
+Download: included in pack [VirtualDub pack](/projects/vdfiltermod/files/VirtualDub pack/)

 Currently implemented for ALL:  
 ~~~
@@ -60,3 +58,5 @@
 Source code: [Git](/p/vdfiltermod/scripted/)
 Includes Scintilla sources for easy build. No other dependencies.
 Project can be built as plugin and as standalone editor (useful for debugging).
+
+Also see discussion: http://forum.doom9.org/showthread.php?p=1771953#post1771953
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Thu, 30 Jun 2016 17:29:05 -0000</pubDate><guid>https://sourceforge.netdfb373a44569ee9d2b7fc5e63e6af9bb7b9a4fd8</guid></item><item><title>scripted modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/scripted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -5,6 +5,7 @@

 Preview version available here: http://forum.doom9.org/showthread.php?p=1771953#post1771953
 (complete release soon)
+

 Currently implemented for ALL:  
 ~~~
@@ -23,8 +24,12 @@
 CTRL/SHIFT/O     Insert FileName
 ~~~

-Currently implemented for Avisynth:  
-Avisynth Syntax hi-liting
+
+Currently implemented for Avisynth:
+
+*  Syntax hi-liting
+*  external functions hi-liting and completion
+*  Auto-opening of .avs files
 ~~~
 CTRL/P           Insert current frame number
 CTRL/R           Insert Range
@@ -35,8 +40,11 @@
 CTRL/SPACE       Start code completion
 ~~~

-Currently implemented for VapourSynth:  
-VapourSynth Syntax hi-liting
+
+Currently implemented for VapourSynth:
+
+*  Syntax hi-liting
+*  Auto-opening of .vpy files
 ~~~
 CTRL/P           Insert current frame number
 ~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Wed, 29 Jun 2016 20:31:55 -0000</pubDate><guid>https://sourceforge.net75392f045a5ec2185e1f78de16e507d6395f3fad</guid></item><item><title>scripted modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/scripted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,6 +2,9 @@
 ------------

 It is a port from script editor build in VirtualDubMod with some extra features added and issues fixed.
+
+Preview version available here: http://forum.doom9.org/showthread.php?p=1771953#post1771953
+(complete release soon)

 Currently implemented for ALL:  
 ~~~
@@ -38,4 +41,14 @@
 CTRL/P           Insert current frame number
 ~~~

+To access the plugin:
+Go to **Tools -&amp;gt; Script Editor**
+You can set a hotkey for it. Go to **Options -&amp;gt; Keyboard shortcuts** and find Tools.ScriptEditor
+
+You may change plugin specific options from Script Editor menu or from VirtualDub main menu: go to **Options -&amp;gt; Plug-ins**.
+
 ScriptEd is implemented as a plugin for VirtualDub FilterMod (this project), and as such could be fairly easily extended for further functionality. Or you can use it as example to make some similar tool plugin.
+
+Source code: [Git](/p/vdfiltermod/scripted/)
+Includes Scintilla sources for easy build. No other dependencies.
+Project can be built as plugin and as standalone editor (useful for debugging).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Wed, 29 Jun 2016 20:24:26 -0000</pubDate><guid>https://sourceforge.net1ee7d811826a67b739fdf89d313f362e543a938b</guid></item><item><title>scripted modified by Anton Shekhovtsov</title><link>https://sourceforge.net/p/vdfiltermod/wiki/scripted/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="a-simple-avisynth-vapoursynth-script-editor-plugin"&gt;A simple AviSynth / VapourSynth script editor plugin&lt;/h2&gt;
&lt;p&gt;It is a port from script editor build in VirtualDubMod with some extra features added and issues fixed.&lt;/p&gt;
&lt;p&gt;Currently implemented for ALL:&lt;br/&gt;
&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;CTRL/G           Goto (Script Line or Frame Number)
CTRL/Z           Undo
CTRL/Y           Redo
CTRL/F           Find
F3               Find Next
SHIFT/F3         Find Prev
CTRL/N           New file
CTRL/O           Open File
CTRL/S           Save File
F5               Save and reopen at current frame.
F7               Save and open.
Menu Only        Revert  
CTRL/SHIFT/O     Insert FileName
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Currently implemented for Avisynth:&lt;br/&gt;
Avisynth Syntax hi-liting&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;CTRL/P           Insert current frame number
CTRL/R           Insert Range
CTRL/T           Insert Trim with range
CTRL/I           Import Frameset as Trims (replicate VDub range deletions into script).
CTRL/SHIFT/ALT/C Comment selected.
CTRL/SHIFT/ALT/U UnComment selected.
CTRL/SPACE       Start code completion
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Currently implemented for VapourSynth:&lt;br/&gt;
VapourSynth Syntax hi-liting&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;CTRL/P           Insert current frame number
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;ScriptEd is implemented as a plugin for VirtualDub FilterMod (this project), and as such could be fairly easily extended for further functionality. Or you can use it as example to make some similar tool plugin.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anton Shekhovtsov</dc:creator><pubDate>Wed, 29 Jun 2016 20:11:54 -0000</pubDate><guid>https://sourceforge.net63ae44e5ff69a1c0f79e72bb8ae8d5f23cb580dc</guid></item></channel></rss>