AutoHotkey Community

It is currently May 27th, 2012, 11:50 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 156 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject:
PostPosted: September 22nd, 2011, 1:45 pm 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
spg SCOTT wrote:
Another problem: I can't seem to be able to use the standard copy/cut/paste/select all (Ctrl + C/X/V/A) hotkeys in the live code tab (or it seems, anywhere in the gui). Is that just me?


nope, you are not the only one.. it's funny that you just noticed because i just fixed it few mins ago... apparently it was broken since v0.5.

you can use the right click to perform the standard edit stuff... next be version had it fixed and has the ctrl+alt+click option to run selected code re-enabled.

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 22nd, 2011, 10:52 pm 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
Version v0.5.7 is up...

AHK-TK v0.5.7

Changed:

* Fix update function

AHK-TK v0.5.6

Changed:

+ Add run selected code hotkey [Ctrl + Alt + LButton]
* Fix Tray Icon tooltip to display current version
* Fix issue with Live Code editor not sending standard edit hotkey commands

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 29th, 2011, 4:15 am 
live code should have a save button


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 29th, 2011, 12:46 pm 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
Anonymous wrote:
live code should have a save button


It will, it is planned after (or rather somewhere in the middle of) adding the scintilla commands for syntax highlighting and other cute editor-like stuff that Im working on.

If you click on the menu you will see that there are two grayed out buttons:
File > Save and File > Save as... they belong to the live code tab. :)

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 1st, 2011, 1:26 am 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1718
Location: Somewhere near you
Is it just me? Delete button is disabled in AHK-TK Live Code section

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 3rd, 2011, 9:06 pm 
Gotten error with 0.5.7 at a start of script

Image


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 28th, 2011, 3:05 am 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
I would recomend all that are using the code to upgrade to latest version.
It does requires AHK_L. If you dont want to install it you can always download the compiled code.

Please let me know about bugs as always!

* -------------------------------------------------

In this version:

CODET returned, when you copy code to the clipboard a (configurable) popup appears allowing you to upload the code to autohotkey.net or save it to a file.

No problems with ANSI up to the point I tested, some bugs in UNICODE.
You can always go to preferences and configure whether you want to use CODET or not and how many as well as which keywords you want CODET to match before detecting AHK code.

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 28th, 2011, 3:06 am 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
Anonymous wrote:
Gotten error with 0.5.7 at a start of script

[img]img


Are you using AHK_L ?
and please upgrade to v0.6


tomoe_uehara wrote:
Is it just me? Delete button is disabled in AHK-TK Live Code section


it was, it is fixed now.

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Last edited by RaptorX on May 22nd, 2012, 7:22 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 28th, 2011, 3:56 am 
Offline
User avatar

Joined: September 5th, 2009, 2:06 pm
Posts: 1718
Location: Somewhere near you
At last!! I've been waiting for the fix, for nearly 3 months..
Image

Thanks RaptorX for this awesome tool :D

_________________
Image
The quick onyx goblin jumps over the lazy dwarf


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 28th, 2011, 5:31 pm 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
tomoe_uehara wrote:
At last!! I've been waiting for the fix, for nearly 3 months..
Image

Thanks RaptorX for this awesome tool :D


Im soooo sorry about that, I actually did the fixes to it as soon as you mentioned but i didnt post it online because i wanted to finish with the CODET feature (im a stubborn guy, believe me) but then some personal things got in the way for a while and i literally stopped coding on those 3 months, but now im back :)

I will update it more regularly again!

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 1:47 am 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
Updated script.

- upload code to pastebin is now working in ANSI and UNICODE versions without issues

I will be creating a wiki soon :D

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 4:56 am 
Offline
User avatar

Joined: August 23rd, 2010, 6:22 pm
Posts: 781
Location: Ontario, Canada
Great script, the features look very useful, but does it have to run as administrator? This makes it awkward to run in certain cases.

_________________
AutoHotkey.net | GitHub

My default license.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 10:45 am 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
I use WinXP and am not familiarized with what conditions are set by W7/Vista for a program to be run as admin.

I did put a "run as" condition but honestly i am not quite sure if it is really needed.

you can try running commenting lines 111-128 and running the script. If it does run please tell me so i remove it definitely :P

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 5:39 pm 
Offline
User avatar

Joined: August 23rd, 2010, 6:22 pm
Posts: 781
Location: Ontario, Canada
Yep, the script works without administrator privileges.

It's probably a small tweak in your compiling process.

_________________
AutoHotkey.net | GitHub

My default license.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 5:45 pm 
Offline

Joined: February 19th, 2010, 8:07 pm
Posts: 615
yes im using the options that says "run as admin" when compiling, so i will simply take that option down until someone complains about issues :P
lets see how it goes.

_________________
Main Project: AutoHotkey Toolkit
Unless specified otherwise all my code is written for the latest Autohotkey L Unicode version.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, rrhuffy, Yahoo [Bot] and 37 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