Package org.gjt.sp.jedit.msg

Examples of org.gjt.sp.jedit.msg.SearchSettingsChanged


    // Tags plugin likes to call this method at times other than
    // startup; so we need to fire a SearchSettingsChanged to
    // notify the search bar and so on.
    matcher = null;
    EditBus.send(new SearchSettingsChanged(null));
  } //}}}
View Full Code Here

TOP

Related Classes of org.gjt.sp.jedit.msg.SearchSettingsChanged

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.