Menu

MENUCOMMAND.SEARCH_FINDINFILES

tre-flip
2015-03-11
2015-03-15
  • tre-flip

    tre-flip - 2015-03-11

    Sorry if this is a simple question but how do I implement this command? I looked for any syntax help but just found it under the category Enums. Or if there is additional data on how to use the help here that would work to. I am new to python and not a programmer but am willing to learn.

    Thanks!

     
  • tre-flip

    tre-flip - 2015-03-12

    I think this is in the wrong forum. Please move over to the Help section. Thanks!

     
  • Dave Brotherstone

    All MENUCOMMANDs are run with the notepad.menuCommand() method.

    notepad.menuCommand(MENUCOMMAND.SEARCH_FINDINFILES)
    

    Note this only "clicks" the menu option, if you want to do programmatic searching and replacing, take a look at editor.research() or editor.rereplace()

    Cheers,
    Dave

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.