William Deich
William Deich
Cool thanks
I have the same problem - and I'm not even using fast compile
It would be a great idea to add .sln support to aCute.
I thought .sln files were based on XML, but it is not a particular object serialized into XML, it is just information about the projects stored in loosely based XML...
Oh yeah, @omajid is correct. I was thinking of the .csproj files.
Howdy. Well, creating an example for you, I realized the problem is not quite as bad as I thought, but there are some problems, so let me explain. Create the...
I'll try to keep you up to date.
Just to be clear - it worked with the extra quotes - it did not work when I removed them
Also if you make the examples: | ValueA | ValueB | ValueC | ValueD | | Hello | Big | World | HelloBigWorld | | Goodbye | Small | World...
Even with the regex, it did not generate a string parameter, it just made the name "GivenIhaveEnteredHello()". If there is no parameter in the function, you've got a problem. I...