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/