Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Integrating Stata and JEdit


From   "Dimitriy V. Masterov" <[email protected]>
To   Statalist <[email protected]>
Subject   st: Integrating Stata and JEdit
Date   Mon, 26 Jun 2006 13:10:16 -0400

Has anyone successfully integrated jEdit and Stata using AutoIt? I am
trying to help a friend, but I am not sure how to configure the plugin
in jEdit, if that is the appropriate terminology. I think I've gotten
the script to run OK.

I'm a Vim user, and in my _gvimrc file I have the following code to
map F8 to the AutoIt script:

:map <F8> :<C-U>call RunIt() <ENTER>
:imap <F8> <Esc>:<C-U>call RunIt() <ENTER>

fun! RunIt()
 w
 !start "C:\Program Files\Scripts\rundo.exe" "%:p" <Enter>
endfu

What is the analogue for this in jEdit?

Dimitriy
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index