Search found 3 matches

by duppy
05 Mar 2017, 19:44
Forum: Editors
Topic: Output errors to Vim's quickfix window?
Replies: 3
Views: 6913

Re: Output errors to Vim's quickfix window?

Can you post an example of an AHK script with an 'error' that you want to see? #SingleInstance force #IfWinActive ahk_class Notepad THIS IS AN ERROR ::btw::by the way ; Win-X #x::Send, testing 123 #IfWinActive It should give an error about an unrecognized action on line 3. Currently I'm running scr...
by duppy
05 Mar 2017, 15:52
Forum: Editors
Topic: Output errors to Vim's quickfix window?
Replies: 3
Views: 6913

Output errors to Vim's quickfix window?

Anyone know how to get AutoHotkey to output errors to Vim's quickfix window? I kind of got it working by setting makeprg... setlocal makeprg=autohotkey\ /ErrorStdOut\ %:p:S This works as expected when there is an error, but when there are no errors, Vim just "hangs" there with a console window open,...
by duppy
30 Oct 2015, 22:39
Forum: Scripts and Functions (v1)
Topic: Getting PNG image info
Replies: 0
Views: 1589

Getting PNG image info

Hi, I just wanted to share a function to get a PNG image's info, like its width, height, bits per pixel, etc. It's accomplished by simply reading the first 33 bytes of the file. The other methods I saw required using DLLs (GDIp), or creating a hidden GUI picture control, or shelling out to run Irfan...

Go to advanced search