CodeQuickTester icon indicating copy to clipboard operation
CodeQuickTester copied to clipboard

Write and run AHK scripts without touching the file system.

Results 7 CodeQuickTester issues
Sort by recently updated
recently updated
newest added

https://github.com/G33kDude/RichCode.ahk/blob/9a54252d193dbafeccb86b9e751cb36c8c8f5548/RichCode.ahk#L207-L241 I apologise for not being able to point out exactly where the problem is, but this is what I have done so far to fix it. I'm sure you'll...

I just set CodeQuickTester as my default code editor for autohotkey but now if i edit a script it gives me a weird error ![CodeQuickTester_v2 8_zUtwFdZxCm](https://user-images.githubusercontent.com/43264314/228274146-86b2a0ad-7164-4d94-9486-28fb6697f440.png)

The line number gutter fails to stay in sync with the editor when the editor is zoomed, or sometimes when it is scrolled. It also goes out of sync when...

How about enclosing a task manager function? ``` #SingleInstance, FORCE #NoEnv #NoTrayIcon SetTitleMatchMode, 1 DetectHiddenWindows, On ;Valiables Setup app_title = AhkTaskMan ; column number col_file = 1 col_pid = 2...

https://user-images.githubusercontent.com/886676/129778717-035f3a8d-ff36-4eed-a331-884f9f70027d.mp4

I always find it easier to just drag the file and drop it in the program and open it instead of going to the file and open it or go...

Word wrap would make it much easier to use. Alternatively, saving the GUI size after being resized would mostly remove the need for wrapping. Also, being able to replace tabs...

enhancement