Search found 222 matches

by list
21 Feb 2020, 13:43
Forum: Scripts and Functions (v1)
Topic: ZipFile [AHK v1.1 and AHK v2.0]
Replies: 32
Views: 16918

Re: ZipFile [AHK v1.1 and AHK v2.0]

On my own system I probably would do that, but I wouldn't like to be responsible for other peoples files :) I'm guessing it wouldn't be allowed in this particular case as either it is a Google Drive folder and they are probably protected one way or another (haven't tested as I'm not going to install...
by list
21 Feb 2020, 13:19
Forum: Ask for Help (v1)
Topic: Zip unicode file names and folders using Windows native zip functions?
Replies: 4
Views: 1004

Zip unicode file names and folders using Windows native zip functions?

I'm currently using ZipFile by Coco for zipping files & folders, but it doesn't work when the folder or file names contain unicode characters:[1] Any suggestions? I'd would like to avoid third party zip programs (dll,exe) if at all possible. [1] Reference with error message: https://www.autohotkey.c...
by list
21 Feb 2020, 13:10
Forum: Scripts and Functions (v1)
Topic: ZipFile [AHK v1.1 and AHK v2.0]
Replies: 32
Views: 16918

Re: ZipFile [AHK v1.1 and AHK v2.0]

I'm running into problems with paths or file names that contain unicode characters, it seems Windows can't handle it as the following warning pops up and the script stalls after that: [Window Title] Compressed (zipped) Folders Error [Content] 'D:\test\Google 雲端硬碟' cannot be compressed because it inc...
by list
15 Feb 2020, 10:02
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 109503

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Lintalist v1.9.11 @ https://github.com/lintalist/lintalist/releases New: Theme support incl. updating all listview icons with transparency. https://github.com/lintalist/lintalist/blob/master/themes/Themes.md and https://github.com/lintalist/lintalist-themes New: ctrl+f shortcut to focus on search b...
by list
15 Feb 2020, 03:57
Forum: Ask for Help (v1)
Topic: Pasting Multi Line Texts
Replies: 2
Views: 1003

Re: Pasting Multi Line Texts

If you have many of these to setup, Lintalist might be something for you to look into as you can paste many snippets either via search, hotstring or shorthand
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=3378
by list
23 Jan 2020, 18:00
Forum: Scripts and Functions (v1)
Topic: TitleCase() - capital case, headline style - mixed case style
Replies: 14
Views: 4413

Re: TitleCase() - capital case, headline style - mixed case style

You almost had it :) You need to assign the result of the function to a variable: :*:testit:: Text = %Clipboard% ; text=autohotkey voted best scripting language in the world ibm survey ; (what I'd be doing is copying text in my work program and using that to change things) text:=Titlecase(Text, "en"...
by list
14 Jan 2020, 17:59
Forum: Scripts and Functions (v1)
Topic: TitleCase() - capital case, headline style - mixed case style
Replies: 14
Views: 4413

Re: TitleCase() - capital case, headline style - mixed case style

Now at v1.41 with some further (minor) changes - https://github.com/lintalist/TitleCase/ (beta branch merged into master)
by list
12 Jan 2020, 06:45
Forum: Scripts and Functions (v1)
Topic: TitleCase() - capital case, headline style - mixed case style
Replies: 14
Views: 4413

Re: TitleCase() - capital case, headline style - mixed case style

Beta: I moved the regex added for v1.2 to the Ini file OrdinalIndicator_Find and OrdinalIndicator_Replace and introduced "pairs" so you can handle any special use cases directly from the ini by defining regular expressions for a RegExReplace() - see https://github.com/lintalist/TitleCase/tree/beta#p...
by list
15 Dec 2019, 06:29
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 109503

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

v1.9.10 New comment plugin, Always on Top, Show/Hide Gui using StartSearchHotkey, other improvements - https://github.com/lintalist/lintalist/releases/tag/v1.9.10 New: Comment plugin - add comment to snippet which will be removed before pasting. Use as visual reminder or search aid. New: On Top but...
by list
11 Nov 2019, 13:59
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 109503

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Thanks for the feedback & testing. Suggestion: Adding a toggle icon to also remove AHK comments and bloc comments (; /* */) would be a good addition. (Sometimes it is useful to paste a snippet with it's AHK comments and sometimes not) Perhaps this is too specific to add to lintalist, also because of...
by list
05 Nov 2019, 14:23
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 109503

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

[*]Toggle Wide/Narrow View in the menu does not work properly. (it hides the window instead of resizing it) It did not work in combination with StartSearchHotkeyToggle=1 - now it should work in both cases. [*]the always on top icon works but needs some adjustments (e. g. it should disable itself wh...
by list
05 Nov 2019, 12:32
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 109503

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

@SpeedMaster that would indeed be useful - added it here https://raw.githubusercontent.com/lintalist/lintalist/beta-1.9.9.10/plugins/Comment.ahk where is the facepalm emoji when you need it (-‸ლ) I'll look at your other feedback later. @DRocks well, I agree the videos are a bit boring. But I think L...
by list
04 Nov 2019, 15:38
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 109503

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Thanks for the suggestions :) Is there a way to toggle between visible and hidden ? (I would like to use the same shortcut to actually hide and show lintalist) :think: There is now https://github.com/lintalist/lintalist/tree/beta-1.9.9.10 :) See StartSearchHotkeyToggle setting - there is also a View...
by list
03 Nov 2019, 14:54
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 109503

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

That's correct, I've added a note to the "releases" on GH about that. In general it is advised to upgrade AHK if you're not using the lintalist.exe (which is just a renamed autohotkey.exe), especially for AltGr keyboard users given the recent bug fixes in AHK.
by list
03 Nov 2019, 04:38
Forum: Scripts and Functions (v1)
Topic: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins
Replies: 200
Views: 109503

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

v1.9.9 - String, Query plugins - shortcuts for first 10 results, various fixes * New: Search GUI shortcuts for first 10 search result (Alt+1..0) - show numbers as text and/or icons. * New: String plugin to transform text (upper, lower, sentence, title case, trim...) * New: Query plugin and QueryDel...
by list
26 Oct 2019, 12:07
Forum: Ask for Help (v1)
Topic: How to make a Zip file from some folders and files ? Topic is solved
Replies: 3
Views: 637

Re: How to make a Zip file from some folders and files ? Topic is solved

I don't know the answer to your question but I use https://github.com/cocobelgica/AutoHotkey-ZipFile - forum thread here https://www.autohotkey.com/boards/viewtopic.php?t=3892 and I can add multiple files and folders without any problems using it.
by list
27 Sep 2019, 10:03
Forum: Ask for Help (v1)
Topic: Subroutines with multiple GUI Topic is solved
Replies: 2
Views: 524

Re: Subroutines with multiple GUI Topic is solved

You need to set the Default - See https://www.autohotkey.com/docs/commands/ListView.htm#BuiltIn

Code: Select all

DisplayList:
	Gui, LVHelp:Default ; this makes it work
	LV_Delete()
	for key, value in sampleArray
	{
		LV_Add("", value)
	}
Return
by list
27 Sep 2019, 05:02
Forum: Scripts and Functions (v1)
Topic: [Class] LV_Colors - 1.1.05.00 (2024-03-16)
Replies: 151
Views: 72069

Re: [Class] LV_Colors - 1.1.04.01 (2016-05-03)

@gmanhunt Redraw your Listview - also use Gosub :) CheckLV: If (A_GuiEvent == "DoubleClick") { currentSelection := A_EventInfo If (previousSelection != currentSelection) { Gosub, LoadValue ; use gosub not goto } else { Gosub, UnloadValue ; use gosub not goto } } return LoadValue: CLV.Clear() ; moved...
by list
20 Aug 2019, 11:46
Forum: Scripts and Functions (v1)
Topic: TitleCase() - capital case, headline style - mixed case style
Replies: 14
Views: 4413

Re: TitleCase() - capital case, headline style - mixed case style

v1.2 - adding RegExReplace() to address 1st 2nd 3rd 4th etc, so

1ST, 22ND should become 1st, 22nd

https://github.com/lintalist/TitleCase

Go to advanced search