Jump to content

AddHelp


asdf8
 Share

Recommended Posts

Made a small panel for quick access to additional help files, well, or to frequently used files and folders (like the "Favorites").

Supported by a keyword search for startup files CHM and HLP.

The program can work with almost any IDE.

Examples of connecting the panel:

SciTE4AutoIt3

add to the file "au3.properties"

command.44.$(au3)="$(SciteDefaultHome)\AddHelp\AddHelp.exe" au3 "$(CurrentWord)"
command.name.44.$(au3)=Additional Help
command.mode.44.$(au3)=subsystem:shellexec,savebefore:no

SciTE-Ru

add to the section "root" file "SciTEToolsMenu.properties" (for each file type will have its own content pane)

command.name.129.*=Additional Help
command.129.*=$(SciteDefaultHome)\AddHelp\AddHelp.exe $(Language) "$(CurrentWord)"
command.mode.129.*=subsystem:shellexec,savebefore:no
command.shortcut.129.*=Alt+F1
CN_ADDITIONAL_HELP=129

Notepad++

add to the section "UserDefinedCommands" file "shortcuts.xml" (for each file type will have its own content pane)

<Command name="Additional Help" Ctrl="no" Alt="yes" Shift="no" Key="112">$(NPP_DIRECTORY)\AddHelp\AddHelp.exe &quot;$(FULL_CURRENT_PATH)&quot; &quot;$(CURRENT_WORD)&quot;</Command>

AddHelp.rar

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...