Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

AHK Studio


  • Please log in to reply
468 replies to this topic
maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005
0.001.44
Added/Fixed: (Suggested by Uberi)
-Word Wrap in Fonts and Colors
0.001.43
Removed:
-Menu option for Code Refresh (removed for the time being)

maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005
I started working on documentation for AHK Studio. If you would like to see it you can access it from the latest update by going to Edit/Help, or http://code.google.com/p/ahk-studio/

I have only used code.google.com once before but from what I understand you can add bugs to the "issues" area.

Also if there is a feature that you would like to see explained a bit better let me know. I will try to get to all of them but it takes a bit of time to get to them all.

Uberi
  • Moderators
  • 1119 posts
  • Last active: May 02 2015 06:05 PM
  • Joined: 23 Aug 2010
Suggestion: document the fact that you can edit the line number margin color by Ctrl + Clicking it in the text of the Font and Colors editor.

Presenting my current theme:

Muted Light


Posted Image

Download



maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005

Suggestion: document the fact that you can edit the line number margin color by Ctrl + Clicking it in the text of the Font and Colors editor.

Presenting my current theme:

Muted Light


Posted Image



Download

Very well done! I love it!. Thank you for sharing. I will be creating a theme area at some point. I would like to use your theme if it is ok with you.
Suggested by Uberi:
-Documented how to change the Number Line Background color both in the program and on the documentation website Here

maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005
The start of a theme database.
Here

dvird4
  • Members
  • 1 posts
  • Last active: Nov 04 2012 08:35 AM
  • Joined: 04 Nov 2012
can you add image wait/search?
nice work!

maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005
0.001.49
Working on:
-Custom Keyword Lists. I think I have it now. Let me know if it no longer works properly.
New Hotkey!
-Create Comment Block *Let me know what you think*
0.001.48
Fixed:
-Word Wrap and End Of Line
0.001.47
Fixed:
-Caret color now works

maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005

can you add image wait/search?
nice work!

I am not exactly sure what you are asking, and thank you :)

maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005
0.001.53
Fixed:
-If you close the program while the window is maximized it will return actually maximized rather than with an x value of -3 and it will also remember the last value from when it was not maximized.
0.001.52
Fixed:
-Some indents were spaces rather than tabs
0.001.51
Fixed:
-Run Selected text works with the second editor window now.
-Auto indent works with in line comments eg. function(var){ ;comment
0.001.50
Fixed:
-Breaking from tabs to spaces in the whitespace before your code.

Coco
  • Members
  • 697 posts
  • Last active: Oct 31 2015 07:26 PM
  • Joined: 27 Jul 2012
Just upgraded to the latest, and I couldn't run it, AutoHotkey crashes.

maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005
I looked at the code and made a few tweaks. You may have to re-download it from the website rather than use the auto update in the program

Coco
  • Members
  • 697 posts
  • Last active: Oct 31 2015 07:26 PM
  • Joined: 27 Jul 2012
Downloaded from the website, still crashes AHK..

maestrith
  • Members
  • 786 posts
  • Last active: Apr 10 2019 01:28 PM
  • Joined: 17 Sep 2005
0.001.59
Added: Thanks to GeekDude
-Tools/Ahk Pastebin Code for pasting your code to http://www.autohotkey.com/paste
0.001.58
Sorry:
-I do not know what happened....
0.001.57
Fixed:
-Font sizes and colors were coming up tiny.
0.001.56
Moved:
-Your settings.xml file will be moved to a \lib directory (I am trying to clean up the main folder)
0.001.55
Fixed:
-Rebar issue
0.001.54
Added:
-Word Wrap for the Fonts and Colors window now toggles

Coco
  • Members
  • 697 posts
  • Last active: Oct 31 2015 07:26 PM
  • Joined: 27 Jul 2012
I had to remove old files to prevent the crashing, It works now.
- Removed previous SciLexer.dll
- Had to delete the settings, commands, version files.
- Tried to import my theme but it also caused a crash.

Thorius
  • Members
  • 9 posts
  • Last active: Nov 29 2012 07:21 AM
  • Joined: 14 Nov 2012
Hi,

I love your editor so far. Posted Image

I was wondering if there is an option to tell it NOT to indent continuation sections of the code???

And also, I have a few things like:

Loop, {
if (something)
break
}

Where the editor is not keeping the indention for the break statement...

Thanks!