Hey guys, been a while since I made anything for the forum so I thought I may as well contribute a little tool I devised.
Basically, it highlights VB syntax in a way that MPGH understands (using color BBCode and shit) so you just type your code normally in the top box, click convert and copy the result in the bottom box, then open the forums and paste the text into your reply box.
NOTE: Could be slightly buggy, haven't tested it all that much so no doubt shit's going to hit the fan at some point.
So the deal is, this is one of my "completely functional apps" i.e, I only had functionality in mind when I made it so If i find anyone bitching about the lack of prettiness I can and WILL e-backhand you. You have been warned.
Screenshot:
Example of output:
Code:
For i As Integer = 0 to 5 'loop through integers 0 to 5
Dim x As String = (i * 5).ToString 'multiply the number by 5
MsgBox(x) 'show the string in a messagebox
Next
EDIT: Found a bug, fixed it, rescanned and reuploaded.
Posts 1–15 of 27 · Page 1 of 2
Post a Reply
Tags for this Thread
None
Approved.
This is very handy, I knew you were working on it, but still good to see it working.
You should add a menu with copy, or a right click menu with copy.
Test:
Code:
Dim This_Is_Good as Boolean = True
Originally Posted by NextGen1
Awesomeness approved.
This is very handy, I knew you were working on it, but still to see it working.
Yeah I wasn't going to release cos it had some major problems so I was going to keep it private, but I worked *most* of them so I figured if Dave won't add it, I goddam will!
Now, Clean up app, Enhance UI, add C#, C++, Java, PHP, Vbscript and re release.
Originally Posted by NextGen1
Now, Clean up app, Enhance UI, add C#, C++, Java, PHP, Vbscript and re release.
ahahahahahaahahahaha. NO. Wutchu mean "clean up app"
I have already used it twice.
Originally Posted by NextGen1
I have already used it twice.
Me too
Cool story bro...I mean naice =)
This is fking sexy
Make it look for errors next XD
Love it
Good release Jason, another tool to make MPGHing easier
Bet this was very tedious to code. /:
Jason is regex pro. Of course it wasn't tedious
Only thing that was tedious was removing the "blue" words from the comments and strings. But even that didn't take very long once I figured it out .