2007/10/22

Kenny's Blog Code Converter (KBCC)


Name: Kenny's Blog Code Converter (KBCC)
Version: 3.1
OS: Any Windows platform with .Net Framework 2.0 installed
Download: Here.
Introduce:
When you pasted some codes on your post or blog, you found that the format of the original code become very ugly. For example, if your code looks like this
class MyClass
{
  ....

  if (condition)
  {
    ....
  }
  else
  {
    ....
  }
}
and when you copied/pasted it to your blog, it will become like this
class MyClass
{
....

if (condition)
{
....
}
else
{
....
}
}
Then you will have to add " " to your code manually. If your code is very large or complex... God bless you!

So I wrote a very small tool to convert it for you/me. It's very easy to use, just copy the original codes to the left and then click the convert button. Any feedback is welcome!


Change logs:

For 3.0:
+ New design
+ New engine
+ Check new version automatically
- No more click on "Clean" button before the next convert.

For 2.7:
+Supports more special characters.
-Simplify the converter engine. (faster replacing, more stable)

For 2.6:
+Supports more special characters: <, >, "(double quoted) and &.
-Improve the converter engine.
-Improve the performance.

For 2.5:
+Add convert HTML special characters function

Note: Please press "Clear" before converting the next code block.

No comments:

Post a Comment