Salvador A. Melo

Results 10 issues of Salvador A. Melo

Fixed so that hitting enter saves the file no matter which control has focus (except the browse button) and doesn't give an error beep. Also added that hitting escape closes...

Line 283 should use `position.ToBullet()` instead of `transform.position.ToBullet()`

Just added the the MSBuild task to a new project, and ran it with a simple test script (just outputs `"//Hello?"`). It all works fine, except the file was unexpectedly...

Discussion/Question

Using the MSBuild task in a .NET Standard class library, `Project.Analysis.Documents` is empty, as far as I can tell there's nothing in the Roslyn project at all. Dunno if this...

Discussion/Question

I don't know if this feasible within the Roslyn script API, but it would be nice if all `#r Microsoft.CodeAnalysis.*` directives automatically resolved to the same Roslyn DLLs Visual Studio...

General Enhancement

Since the only constructor is internal it's impossible to make a derived type (from a referencing assembly), and thus no way to override OnInstanceCreated.

I've discovered Libre Calc is perfectly happy to save both single and double quotes in a way that the csv parser, javascript translator, etc are all happy with, except that...

enhancement

Possibly one of the most powerful things you can currently do with JS and not Incept is string replacement, especially with Regex. (Tho I'd probably expect Incept to use .NET's...

enhancement

It would be really great if Stride had 9 Slicing, such as seen in Unity, Godot, and Gamemaker (amongst others I'm sure.) **Is your feature request related to a problem?...

enhancement