Page 29 of 42

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 17 Aug 2016, 23:21
by StefOnSteroids
DoomGiver32 wrote:
StefOnSteroids wrote:ATM I am fiddling with toolbar properties. On my hi-resolution monitor those tiny icons are tough on the eyes, almost impossible to operate. I managed to get all font sizes increased, but not the icons. Any chance to replace them with a larger set? 24 or 32px?
Any chance you managed to solve this?
Unfortunately no.
Some programs offer to simply zoom up the icon bar - which results in an ugly, pixelated look, but at least it's operable. Others offer custom sets or allow you replace them with your own icons (SynWrite etc). The most comfortable comply with Windows scaling factors. None of that seems to be possible with SciTE, it is just not suited for large monitors or high res DPI screens. ATM I use Akelpad (it has 48px icons).

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 18 Aug 2016, 05:39
by Guest
Scite4Ahk shows there is an update. But the site http://fincs.ahk4.net/scite4ahk/ isnt available?

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 18 Aug 2016, 05:40
by user10
Scite4Ahk shows there is an update. But the site http://fincs.ahk4.net/scite4ahk/ isnt available?
Thanks!

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 18 Aug 2016, 06:32
by guest-1
http://fincs.ahk4.net/scite4ahk/ has been down for quite a while, is there another place to download this?

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 18 Aug 2016, 14:38
by ayosh

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 18 Aug 2016, 19:09
by TLM
I've let fincs know about this. In the meantime there's the repo: https://github.com/fincs/SciTE4AutoHotkey

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 18 Aug 2016, 20:08
by punchin
When I download the zip from that link and run the setup.ahk all I get is a msgbox that says "Oops".

How do I update/install from there?

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 18 Aug 2016, 21:46
by joedf
hmmm weird... Otherwise we could provide hosting it on this server... :think:

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 19 Aug 2016, 07:29
by vasili111
Image

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 19 Aug 2016, 08:17
by joedf
@vasili111 http://fincs.ahk4.net/scite4ahk is down.

Turn off auto updates:
Options -> Open User properties

Code: Select all

# Enable/disable SciTE4AutoHotkey automatic updates
automatic.updates=0

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 20 Aug 2016, 23:49
by bobbobaggin
joedf wrote:@vasili111 http://fincs.ahk4.net/scite4ahk is down.

Turn off auto updates:
Options -> Open User properties

Code: Select all

# Enable/disable SciTE4AutoHotkey automatic updates
automatic.updates=0
where to get the latest version ?

the current site is down.

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 21 Aug 2016, 00:00
by joedf
What version do you have?

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 22 Aug 2016, 01:14
by aaffe
I am on 3.00.6.01. I have the same messagebox as vasili111

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 22 Aug 2016, 08:05
by poena_dare
bobbobaggin wrote:the current site is down.
Technically the site is up, but all the pages are missing.

Oh well. Damn fine editor.

Now I have to dig through those prefs to find the update checking option.

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 22 Aug 2016, 19:09
by joedf
3.00.6.01 is the latest version.

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 23 Aug 2016, 17:28
by evilC

Code: Select all

if(version_number_stored_in_text_file_on_web_server != "3.00.6.01"){
	msgbox % "Please go on the AHK forums and ask for a new version"
}
This is all that is happening here, folks. There is no new version - fincs' site is just down so it is getting an empty string back, which does not match the running version.

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 23 Aug 2016, 19:15
by TLM
As of right now the server is being worked on.
Here's a temp location: http://fincs.ahk4.me/scite4ahk

Refrain from pointing any auto updaters to the archive.

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 23 Aug 2016, 19:40
by poena_dare
Just as I found the auto.update=1 string.

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 23 Aug 2016, 20:49
by joedf
@TLM you've managed to contact finds? :0 :)

Re: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]

Posted: 23 Aug 2016, 23:44
by tank
Fincs last posted over a year ago