

#Stata 12 se install
Install package control: go to this page and proceed with the installation as instructed. Sublime Textĭownload and install Sublime Text: select and download the binaries that correspond to your operating system in the download page. Once you save it you can assign a name and shortcut, avoid combinations with CTRL or SHIFT ( F9 is recommended by the developer). You have to add quotes to the path, so before clicking save it should look like "C:\ado\personal\rundolines.exe". ‘Connect’ Notepad++ with rundolines: in Notepad++ go to the Run menu and select run, browse to where you saved rudolines.exe and select it. In my experience this is enough to make it work with Stata 12 and 13, but some other options are available and may be needed to make the script work properly, visit the developer page to explore those options. Statawin "Stata/SE 13.1" should match your version

Stata "C:\Program Files\Stata13\StataSE.exe" should match your path
#Stata 12 se how to
Install and configure Rundolines: for this implementation we will be using a small program called rundolines, you can find the program and general instructions on how to install it in Friedrich Huebler’s page ( Update: the provided link is not working, but you can get a copy here). Open Notepad++ and in the Language menu select Define your language, then press the Import button, select your source file and you are done. Notepad++ĭownload and install Notepad: note that these instructions are for Windows only.Įnable Stata syntax-highlighting: go to the user defined languages page, look for ‘Stata’ and download the corresponding xml file, save it in your downloads folder. I will be focusing on Sublime Text (free and cross-platform) and Notepad++ (free and open-source, Windows only) but there is plenty of alternatives.
#Stata 12 se code
I’ve been using Stata for almost a year now and I like it a lot, but the integrated do-file editor is somehow limited also, I love the advanced features that text editors have to offer (multiple cursors, block selection, regex search/replace, etc), and of course the possibility of using my text editor to do other things like run R code or compile documents written in Latex or Markdown. How to integrate your text editor with Stata
