antiufo

Results 13 comments of antiufo

In case someone's interested, here's a fork with autorecovery support: [antiufo/notepad2-mod](https://github.com/antiufo/notepad2-mod) Unsaved files are accessible from File -> Recovered. When the app is closed, the file save confirmation dialog is...

Other issues I noticed: * If your normal/ordinary firefox profile is running, browsh fails with `panic: runtime error: invalid memory address or nil pointer dereference`. Perhaps browsh could specify `--no-remote`...

I haven't tried it on Linux so I don't know how it compares, but it seems to be quite usable on Windows.

That's a pretty specific use-case. A similar idea would be however to create a [Sandboxie](https://www.sandboxie.com/)-style general purpose file system, that mirrors an existing folder (which could also be a Dokan...

I implemented autorecovery in my fork, some time ago: https://github.com/antiufo/notepad2-mod/commits/recovery

@sergeevabc Yes I totally agree, recovered documents should appear as dirty/unsaved when you reopen Notepad3. I think it's important for the user to remain in control of how and when...

It's up to the implementer, any attribute with that name will work. There's some sample code in the readme for that.

An earlier version of this project actually targeted `.csproj` projects, using `Microsoft.CodeAnalysis.CSharp.Workspaces`. I'll see tomorrow if I can add a console project to bring this feature back.

The latest version is now able to compile `.sln` and `.csproj` projects. [Usage (.sln, .csproj)](https://github.com/antiufo/roslyn-linq-rewrite#usage-slncsproj) I tested it with .NET 3.5 and it works, but I haven't tried with Unity....