|
From: Timothy N. J. <tim...@ya...> - 2001-01-18 00:23:22
|
I'm noodling around with some macros for source code control (checkout,
etc.). The macros invoke a command line program to do the actual work
using the Console plugin. Some operations, such as checkout, cause the
read-only status of the buffer's file to change. I'd like to update
the GUI to reflect the new status. Reloading the buffer from within
the macros ("buffer.reload(view)") seems to have no effect, but
manually reloading after the macro runs (either through the File /
Reload or Utilities / Evaluate BeanShell Expression menus) works.
Any ideas?
Thanks,
Tim
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
|