Search found 48 matches

by ekalin
Tue Dec 31, 2024 1:38 pm
Forum: KildClient
Topic: Input box expanding out of screen when typing beyond its width
Replies: 3
Views: 765

Re: Input box expanding out of screen when typing beyond its width

I've released version 3.2.2 that fixes the "window cannot be shrunk" bug. Hopefully this also prevents the behavior you describe of the window width being increased when the text does not fit one line.
by ekalin
Tue Dec 31, 2024 1:37 pm
Forum: KildClient
Topic: KildClient version 3.2.2 released
Replies: 0
Views: 591

KildClient version 3.2.2 released

KildClient version 3.2.2 has been released today.

Go to the download page to download it.

This version fixes a bug that prevented the window from being shrunk. See the detailed change log.
by ekalin
Mon Dec 30, 2024 12:47 am
Forum: KildClient
Topic: Input box expanding out of screen when typing beyond its width
Replies: 3
Views: 765

Re: Input box expanding out of screen when typing beyond its width

I can't reproduce this widening behavior, However, I could reproduce the problem that when the text breaks to another line, the window width cannot be shrunk. I guess the two problems might be related.
by ekalin
Sat Mar 23, 2024 11:05 am
Forum: KildClient
Topic: Trying to gag several successive lines
Replies: 1
Views: 16236

Re: Trying to gag several successive lines

I don't think that hooks are the solution here.

I haven't test this, but I'd create three triggers:

- 1: for the first line, that gags it and enables trigger 3
- 2: for the last line, that gags it and disables trigger 3
- 3: matches anything ('.' as a regexp should be enough), gags the line ...
by ekalin
Wed Sep 13, 2023 10:53 pm
Forum: KildClient
Topic: $world->send doesn't run the alias engine. What can I do?
Replies: 2
Views: 11592

Re: $world->send doesn't run the alias engine. What can I do?

Well, you have the full power of Perl, so you can do any kind of substitution you want.

But that's not really convenient if you want to use the same aliases available for interactive use. Fortunately there's the $world->expandaliases() function, that expands aliases as if they had been typed in the ...
by ekalin
Sat Sep 09, 2023 3:23 pm
Forum: KildClient
Topic: KildClient 3.1.0 spellcheck doesn't work [Windows]
Replies: 5
Views: 24615

Re: KildClient 3.1.0 spellcheck doesn't work [Windows]

This problem has finally been solved in version 3.2.1b.
by ekalin
Sat Sep 09, 2023 3:23 pm
Forum: KildClient
Topic: New Windows build (3.2.1b)
Replies: 0
Views: 17814

New Windows build (3.2.1b)

A new Windows build has been release. This version fixes spell checking on Windows.

Go to the download page to download it.

There are no further changes, and the since it only affects the Windows packaging, there isn't a 3.2.1b source code release.
by ekalin
Sat Sep 02, 2023 2:28 pm
Forum: KildClient
Topic: KildClient 3.2.1 released
Replies: 0
Views: 17546

KildClient 3.2.1 released

KildClient version 3.2.1 has been released today.

Go to the download page to download it.

This version fixes a couple of bugs that have accumulated in the last years, and has some internal code updates. See the detailed change log.
by ekalin
Sat Mar 02, 2019 1:56 pm
Forum: KildClient
Topic: Spell in single line bar
Replies: 1
Views: 20209

Re: Spell in single line bar

MickeyHus wrote: Mon Feb 25, 2019 12:37 pm Is there a reason that spell checking only works with the multi line input bar, Ekalin?
Yes, the single line text input component does not support spell checking.
by ekalin
Fri Sep 21, 2018 6:38 am
Forum: KildClient
Topic: Spell checking not working
Replies: 1
Views: 16173

Re: Spell checking not working

Spell checking only works with the multi-line input bar. Is that what you're using?