Tig

Results 235 issues of Tig

See this request here: https://github.com/PowerShell/GraphicalTools/issues/79#issuecomment-614232936 > Multi selection is also non-intuitive - not being able to close on Enter, nor using Insert for marking lines is very annoying behavior :(

The `List` infrastructure in `View` (see `ViewSubviews.cs`) is inefficient, clumsy, and a source of weird bugs. We should think hard about how to refactor subview management to address. Examples: ##...

enhancement
design
v2

The code in `TextModel` uses `File.OpenRead` but there's no code that ever closes it. As a result, clients can't save the file loaded this way.

From TODO.md (which will be deleted). Not sure what this is, but capturing it here anyway so it doesn't get lost.

enhancement

It's been a long time since I tried building https://github.com/PingmanTools/LiteHtmlSharp. Today, I attempted to merge the latest `litehtml/litehtml` into LiteHtmlSharp and encountered build errors. LiteHtmlSharp doesn't treat `litehtml` as a...

Here's the scenario. My app prints HTML (specifically, pretty-printed source code using `prismjs`). I can't have a line of source code at the bottom of a page be split in...

My app prints source code. Uses `prismjs` to do syntax highlighting. Example source code: ![image](https://user-images.githubusercontent.com/585482/74073185-a6434480-49c6-11ea-8d07-d908fa35bc58.png) With `litehtml` now, using only `white-space: pre-wrap` this code looks like shit: ![image](https://user-images.githubusercontent.com/585482/74073253-e30f3b80-49c6-11ea-81db-d642da814de7.png) (because lines...

Fixes #116 This PR adds a `-MinUi` feature that hides all UI except for the list of items. Once you use ocgv a lot you find the status bar and...

Fixes #121 This PR surgically fixes the issue described in #121