chylex
chylex
The line contains every possible tag character, so it's only possible to tag the second one with `A` or `B` because they preceed it. Otherwise there could be a conflict...
I didn't even consider that possibility, it would be quite neat, but as you said not sure if it's worth the effort. Discarding the first characters is just visual, it...
I experimented with this a while ago, I still have the old code in a branch https://github.com/chylex/IntelliJ-AceJump/blob/experimental-rework/src/main/kotlin/org/acejump/action/AceTagAction.kt They are still hard-coded actions, but it's more flexible than an `enum` and...
Automatic updating of tweet dates will be in the next update.
Currently no way to do that. Maybe an option to set a range of heights the window could be resized into could work well, I'll look into implementing it at...
It's not happening on my end with a fresh portable version. It's possible Twitter rolled out an update only for some accounts so I don't have it yet, but I...
@paanvaannd Can you please install Dev Tools in the installer if you don't have it already (you can install in the same folder to add dev tools to an existing...
Click the gear on top right (second row) that says Console Settings, then check Preserve log. From the current log, it looks like you're being rate-limited (possibly because of the...
Once you try again and it loops a few times, you can go to Sources tab and click the Pause button, that'll stop everything and you should have an opportunity...
Interesting, maybe the Twitter API doesn't have a way to verify if you're a human so it just rejects your login attempt instead. Nice work, Twitter.