Jump to content

RKPad


RobertKipling
 Share

Recommended Posts

This is the first program that I created that has been worthwhile. It has been built from the ground up a few times, twice when I lost the code, and once when I decided to switch programming languages. RKPad has been through Visual Basic :) 3.0 for 16-bit Windows and 4.0 for 32-bit Windows, and I finally bring to you its (hopefully) final major rendition.

Major features:

  • Comprehensive Text Editing
  • HTML, CSS Configuration included
  • Supports Plug-ins
Enjoy!

RKPad 3.something rkpad.zip

Link to comment
Share on other sites

RKPad is sweet!! I notice the spell check is not working. I am working on that one myself.. Was hoping you had it.. LOL Have some functions you may want to add to your pad.. http://www.autoitscript.com/forum/index.php?showtopic=54412

Have you looked at the possibility of using http://www.spellcheck.com/ in the same manner that the translation sites were used for Rosetta Stone?

There are alos other online spell checkers just Google them.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Have not tried that, I am trying to come up with a google method to use in a listview and be able to use suggestions but have not been successful. Too many projects going I guess.. :) It's my only excuse and I am sticking with it... LOL

Link to comment
Share on other sites

I have about the same excuse here. The Plugins (if you've looked at the code) work in two forms, one which reads the selected text and sends it to the plugin via the clipboard, then reads the returned text after the plugin has exited and then replaces the current selection with it. The other program opens the file using the specified viewer... There might be a bug in the second method, though.

Here's the Alpha-Numberic Manipulator that you built, modded up a little to make it into a usable plugin. As you can see, it really doesn't take much. To use it, add a line of code in the Plugins section (probably after you delete the useless ones):

[Plugins]
&Alphanumeric Manipulator=alpha_man.exe

alphaman.zip

Edited by RobertKipling
Link to comment
Share on other sites

Ah Man, that is too cool!! Great idea too... Now I am wondeing is you can use google api's in it? like if you use a link like this:

http://www.google.com/search?hl=en&q=W...IS+IT+IN+russia you will get a suggest api with a clock icon and I wonder is you could set a worldclock up in your plugins. Just a thought, I am wanting to make a gui for that but just started pondering so far.. LOL Sorry, didn't mean to get so far off topic.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...