Vadym Diachenko
Vadym Diachenko
If you've made it to a block list or two, you should probably be rather concerned about #1386, but overall block lists can work faster than moderation for a group...
This is a long-standing GameMaker bug - if the object YY file is changed (try it yourself by adding a space somewhere using Notepad), the room editor loses track of...
Indexer (which fills out information for types) isn't aware of macros and is pretty quick & stupid in general. Changing this requires making the indexer multi-pass (store all code, process...
A long time ago, there was [an attempt](https://github.com/YellowAfterlife/GMEdit/blob/master/bin/resources/app/formatter.js) but it couldn't handle a lot of things so it was eventually removed. [gml_fmt](https://github.com/sanbox-irl/gml_fmt) was good at the time, though it's not...
Truth to be told, I have added [index_redirect](https://github.com/YellowAfterlife/GMEdit/wiki/JSDoc-tags#index_redirect) to avoid dealing with this specific issue for a time - overloads create a whole range of unexciting problems, and supporting "...rest"...
This adds a wrap option but does not modify layout (line number column) to not break line number display on wrap (see [sample](https://raw.githubusercontent.com/JonnoFTW/UA-AID/master/tex/proposal.tex) from original issue).
With my PR:  With this PR:  Most of the odd-ish code in my PR is to switch the highlighter to generate tables instead to workaround this issue.
As far as I understand, it would not be possible without changing _something_ in the existing structure, since currently the lines are not even explicitly wrapped in any particular element,...
https://github.com/YellowAfterlife/sight/commit/8fa28b4c4612f8f2b3bd5d53d05a671836741404 I don't truly like the `line-digits-#` part but that's the best it gets without giving every line-node a width property explicitly or rewriting everything to use tables. Had only...
Well, you already do, [for two years now](https://github.com/tsenart/sight/commit/d891c1c9aa18d9a85756733ef034333407c7a717#diff-a727d9c20c7313b645a3ae20c8547233). Would you want a PR that updates hljs to current version and adds tweaks for line numbers (probably by making a wrapper...