Page 42 of 42

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

Posted: 24 Oct 2020, 18:45
by joedf
SciTE does support multi-caret editing, but to have it behave like SublimeText you have to implement it with lua or ahk probably.
but just highlighting, do you mean something like this?
2020-10-24_194304.png
2020-10-24_194304.png (39.23 KiB) Viewed 5814 times

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

Posted: 14 Jan 2022, 10:18
by fredchf
joedf wrote:
24 Oct 2020, 18:45
SciTE does support multi-caret editing, but to have it behave like SublimeText you have to implement it with lua or ahk probably.
but just highlighting, do you mean something like this?
2020-10-24_194304.png
Hello joedf!
I'm not Drako, but i would like to know how to get this too. ;)
greats

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

Posted: 14 Jan 2022, 22:57
by joedf
You mean the highlight or the theme?
You can try the themes listed here
viewtopic.php?f=61&t=69

Particularly you need this to highlight the words
highlight.current.word=1

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

Posted: 17 Jan 2022, 02:13
by fredchf
joedf wrote:
14 Jan 2022, 22:57
You mean the highlight or the theme?
You can try the themes listed here
viewtopic.php?f=61&t=69

Particularly you need this to highlight the words
highlight.current.word=1
Hello JOEDF!
I mean the highlight. Many thanks

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

Posted: 10 Apr 2022, 08:09
by nina1000
Dear all,

Since yesterday I am receiving this error below (I have v3.0.06.01 and starting it up as usual) installed :shock:

Anyway to bypass this?
The thin in this I am not even able to close this window, need to kill the .exe via task manager.

Your help is highly appreciated - thank you!

Image

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

Posted: 10 Apr 2022, 08:11
by gregster
Hitting enter worked for me to close it, at least until the next editor start. But it also openend fincs' former webpage in my browser. The problem seems to be that the website expired...
For a permanent solution, please see here viewtopic.php?f=61&t=102535

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

Posted: 10 Apr 2022, 08:12
by nina1000
Oha, sry for double posting... thank you!
viewtopic.php?style=2&t=8466#p48367 solved this!

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

Posted: 10 Apr 2022, 09:22
by Joe Glines
I think these are the se@Drako
I think these are my settings that adjust the highlighting of similar words in your SciteUser.properties file

Code: Select all

#~ this affects the other found words of the highlighted word / underlines all instances of that word 
highlight.current.word.indicator=style:compositionthick,colour:#0080FF,under,outlinealpha:40,fillalpha:40
highlight.current.word=1

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

Posted: 10 Apr 2022, 14:30
by joedf
Yeah, the site is gone. i think the base site ahk4.net was DAonlyFreez's (probably mispelled, from memory) website.
@fincs I'm thinking we need a pull request to turn off updates.
https://github.com/fincs/SciTE4AutoHotkey/issues/36

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

Posted: 11 Apr 2022, 09:36
by tank
@fincs we are obviously willing and happy to host directly

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

Posted: 11 Apr 2022, 16:34
by ahk7
As it hasn't been maintained since 2014? I'd say fork it to https://github.com/ahkscript/ with some updates and direct people to it there
Also allows people to add new keywords, directives etc (also for v2?) - the program can be download from many download sites so there is little you can do about fixing the problem in it's entirety, only hope people will find the new home on github and here.

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

Posted: 11 Apr 2022, 18:45
by joedf
Good idea, but I'll do that if nothing is happening, since I think fincs is still around. just gotta contact through the proper channels, so to speak. :P

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

Posted: 14 Apr 2022, 10:41
by Joe Glines
I'd also say this is where using a redirect in the program, instead of a direct link, makes it SO MUCH EASIER to update!

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

Posted: 29 Apr 2022, 13:06
by fincs
SciTE4AutoHotkey is now officially hosted at https://www.autohotkey.com/scite4ahk/.

Many thanks to AutoHotkey Foundation staff for making this possible. Existing SciTE4AutoHotkey users can also grab a small hotfix that finally fixes the autoupdater (and updates it to check the new location, which should be more stable!) by right-clicking on the toolbar, and selecting "Check for updates...".

Going forwards, I plan to make at least one more update to SciTE4AutoHotkey, in order to bring it to line with the latest AutoHotkey standards. Afterwards, input on the future of S4AHK will be much appreciated.

Given the length of this thread, it is scheduled to be locked sometime in the near future. Further announcements will be made on a new thread.

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

Posted: 29 Apr 2022, 20:16
by joedf
This is fantastic! I've immediately updated! A big thanks to you fincs!
:dance: :dance: :clap: :clap:

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

Posted: 04 May 2022, 16:48
by Joe Glines
@Thank you @fincs! I'm a long-time user and am really glad to hear you'll be making an update. :)