Results 22 comments of Justin Kinnaird

The Linux scene isn't flooded with options like Windows. I know ericek111 does some work on them. Outside of that the options are slim. With that said, we have lives...

I'm putting up a working hack in the next couple of days as a stop-gap while we work on this. It'll have basic glow, trigger, noflash. I'm still working on...

This is what I have so far: https://github.com/Teklad/csgo-horker Right now it only has glow but I went for an easily expandable model which should be fairly easy to update.

Made a few changes to CMakeLists.txt. You should be able to produce a debug build (read: -g flag) by using the following: cmake -DCMAKE_BUILD_TYPE=Debug .. You only have to run...

The cheat in its current form has a few issues. There's a rewrite planned soon which should address a lot of these issues along with a new user interface.

There were a few build errors when I first went to try this but it was mostly syntax/naming issues. There was also an undefined function "setTabWidth". After getting all this...

In my opinion the hasty swap to QWebEngine as a way to fix outstanding QWebKit bugs was pushed in a fairly hasty manner. Now we've got a version in master...

I think there's a function which gets the current text height and such... Should be really useful in this scenario. I can't remember the exact name of the function though.

That hex color clickable text is just downright fancy. I don't think I've seen that feature before on a default editor (and I've used a few). :p

@JuBan1 how's the status on this? Sorry it's been a long time since I've checked in I got consumed by some other projects. I'm excited to see this finally implemented......