Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
config:scripts:lua [2013/07/11 03:21] – Updated SVN changes script to v0.7 thrawnconfig:scripts:lua [2015/01/14 21:22] (current) – Adding "Format document on save" script olsonpm
Line 143: Line 143:
  
 {{:config:scripts:find-project-extensions.lua}} {{:config:scripts:find-project-extensions.lua}}
 +
 +{{tag>configure lua script}}
 +
 +
 +===== Format document on save =====
 +
 +This file is more a framework to write your own cli calls to format the current file upon save.  There are a few hacks to get around the issue
 +of a possible infinite loop (since the workflow is save -> format document -> save), but everything is heavily commented for your ease of use.
 +Please note you will need to save this file under the reserved .../geanylua/events/saved.lua filename.
 +
 +{{:config:scripts:format-on-save.lua}}
  
 {{tag>configure lua script}} {{tag>configure lua script}}
  
  
Print/export