Page 4 of 42

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 21 Feb 2014, 14:47
by fincs
lexikos wrote: I'm inclined to say it's a bug caused by a design flaw.
Yes, that's what I meant.
lexikos wrote:Also, it sounds like a workaround is available in 3.3.4+:
Interesting, I hadn't noticed that. Anyway I am not sure that will be useful, as that is intended just for scripts (not for synchronous launching of external programs with stdout redirected to the Output pane).
jsmain wrote:Can someone assist me in fixing this so it recognizes the Program Files (x86) folder as what it is instead of simply Program???
You have probably installed the portable version in Program Files, and that will not work. Please use the installer instead. The portable version is meant for USB sticks and similar removable storage devices.

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 22 Feb 2014, 01:22
by lexikos
I was thinking more about other tools/commands which don't output anything but can cause SciTE to launch a second instance of the currently running script/tool.

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 22 Feb 2014, 17:17
by joedf
yeah, that's true... i just dont get it..

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 25 Feb 2014, 14:10
by jsmain
fincs wrote: You have probably installed the portable version in Program Files, and that will not work. Please use the installer instead. The portable version is meant for USB sticks and similar removable storage devices.
Thanks, I shall reinstall!

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 27 Feb 2014, 05:31
by alvitawa
Hi, I already got 2 times, that I start SciTe but I get Error: Invalid option. Toolbar.ahk. I didn't take a screen capture but I will next time it happens. And afterwards the Toolbar looks like this:
Image
Missing run button and samples.

Restarting SciTe doesn't fix the toolbar but I only get the error 1 time.

edit: reinstalling didn't change anything

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 27 Feb 2014, 07:31
by joedf
It happens with lag... I think..

changing location of SciTEUser.properties file

Posted: 02 Mar 2014, 13:01
by Joe Glines
I've made some very cool customizations to my SciTEUser.properties file however I work on quite a few computers and would like to have the file saved in the SciTEUser.properties file saved in the same directory as SciTE.

I Googled and found a few posts talking about using SciteDefaultHome and/or scite.userhome variables however I can't seem to get it to switch to the local directory (any directory other than the dreaded "my documents" area is fine).

I'm running Windows 7 and would appreciate any help!


BTW- If anyone is interested I can share my SciTEUser.properties file. I've added hotkeys and items to my context menu like:
  • toggle monospace font
    toggle output viewer
    toggle whitespace
    toggle viewing End of Line
    Next tab
    Last tab
    copy as RTF
    Open file of highlighted path

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 02 Mar 2014, 13:12
by fincs
In that case you may want to use the Portable version of SciTE4AutoHotkey. Note that it also requires a portable version of AutoHotkey installed in the parent folder if you plan on running scripts directly from S4AHK. You may alternatively want to symlink the User settings folder to another place so that accesses to My Documents\AutoHotkey\SciTE are redirected to said place.

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 02 Mar 2014, 13:42
by Joe Glines
I'm using DropBox to sync all my AutoHotKey / Scite files across my computers so I'll use a symlink. Thanks for the suggestion as I'd heard references to them before but hadn't investigated them. Overall they sound pretty cool!

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 09 Mar 2014, 10:25
by expert_vision
I have a couple of suggestions in case there is nothing else to be done :oops: :
- autocomplete for user defined variables/functions/objects
- find all references of a variable/function/object in the code (much like scroll button does for function/label definition, but returning instead a list of code lines where it was used)

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 11 Mar 2014, 12:52
by geek
alvitawa wrote:Awesome tool! But ugly icon ;p
I use this icon Image (I made it after I saw the real icon)

You can patch/change the icon in S4AHK with a program called ResourceHacker

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 22 Mar 2014, 12:47
by poster9345
I've noticed a bug with this release.
I try to drag & drop my ahk-file to edit it using Scite4 but I am not able to do it:
an interdictory sing appears near the file dragged and the ahk-file is't opened at Scite4.
Please fix that issue at future release.

SciTE4AutoHotkey Version 3.0.04.01
Windows 8.1 x64 Prof

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 22 Mar 2014, 13:06
by fincs
Cannot reproduce. Drag and drop works for me. I'm using the same OS. What "interdictory sing" appears?

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Posted: 23 Mar 2014, 04:05
by poster9345
Here is a screenshot what I watch when I try to drag & drop ahk-file:
Image

Re: SciTE4AutoHotkey v3.0.05 [Updated March 23 2014]

Posted: 23 Mar 2014, 13:43
by fincs
SciTE4AutoHotkey v3.0.05

Changes and new features:
Added AutoHotkey v2 language support (enabled when a v2 platform is selected).

Added graphical style editor.

Upgraded to SciTE/Scintilla 3.4.0.

AutoHotkey v1.1.14 syntax definition updates.

Added new style format that is easier to process by tools.

ActiveWindowInfo: minor enhancements to user experience.

OpenInclude: %A_LineFile% is now supported.

Other miscellaneous improvements.
Bug-fixes:
Fixed bug that broke inner folders in Extension packages.

Other miscellaneous bug-fixes.

Re: SciTE4AutoHotkey v3.0.05 [Updated March 23 2014]

Posted: 24 Mar 2014, 00:19
by xZomBie
The links here still download SciTE4AutoHotkey v3.0.04.01

Edit:
Tested the Graphical Style Editor, found out that some of the styles can't be edited with the GSE instead it shows up in SciTE4AHK to edit manually.
If we were able to delete selected styles it would be awesome.

Re: SciTE4AutoHotkey v3.0.05 [Updated March 23 2014]

Posted: 24 Mar 2014, 12:51
by elmo
Thanks fincs.

So much appreciate your editor.

However ...

Prefer the previous floating find / replace dialogue window; is that still available through a setting ?

Re: SciTE4AutoHotkey v3.0.05 [Updated March 23 2014]

Posted: 24 Mar 2014, 15:17
by fincs
xZomBie wrote:The links here still download SciTE4AutoHotkey v3.0.04.01
Please refresh the page.
xZomBie wrote:Tested the Graphical Style Editor, found out that some of the styles can't be edited with the GSE instead it shows up in SciTE4AHK to edit manually.
If we were able to delete selected styles it would be awesome.
v3.0.05 introduced a new style format whose main purpose was to allow writing a style editor for it. Old-format styles cannot be reliably edited. Styles can be deleted by deleting the file %A_MyDocuments%\AutoHotkey\SciTE\Styles\%StyleName%.style.properties. I may add a 'delete Style' button in the future.
ehno wrote:Prefer the previous floating find / replace dialogue window; is that still available through a setting ?
Yes. Add these lines to your User properties (Options > Open User properties):

Code: Select all

find.use.strip=0
replace.use.strip=0

Re: SciTE4AutoHotkey v3.0.05 [Updated March 23 2014]

Posted: 25 Mar 2014, 09:48
by elmo
That worked perfectly :-)

Thanks fincs

Re: SciTE4AutoHotkey v3.0.05 [Updated March 23 2014]

Posted: 25 Mar 2014, 13:18
by AlphaBravo
It seems the arrow keys are blocked in some cases such as if you have a wrapped text and the cursor is at previous row column 1 (or home) down arrow gets stuck at the wrap.