Giter Site home page Giter Site logo

ahk_notepad-plus-plus's Introduction

Setup Notepad++ for AutoHotkey

tested up to Notepad++ v8.1 (64-bit)

Syntax-Highlighting

  • Download userDefineLang_AHK.xml (as raw)
  • Save it to the right location:
    • 32-Bit (C:\Program Files (x86)\Notepad++\)
    • 64-Bit (C:\Program Files\Notepad++\)
    • as User (%AppData%\Notepad++\)
  • Start Notepad++ and click on Menu Language -> User Defined Language -> Define your language...
  • Import your userDefineLang_AHK.xml
  • Restart Notepad++

Auto-Completion

  • Download AutoHotkey.xml (as raw)
  • Save it to the right location:
    • 32-Bit (C:\Program Files (x86)\Notepad++\autoCompletion\)
    • 64-Bit (C:\Program Files\Notepad++\autoCompletion\)
  • Start Notepad++ and click on Menu Settings -> Preferences
  • Click on Auto-Completion and activate Enable auto-completion on each input
  • (Recommendation: From 2th character, Function completion & Function parameters hint on input)

Plugins

  • Start Notepad++ and click on Menu Plugins -> Plugins Admin...
  • Check the box for the plugins you want to install
  • Click Install

Alternative:

  • Download PlugIns
  • Save it to the right location:
    • 32-Bit (C:\Program Files (x86)\Notepad++\plugins)
    • 64-Bit (C:\Program Files\Notepad++\plugins\)
    • as User (%AppData%\Notepad++\plugins\)

Notepad++ loads plugins at startup. To load a new plugin, you can either close and restart Notepad++,
or use the Settings -> Import -> Import plugin(s)... command.

Useful Plugins

  • AutoSave allows to automatically save the currently open files based on a timer schedule.
  • RunMe allows to execute the currently open file, based on its shell association.
  • TextFX brings a number of useful features.

Set Notepad++ as default Editor for AutoHotkey Scripts

(Right Click -> Edit Script)

With a *.reg File (save as and run)
Windows Registry Editor Version 5.00
 
[HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command]
@="C:\\Program Files (x86)\\Notepad++\\notepad++.exe %1"
With AutoHotkey (*.ahk)
RegWrite REG_SZ, HKCR, AutoHotkeyScript\Shell\Edit\Command,, C:\Program Files (x86)\Notepad++\notepad++.exe `%1

Downloads

Donations

Donations are appreciated if I could help you

ahk_notepad-plus-plus's People

Contributors

jnizm avatar calalaera avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.