Giter Club home page Giter Club logo

isense-x's People

Watchers

 avatar

Forkers

fjxhkj majkinetor

isense-x's Issues

Command appended to already typed command in UltraEdit

What steps will reproduce the problem?
1. Type a command (ex. Progress)
2. Directly after the command type a comma

What is the expected output? What do you see instead?

ISense pops up the information for "Progress" properly, but it Appends
"Progress, " to my already type "Progress" so I end up with this:
"ProgressProgress, ".

What version of the product are you using? On what operating system?

I'm using ISense 1.5.4, on Windows 7 64 bit. Editor: UltraEdit 15.20.0.1022

Original issue reported on code.google.com by [email protected] on 2 Mar 2010 at 12:15

Error trying to get it to run

What steps will reproduce the problem?
1. Download a fresh copy
2. Run ISense.ahk

What is the expected output? What do you see instead?
Error: Approx msg="Error @ line 111: Dynamic Function Calls are not 
supported: ISense_GetLineMethod%Isense_CurrentGetLineMethod%()"

What version of the product are you using? On what operating system?
XP. AHK ver 1.0.47.05.



Original issue reported on code.google.com by [email protected] on 22 Dec 2008 at 4:16

error msg from autohotkey

What steps will reproduce the problem?
1.
using files with .asp extension
2.
commands.txt has string = "server.Mappath()"
3.
tried to use three letters of "ser" ^SPACE

What is the expected output? What do you see instead?

I got the pop up window selected the desired string, got this pop-up error
message:

---------------------------
ISense.ahk
---------------------------
Error in #include file "C:\Program
Files\AutoHotkey\ISense_1.5.4\includes\ie.ahk": The following variable name
contains an illegal character:
"ISense_m_Server.MapPath[]"

The current thread will exit.

    Line#
    172: ISense_m_%A_LoopField%[] = commands/TreeView.htm#%A_LoopField%
    175: AnchorList =
FileExist,InStr,SubStr,StrLen,WinActive,WinExist,Asc,Chr,IsLabel,NumGet,NumPut,V
arSetCapacity,Abs,Ceil,Exp,Floor,Log,Ln,Mod,Round,Sqrt,Sin,Cos,Tan,ASin,ACos,ATa
n
    178: Loop,Parse,AnchorList,,
    179: ISense_m_%A_LoopField%[] = Functions.htm#%A_LoopField%
    181: initialised := true
    182: }
    184: StringReplace,pCmnd,pCmnd,#,_
--->    185: res := ISense_m_%pCmnd%
    187: if SubStr( res, 1, 6) = "about:"  
    188: res := ISHelp_GenerateDynamicHelpPage( res ), ISense_m_%pCmnd% :=
res, res := ISense_m_%pCmnd%  
    190: if res = 
    191: res := "commands/" . pCmnd . ".htm"
    193: if !InStr(res, ":")  
    194: res := "ms-its:" . ISense_m_chm . "::/docs/" . res
    199: Return,res

---------------------------
OK   
---------------------------


What version of the product are you using? On what operating system?

Version 1.0.47.06
v 1.5.4 
windows xp pro sp2

Please provide any additional information below.

error occurs on all other 3 char. attempts as well.



Original issue reported on code.google.com by [email protected] on 11 Feb 2009 at 6:51

Not able to evaluate compilation flags

For istance #SingleInstance.

If I type it, it will evaluate, if I use it on alrady typed line, only Sin
() will be offered. 

The same goes for all other # commands.

Original issue reported on code.google.com by [email protected] on 10 Jul 2008 at 1:35

Notepad++ Ctrl-space doesn't work

The quick fix is that the regex for Notepad++ is incorrect.  The correct 
version should be "^(?P<Name>.*?) - Notepad\+\+$" (no quotes) instead of 
"^Notepad\+\+ - (?P<Name>.*?)$" (the Notepad++ is on the right)

I'm running Notepad++ version 5.0.3.

Just modify line 46 (I believe) in ActiveGoTo.ahk (in the includes folder).

Also, change the getLineMethod to 3 (instead of 2) - check line 107 in the 
same file.

I believe those are the only two changes I made.

If not, just tell me, and I'll see if I did something else.

Original issue reported on code.google.com by [email protected] on 2 Nov 2008 at 7:50

windows 120dpi display setting

What steps will reproduce the problem?
1. turn on 120 dpi (control panel -> display settings -> advanced)
2. run isense
3. type three letters of a command, hit tab

What is the expected output? What do you see instead?
expect: the tooltip to display the parameters of each command/function
actual: tooltip displays with no parameters listed

What version of the product are you using? On what operating system?
ISense 1.5.4
Windows XP

Please provide any additional information below.
see this post in the thread for discussion and solution
http://www.autohotkey.com/forum/viewtopic.php?p=439077#439077


Original issue reported on code.google.com by [email protected] on 24 Apr 2011 at 8:13

OneNote up/down

What steps will reproduce the problem?
1. run both OneNote 2007 and ISense 1.5.4
2. try pushing up or down while in a OneNote page

The text cursor doesn't move up or down.  You can fix this problem by
changing your send mode to "play".  I just changed line 976 to "sendPlay
{%A_ThisHotkey%}".

Others have experienced this too
http://www.autohotkey.com/forum/topic16669.html&highlight=send+onenote

Original issue reported on code.google.com by [email protected] on 2 Jan 2009 at 11:33

Error when trying to Launch the ISense.ahk file

What steps will reproduce the problem?
1. Download the .zip file (Win 7 64 bit Enterprise)
2. Extract file maintaining file structure
3. Double click the ISense.ahk file

What is the expected output? What do you see instead?

File should launch, instead an error message appears, "Error at line 161 in 
#include file "C:\Users\<myuser>\Desktop\AHKScripts\ISense\includes\ie.ahk".  

Line Text:  .htm#%A_LoopField%
Error:  Unsupported use of "."

The program will exit."

What version of the product are you using? On what operating system?

ISense 1.5.4

Please provide any additional information below.

Please advise.

Original issue reported on code.google.com by [email protected] on 12 Jan 2012 at 8:25

Error in ActiveGoTo.ahk in Isense_1.5.4

What steps will reproduce the problem?
1. Open ActiveGoTo.ahk
2. Go to line 153
3. There's a missing " at the end of the line

What is the expected output? What do you see instead?
Script doesn't run.

What version of the product are you using? On what operating system?
1.5.4
XP SP3
AHK 1.0.47.06

Please provide any additional information below.
When I press F1 the ActiveGoTo doesn't show up. or any other keys. Helpfile
doesn't say which key to press.


Original issue reported on code.google.com by [email protected] on 8 Aug 2008 at 5:21

AHK Lang: Dead IE links

AHK Lang: 
Found dead links to help file for following commands:
IfWinNotActive, IfWinNotExist, SendMessage, StringTrimRight, & StringUpper

Editors Affected:  
All

Issue reported by 'scottmattes' 
[http://www.autohotkey.com/forum/topic12985-253.html]

Original issue reported on code.google.com by [email protected] on 19 Jul 2008 at 9:40

:S This is straaaaaaaange!

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I expect to see the program running. Instead I get [look at screenshots].

What version of the product are you using? On what operating system?


Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 14 Dec 2008 at 5:38

Attachments:

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.