Giter Club home page Giter Club logo

isense-x's Introduction

ISense - IntelliSense script for AutoHotKey language 


OVERVIEW
--------
This is command completition and parameter tracking script for AutoHotKey language. 
It is made to help you edit your code faster, to locate exact parameter position 
with complex commands (like InputBox), and generaly, provide you help with AutoHotKey 
without ever leaving your editor.


FEATURES
---------
- Info window that contain all commands, functions and user functions that start with currently typed prefix
- ActiveGoTo integration 
- Parameter display and tracking
- Full help on last typed command
- Works on already typed sentences
- Every aspect of script is customizable (colors, transparency, hotkeys ...)
- Plugins for non standard editors. Choose among different ISense methods or write your own.


USAGE
-----
Title of your editor window must include ".ahk" somewhere. To make ISense monitor your input, 
press SPACE, TAB or ENTER. After typing 3 letters Info window will appear containing AHK commands 
starting with letters you typed. If you continue to type Info window will repopulate commands in the
list based on your letters. The list will be returned to previous state when you delete characters. 
While Info windows is visible, use arrows, pgup, pgdn, home & end to select the desired command. 
Press TAB, COMMA, or CLICK to evaluate the selection. If you don't select anything first command 
in the Info window will be evaluated. 

After evaluation the script will change mode to parameter tracking. Current parameter will be shown bold. 
If you press CTRL SPACE while tooltip is visible, full help on current command will be shown. 
You can scroll help using arrows, pgup, pgdn, home & end. 

To cancel any ISense window at any moment pres ESC, or move arond the code.
You can also press CTRL SPACE on any part of the line. ISense will grab that line and try to locate 
the AHK command and current parameter. This procedure is editor specific so if it doesn't work with your
editor choose different method or write your own.



CONFIRMED EDITORS:
Notepad, SciTE, Notepad++, EmEditor, Programers Notepad, PSPad, Notepad2, Crimson, Metapad, EditPlus, ConTEXT, UltraEdit-32, SynPlus, Syn



NOTES 
-----
Tracing tooltip can be enabled for debuging. To enable it, uncomment line 1: 

    1:  Isense_trace := true
 
If you find any bug make sure nobody reported it (check out the BUGS section) before posting it. 
Suggestions & feedback are appreciated.


TO-DO
-----
- User variables and functions from includes
- Language definition file so it is able to work with other languages.


THANK YOU
---------
Rajat for inspiration
All who tested this script


ABOUT
-----
Created by 

Miodrag Milic  
[email protected]

freakk
[email protected]


Homepage:
http://code.google.com/p/isense-x/

2007,2008

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.