AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ISense 1.5.4
Goto page Previous  1, 2, 3 ... , 20, 21, 22  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
awannaknow



Joined: 14 Jun 2009
Posts: 324

PostPosted: Sat Jan 23, 2010 1:54 pm    Post subject: Reply with quote

Hi hugov,
The OS is XP, yesterday I found the script on the net -forgot where- tried it and it worked.
Today, I decide to use it, search again on autohotkey web site and then it doesn't works !!!

I compiled to exe like explained on the link you provided and it works now -I have to test further to be sure-.

In vista the problem seems to arise because of the accounts security config.

On my PC I use DeepFreeze which is a reboot and restore kind of software.
May be in some way, it locks users accounts a bit like vista...

Upon today I never had any problem because of it.
After reading the expanation on your link I suspect that the problem may be because of this.

I'd like to use it in ahk format instead of exe, but don't know how to solve this.
I rebooted to see if I could run it like it did yesterday, but didn't succeed.
Back to top
View user's profile Send private message
Arsenal168



Joined: 20 Jan 2010
Posts: 1

PostPosted: Sat Jan 23, 2010 4:05 pm    Post subject: Reply with quote

It seems it doesnot work in my computer.
Back to top
View user's profile Send private message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Sat Jan 23, 2010 5:00 pm    Post subject: Reply with quote

Arsenal168 wrote:
It seems it doesnot work in my computer.

- what OS (win98, NT, xp, vista, win7)
- what editor
- any particular error messages (please post)
- is it active (you might need to activate it, see tray icon rightclick)
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
awannaknow



Joined: 14 Jun 2009
Posts: 324

PostPosted: Sat Jan 23, 2010 9:12 pm    Post subject: Reply with quote

I just tested the Isense exe I compiled earlier : doesn't work at all, just sitting there in the tray, nice icon tho . . .
Very Happy
Xp Pro 32 bits
Notepad ++
No message : nothing happen


Last edited by awannaknow on Tue Mar 02, 2010 4:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
adamrgolf



Joined: 28 Dec 2006
Posts: 440

PostPosted: Tue Mar 02, 2010 12:21 pm    Post subject: Reply with quote

Just in case you don't see it on the google code page; I reported an issue here.
Back to top
View user's profile Send private message
Snowy42



Joined: 12 Apr 2010
Posts: 152

PostPosted: Wed Jun 09, 2010 5:52 am    Post subject: Reply with quote

In case anyone still has issues with the comma thing going off (i.e. press comma and it types what you typed and the final command)

Enter this at line 411 (starting at line 411 ending when it says '; if directive...')

Code:
   If ISense_CurrentEditorTypeNum = 13    ;Metapad ctrl break difference
    SendInput, ^+{left 2}
   Else
   {
      If (pEndKey = ",")
         SendInput, ^+{left 2}
      Else
         SendInput, ^+{left}
   }
  ; If directive..


Your welcome
Back to top
View user's profile Send private message
adamrgolf



Joined: 28 Dec 2006
Posts: 440

PostPosted: Wed Jun 09, 2010 11:01 am    Post subject: Reply with quote

Thank you!
Snowy42 wrote:
Your welcome
Back to top
View user's profile Send private message
onolox



Joined: 16 Aug 2010
Posts: 1

PostPosted: Wed Aug 18, 2010 12:42 am    Post subject: Reply with quote

men, this is **** good script!
Back to top
View user's profile Send private message
bsmagic



Joined: 12 Aug 2010
Posts: 13

PostPosted: Sat Feb 19, 2011 4:10 pm    Post subject: Reply with quote

wonderful
Back to top
View user's profile Send private message
nomissenrojb



Joined: 08 Nov 2009
Posts: 42

PostPosted: Sun Feb 20, 2011 1:42 pm    Post subject: Error Reply with quote

Am I doing something wrong. Or am I missing to adjust something.?
I get the following error

Error at line 161 to # inclu ... ie.ahk
Error: Unsupported use of "."


Win7 64
AHK 1.0.92.02 ANSI 32bit (Unicode version have problem with danish charset)
Back to top
View user's profile Send private message
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Sun Feb 20, 2011 2:41 pm    Post subject: Reply with quote

Try to run with AHK basic at it will work or modify ie.ahk, this probably won't run in ahk_l as in ie.ahk variables are defined with [] in their name which is prohibited (reserved for objects)
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
nomissenrojb



Joined: 08 Nov 2009
Posts: 42

PostPosted: Sun Feb 20, 2011 3:19 pm    Post subject: Reply with quote

Thanks dude. Perhaps it would be a good idea to write this in the readme file!.
Back to top
View user's profile Send private message
r0lZ



Joined: 21 Apr 2007
Posts: 177

PostPosted: Sat Feb 26, 2011 5:24 am    Post subject: Bug with coma Reply with quote

adamrgolf wrote:
Just in case you don't see it on the google code page; I reported an issue here.

adamrgolf (on code.google.com) wrote:
Reported by adamrg...@gmail.com, Mar 02, 2010
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

I have exactly the same problem, also under Win7 x64 (SP1), but with PSPad v4.5.4.

BTW, I remember I've checked ISense in the past (under XP x32). I don't remember its version number, but that problem was already present, so I've decided to write my own contextual help script (much more simple). Now, I've decided to give ISense a second try, but the problem persists. Since typing the coma manually is something I do almost all the time, that bug makes ISense unusable with PSPad.

I've tried to locate the source of the problem myself, but I must confess that I'm lost. Especially, since the Editor and Method setups are disabled in the Setup window, I don't know how to check other methods, and even if that makes sense.

Thanks for helping us!
_________________
r0lZ
Back to top
View user's profile Send private message
r0lZ



Joined: 21 Apr 2007
Posts: 177

PostPosted: Sat Feb 26, 2011 6:08 am    Post subject: Coma bug fixed! Reply with quote

OK, I've found and fixed the coma bug.

In ISense.ahk, in the function Isense_EEvaluate(pEndKey), near line 430, there is a commented out block of code:
Code:
/*
   cntDelete := StrLen(ISense_lastWord) + 1
   if pEndKey = Click
      cntDelete--
    SendInput, {Backspace %cntDelete%}   
*/

Replace that block of code with:
Code:
    if pEndKey = `,
    {
        cntDelete := StrLen(selection) + 1
        SendInput, {Backspace %cntDelete%}
    }   

That's all! Smile
_________________
r0lZ
Back to top
View user's profile Send private message
Morpheus



Joined: 31 Jul 2008
Posts: 277

PostPosted: Sat Feb 26, 2011 7:18 pm    Post subject: Reply with quote

For me, it wasn't deleting my typed characters correctly, even if it didn't end with a comma. I commented out lines 411-413. And it works correctly with or without a comma. In all fairness, I have customized Isense, and this may be a bug related to my own work. Using PSPad.

Code:
;delete typed word         ;*** I may make this another Editor method type..
;   If ISense_CurrentEditorTypeNum = 13    ;Metapad ctrl break difference
;   SendInput, ^+{left 2}
;  Else
    SendInput, ^+{left}
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... , 20, 21, 22  Next
Page 21 of 22

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group