AutoHotkey Community

It is currently May 26th, 2012, 9:15 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 131 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9  Next
Author Message
 Post subject:
PostPosted: March 28th, 2009, 7:30 pm 
Offline

Joined: July 30th, 2007, 11:32 pm
Posts: 581
The more I use TillaGoto, the more I realize the little quirks it has and features it lacks. I just added a feature which should be (hopefully) useful to some people.

New release:
Changelog wrote:
- Added bWideView (see script)
- Improved respect to iGUIHeight so that the number of items shown is always the same, even with a hscrollbar

About bWideView:
Code:
bWideView := False ;Set to True to auto-resize the width of the GUI so that all the items are visible
                   ;without the horizontal scrollbar.


And I also updated the screenshot because the margin wasn't the same as in the previous one.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2009, 10:39 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
TheGood wrote:
I just added a feature which should be (hopefully) useful to some people

That's definitely a useful one, thanks :D

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2009, 3:52 pm 
Offline

Joined: July 30th, 2007, 11:32 pm
Posts: 581
New release (bug fixes):
Changelog wrote:
- Fixed bug causing line history not to record current line when using the GUI.
- Fixed bug causing scripts that only use LF (instead of CRLF) as line delimiter wouldn't get scanned.


HotKeyIt wrote:
That's definitely a useful one, thanks :D

I'm glad you like it! :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 7th, 2009, 4:15 am 
Offline

Joined: July 30th, 2007, 11:32 pm
Posts: 581
Now that I use a cool theme for Notepad++, I found the need for matching colours :D.

New release:

Changelog wrote:
- Added full support for Notepad2 (see important note above)
- Added cGUIBG, cControlBG, and cControlFG (see usage)
- The position of the GUI now takes into account the presence of a vertical scrollbar
- Simplified and improved compatibility of the external file launching routine
- Fixed End key and Home key being sent to the listbox instead of the textbox. Now, doing Ctrl+End and Ctrl+Home while focused on the textbox will send End and Home (respectively) to the listbox
- Fixed matching ending character in regexes to support files with no CR characters


About cGUIBG, cControlBG, and cControlFG:
Usage wrote:
If the default colours don't match your lexing/theme, you may change the background of the GUI and the controls and the text colour by changing the values of cGUIBG, cControlBG, and cControlFG

Code:
cGUIBG     := "" ;Specify the GUI's background colour. Leave blank for default.
cControlBG := "" ;Specify the controls' background colour. Leave blank for default.
cControlFG := "" ;Specify the controls' foreground (text) colour. Leave blank for default.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 5th, 2009, 1:06 am 
Offline

Joined: July 30th, 2007, 11:32 pm
Posts: 581
New release:

Changelog wrote:
- Added the ability to cache files (see Usage and script for details)
- Middleclicking will also move the caret to the position clicked before going to the clicked function/label/hotkey
- Simplified GUIInteract() and cleaned up HID stuff


About file caching:

Usage wrote:
If using the #Include file scanning feature, it is strongly recommended to enable file caching, by setting bCacheFiles to True. This will allow TillaGoto to be much faster on subsequent scans of the same include files.

Code:
bCacheFiles := False ;Set to True to enable file caching so that scanning is only done once on
                     ;files that have already been scanned in the past. This does not affect the
                     ;current script (which is always re-scanned). Caching is highly recommended as
                     ;it greatly enhances performance of the include files scanning feature.


Caching makes the lag due to #Include file scanning become negligeable, because the script isn't analyzed (or even opened) if it hasn't changed.
Also, the caching files TillaGoto creates (in the A_Temp folder) are deleted upon exit. They're needed so as to keep memory usage to a minimum.

I tested it quite a lot before releasing, but because it is a pretty complex feature, I might have missed a bug or two in the process. So please let me know if you find any! 8)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2009, 6:59 pm 
Offline

Joined: March 27th, 2008, 7:46 pm
Posts: 129
Location: France
euh, i am alone in the dark? cause:


---------------------------
TillaGoto.ahk
---------------------------
Error at line 317.

Line Text: {
Error: The leftmost character above is illegal in an expression.

The program will exit.
---------------------------
OK
---------------------------

AnyBody knows why?

_________________
with ahk, all is different!...<img>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2009, 7:35 pm 
Offline

Joined: July 30th, 2007, 11:32 pm
Posts: 581
Do you have the latest version of AutoHotkey?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2009, 8:10 pm 
Offline

Joined: March 27th, 2008, 7:46 pm
Posts: 129
Location: France
TheGood wrote:
Do you have the latest version of AutoHotkey?

yes 1.0.48.1, and majkinetor's Remote Buffer in script_Dir.

_________________
with ahk, all is different!...<img>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 28th, 2009, 4:54 pm 
Offline

Joined: July 30th, 2007, 11:32 pm
Posts: 581
Strange. It works here using the latest version (1.0.48.03). I'm not sure why you would need to, but can you try updating AutoHotkey and letting me know if it works?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 29th, 2009, 9:31 am 
Offline

Joined: March 27th, 2008, 7:46 pm
Posts: 129
Location: France
TheGood wrote:
Strange. It works here using the latest version (1.0.48.03). I'm not sure why you would need to, but can you try updating AutoHotkey and letting me know if it works?


1.0.48.03 is now installed, ANd the problem NO Persist...

it's so Good! the script is fonctionnal width notepad++,
TillaGoto.ahk is for me a veritable revolution. you simplifi my life..

thank's TheGood for your light on my prob..
thank's TillaGoto and TheGood conceptor

_________________
with ahk, all is different!...<img>


Last edited by soggos on December 22nd, 2009, 11:42 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
PostPosted: December 22nd, 2009, 1:49 am 
Offline

Joined: March 27th, 2008, 7:46 pm
Posts: 129
Location: France
Hello, oh please, how to retrieve the list of ListBox in the clipboard¿
cause:
Code:
!^F1::
   CoordMode Mouse, Screen
   MouseGetPos, initScrX, initScrY, hwnd_id, control
ControlGet, OutputVar, List, , SysListView321, ahk_id %hwnd_id% ,
   MsgBox , 4160 , , ahk_id %hwnd_id%  >> %OutputVar%
   Return

retrieve nothing! and
Code:
GuiControlGet , lblList
Loop, parse, lblList, |
{
   lstPathQuuii= %lstPathQuuii%%A_LoopField%`n
}

   MsgBox , 4160 , , %lstPathQuuii%
Return
retrieve the selected line ....
please fill me my clipboard with all label and functions...

_________________
with ahk, all is different!...<img>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 5th, 2010, 2:42 am 
Offline

Joined: March 19th, 2007, 12:43 am
Posts: 532
I have just installed your script and would like to suggest a minor feature:
make a first run prompt to auto-download extra functions (remoteBuff, etc.).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 5th, 2010, 10:43 am 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
I've begun the integration process with SciTE4AutoHotkey v2.1.
Also, is there a reason why you chose @ as the escape character? There is only one instance of ` in the whole script and using @ is not worth it IMO.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
PostPosted: January 5th, 2010, 3:46 pm 
Offline

Joined: July 30th, 2007, 11:32 pm
Posts: 581
soggos wrote:
how to retrieve the list of ListBox in the clipboard¿

Hello soggos, please post your question in the Ask For Help section of the forum. Thanks!

neXt wrote:
I have just installed your script and would like to suggest a minor feature:
make a first run prompt to auto-download extra functions (remoteBuff, etc.).

RemoteBuf.ahk is the only one needed. All the other functions are integrated in the script. It just seems like a lot of work for something that only takes 30 seconds max to setup just once.

fincs wrote:
I've begun the integration process with SciTE4AutoHotkey v2.1.
Also, is there a reason why you chose @ as the escape character? There is only one instance of ` in the whole script and using @ is not worth it IMO.

To tell you the truth, I don't exactly remember why I had to change the escape character. I know it made sense back then when I made the decision! :D
I think it was because using ` as the escape character would have rendered it much harder (or impossible) to handle the ` character in the scripts that TillaGoto scans.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 5th, 2010, 11:58 pm 
Offline

Joined: November 23rd, 2007, 10:23 am
Posts: 841
Location: ~/.
is it just me or does the scan function not include the currently open tabs of SciTe?

i usually have a set of scripts open which represent a complete project and only the main ahk script contains the includes. so a jump to a function used within a project leads to nuffin, since it is neither in my stdLib folder nor in any includes.

probly i just overlook something...

otherwise this programm is a real ease for SciTe :)

thx so much for this one.

_________________
Image
    All scripts, unless otherwise noted, are hereby released under CC-BY


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 131 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 13 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group