Dan Ward

Results 12 comments of Dan Ward

Sure, I can check that out this weekend. Are there any particular types that are causing issues for you? I will add them to my test cases.

Thank you! I'm glad to see folks are still using this Beautifier tool. I've had no time to update it the past few years. Three or four years ago I...

Hi - sorry for the very late reply, this got lost in my Inbox. Yes, I've abandoned this for now and have no intention of picking it back up. Yes,...

Needs a lot of experiments in conjunction with AST. Rules/rule processing should be along the lines of TokenPrev (some bool logic), TokenCurr (some bool logic), TokenNext (some bool logic) and...

Actually, should not assume SourcePath. Use same standard as PowerShell - relative to the calling path.

Should probably update path processing per Keith's blog: https://rkeithhill.wordpress.com/2016/02/17/creating-a-powershell-command-that-process-paths-using-visual-studio-code/

When I cut and paste the code directly from that web page (saved with VS Code) it works on my machine (tested in Win PowerShell 5.1). If you want to...

Check details from users here: [http://danspowershellstuff.blogspot.com/2012/03/powershell-pretty-printer-code-cleaner.html](http://danspowershellstuff.blogspot.com/2012/03/powershell-pretty-printer-code-cleaner.html)

Hey @justusiv Sorry I haven't looked into this one yet; I've been crazy busy. Hoping things quiet down for me in a few weeks and I'll have time to work...

@justusiv No problem. When I get time I can look into it; copying to local temp is straight-forward but I also want to check out the System.IO library a little...