Jump to content

Recommended Posts

Posted

The reason is that at the time funcpopup loses the focus, it checks if it went to Scite. Only then the windows are resized. this is done because you don't want to do the resizing stuff when you jump to another window.

I will have a look now to see if the check can be done in the build in timer, where i also do the Helpfile stuff now....

<{POST_SNAPBACK}>

That just went right over my head :( . But that's ok. You work your magic! :ph34r:

"I'm not even supposed to be here today!" -Dante (Hicks)

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

First of all I want congratulate and thank JdeB for this wonderfull piece of work. :ph34r:

I downloaded this extra functionality for SciTe this morning and really really like it.

But could it be possible that when you have the split screen an for example type:

r

that when you double click on Run in FunctionPopUp it inserts Run without the first letter(s)?

Now when I double click it just inserts Run so I end up with rRun in my script.

BTW when I exit SciTe FunctionPopUp doesn't close.

Can this be linked in some way?

Anyway, thanx again ! :lol::(

  • Developers
Posted

Just uploaded build 16 of http://www.autoitscript.com/fileman/users/jdeb/funcpopup/funcpopup.exe with the following changes:

- replaces "CurrentWord" with the selected function fixed

- fixed Scite reporting error and FuncPopUp not closing occasionally...

- several internal changes

enjoy

:ph34r:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Developers
Posted

Just uploaded build 16 of http://www.autoitscript.com/fileman/users/jdeb/funcpopup/funcpopup.exe with the following changes:

- replaces "CurrentWord" with the selected function fixed

- fixed Scite reporting error and FuncPopUp not closing occasionally...

- several internal changes

enjoy

:(

<{POST_SNAPBACK}>

Just checking...... :ph34r:

- Is this what should be released in the next Scite4Autoit3 build?

- Anybody seen any errors ?

- Did it really fix the Scite error for those who reported that issue ?

- Should FuncPopUp be linked to the F1 and have the Helpfile open with Shift+F1 ?

- Any other issues/feedback ?

:lol:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

Just checking...... :ph34r:

- Is this what should be released in the next Scite4Autoit3 build?

- Anybody seen any errors ?

- Did it really fix the Scite error for those who reported that issue ?

- Should FuncPopUp be linked to the F1 and have the Helpfile open with Shift+F1 ?

- Any other issues/feedback ?

:(

<{POST_SNAPBACK}>

Only other item I might hope for would be ignoring words in comments and quotes. I think I'm more happy with the way the F1's work now. I open Scite and hit Shift-F1 once, then if I need more on something later it's just f1 for help.

"I'm not even supposed to be here today!" -Dante (Hicks)

Posted

I used to get errors closing Scite while Funcpopup was open.

Now Scite closes and Funcpopup remains open every time. :ph34r:

Anyone else have this problem?

Normally close Funcpopup before I close Scite so not a major problem for me.

  • Developers
Posted (edited)

Only other item I might hope for would be ignoring words in comments and quotes. 

<{POST_SNAPBACK}>

Its on my wishlist, but don't know if its possible to retrieve the current STYLE from Scite via the Director interface..... Have done several test but couldn't get it to work.

I used to get errors closing Scite while Funcpopup was open.

Now Scite closes and Funcpopup remains open every time.     :ph34r:

Anyone else have this problem?

Normally close Funcpopup before I close Scite so not a major problem for me.

<{POST_SNAPBACK}>

Have done some more testing and was able to replicate the issue.

Just uploaded build 17 which contains a couple of updates for the communication to SciTe. Please try and see if you can get it to fail still.

:(

EDIT: Scite still shows an error sometimes ... mailed Neil with the specs and asked if its a bug in Scite ....

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • 11 months later...
Posted

Is there any more work being done on the AutoIt Function Popup? This thread seems to be long dead.

"Is anybody out there?" :)

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Posted

Nobody out there.

Apparently you don't use SciTe Editor, the FuncPop is include with it.

Check out the following link:

#88105

<{POST_SNAPBACK}>

Thanks. I have Scite installed, but I use the extras (including FuncPop) from Ultraedit. My assumption was that each part was developed seperatly with different dev threads.

“Give a man a script; you have helped him for today. Teach a man to script; and you will not have to hear him whine for help.”AutoIt4UE - Custom AutoIt toolbar and wordfile for UltraEdit/UEStudio users.AutoIt Graphical Debugger - A graphical debugger for AutoIt.SimMetrics COM Wrapper - Calculate string similarity.

Posted (edited)

Func popup is great and i like how when it is open I can just hit F1 for help on the current func but I having FuncPopup on the right better so for now I have to use this scriptlet.

Opt("WinTitleMatchMode",2)
WinMove(" SciTE","",0,0,683, 741)
WinMove("AutoIt3 FuncPopUp","",683,0)

However It would be nice if it could be added to the menu just like Leftsplit.

Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
  • 8 months later...
Posted (edited)

I just advised a newcomer to use Function Popup.

Obviously I had to try it myself again. And while doing that I realized how difficult it is to get the leftsplit functionality to work. You have to select split in the options menu, but then nothing happens before you hit Esc. I did not hit Esc before something like 10 minutes after I selected split, and then it was by pure accident. Even start to search for this place to put up a question about it.

I also wonder if you could have a "sticky" option such that "Function Popup" always is visible when SciTE has focus? It should be a option, not forced upon the user :think:

EDIT: And now I cvant get the leftsplit thing to work at all..:(

EDIT2: The right version of the help file must be open. Use F1 in Function Popup. But when leftsplit is used the helpfile quite often steals focus from SciTE (witch is really annoying)!

Edited by Uten

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
  • Recently Browsing   0 members

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