Skip to content

markalfred/Santeria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Santería

A Sublime Text 2 plugin for MEDITECH's Magic programming languages. Designed with the needs of Client/Service programmers in mind.

Getting Started

Santería is meant to be used alongside SVN. With SVN, you can download your entire application's latest code to your client.

  • Install Sublime SVN

  • Checkout your application via the SVN: Checkout menu item:

    • Press Ctrl + Shift + P
    • Select SVN: Checkout
    • Example Repository URL: https://vcfs01.meditech.com/svn/CS-NPR/5.6.5/Source/ADM/
  • Install Santería

Usage

In a Magic source file, place your cursor on a bit of code and press F1. What occurs depends on what you have selected:

  • Macro Call - Jumps to the macro definition.
  • Macro Title - Jumps back to the call, or finds the first call in the file.
  • Data Element / NPR Macro - Shows documentation on that item.
  • Local Variable - Shows in-procedure documentation for that variable if it exists.
  • Procedure Call - Procedure opens in a new tab.

The santeria command can be mapped to any key.

{ "keys": ["f1"], "command": "santeria" }

About

Sublime Text 2 plugin for MEDITECH's Magic programming languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages