makeworld

Results 528 comments of makeworld

Ah I see that now. Thanks, I'll look into it when I can. Feel free to let me know what you find as well. Also, I feel I should let...

Thanks for confirming. I've opened https://code.rocketnine.space/tslocum/cview/issues/79 upstream.

Your proposal changes it from what I was picturing, mostly a debugging bar, into a full-blown feature. I like it. 😄 Going through your comment: I find "Info Bar" not...

> perhaps using emoji as abbreviations This looks great! Might do it in my own config. > The only other thing I could think of to help would be to...

Thanks for the suggestions! Both of these look good, and I didn't know about `Delims`. I will probably ending up going with the former suggestion, using `%(` and `%)`, as...

The searching for the bit of text should ignore any style or region tags, so that may require a regex as well. This is a example where having access to...

Having to add a per-tab mode setting is last straw of the code being somewhat disorganized. Using a `tab` struct as mentioned in the NOTES.md would be helpful here.

The `tab` struct work is in progress on the `tab-struct` branch.

That work was completed.