Community
    • Login

    GoToFile

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    file navigationplugin
    1 Posts 1 Posters 2.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • PredelnikP
      Predelnik
      last edited by

      Very simple plugin which I’ve created for going to file names written inside a text or source file. We had several problems with existing plugins for such functionality so I decided to write my own. Not sure that it’s very popular need, but still sharing it here. Also I’ve experimented with some interesting techniques in the source, so maybe someone will find it useful.

      Description:
      Navigation (default shortcut is alt+G) to file, the name of which is selected or currently under cursor. Absolute and relative (to current file) file names are supported.

      Options:

      • Stop symbols to help determine file name when selection is empty (Because symbols like quotes (") are technically allowed in file paths this settings is tunable)
      • Switch to files opened (on by default)
      • Open files in other view (on by default)
      • Open files in other program when their size is more than X MB. Off by default and the program path is tunable. (If you work with really large files but still want to see their contents in program like lister.exe)

      Source: https://github.com/Predelnik/GoToFile (The only compiler supported is MSVC2015)
      Download link: https://github.com/Predelnik/GoToFile/releases/download/v1.0.0/GoToFile.zip (Windows XP is not supported currently)

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors