Results 1 to 10 of 10

Thread: [Beta] WYSIWYG editor for these forums

  1. #1

    Thread Starter
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    [Beta] WYSIWYG editor for these forums

    Note: Here is the latest. Still have a problem with nested tags, but I'll get around to that. This version has a nice find and replace and an improved Spell Checker, now you can right click on the spelling error rather than double click. I'm putting everything into classes so you'll see there are currently 14 classes in the project.

    Beta 2: Fixed a few problems.
    No longer spell checks code areas as per Wiz's suggestion.
    Automatically recognizes when you want to insert more code into a code region and marks it for you.
    Allows you to deleted code sections.
    Basic Smilies work, but still need to add Candor smilies

    Still not ready for Prime-time, but here is a Beta version of a WYSIWYG editor for these VBForums.
    Using the editor is similar to using WordPad, but with additional features.
    After composing your post in the WYSIWYG editor, you can then copy the post to
    the clipboard and the program will insert the appropriate tags.

    In addition to the text editing features, it has spell checking, and markup features
    for Visual Basic and C++ code.

    It is a Beta program so not all the features have been finished or fully debugged. It's still useable
    Since you can view the and alter the vb tags before pasting them into your post.

    Please take a look at it and tell me what you think. I will continue to update the zip file as new features are installed and bugs fixed.

    Features:

    Format font
    • style
    • size
    • color
    • superscript
    • subscript
    • highlighting - partially finished
    • Bold
    • Italic
    • Underline

    Tools
    • Spell Checking

    Alignment and Indents -
    • Left
    • Center
    • Right
    • increase Indent
    • decrease indent

    Lists
    • Bulleted
    • Numbered - Still to do
    • Lettered - Still to do

    Special Blocks
    • Quotes
    • Visual Basic Code markup
    • C++ code Markup - In Progress

    Insert
    • Images - Still to do
    • Smilies - need to add extended smilies
    • Hyperlinks
    • Thread and post linking

    File
    • open RTF file
    • save RTF file
    • save as RTF file
    • print

    View
    • RTF code
    • Vbulletin codes

    Text created with WYSIWYG editor for VBForums
    Attached Files Attached Files
    Last edited by moeur; Feb 15th, 2006 at 11:37 AM.

  2. #2

    Thread Starter
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: [Beta] WYSIWYG editor for these forums

    See 1st post for attachments
    Last edited by moeur; Feb 15th, 2006 at 11:43 AM.

  3. #3
    Addicted Member DKasler's Avatar
    Join Date
    Jan 2005
    Location
    Brooklyn, NYC
    Posts
    177

    Re: [Beta] WYSIWYG editor for these forums

    Are you looking for bug reports?
    -----MY SITES-----
    BayRidgeNights.Com - NYC Nightlife Forums

    Fight Communism - Rate Posts!

  4. #4

    Thread Starter
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: [Beta] WYSIWYG editor for these forums

    Sure,

    You can either PM me or post here

  5. #5
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: [Beta] WYSIWYG editor for these forums

    I used to have an app like this. Back when this was still vbworld.com...

    It was a browser that had a built in code window that did much the same things!

    Will take a look at your app tonight if I have time
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  6. #6

    Thread Starter
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: [Beta] WYSIWYG editor for these forums

    This program has turned out to be a much bigger job than I thought. The main problem is what I call "nesting errors". The VBulletin tags are very picky about how they are nested. So I need to make sure that tags opened inside other tags are closed before to outside tag. For instance
    [Color = Yellow][Font = Courier New] .... [/COLOR ][/FONT ]
    Will not give the desired results instead I have to honor the nesting order, font is nested inside color so must be closed before color. This is even more of a nightmare when dealing with lists.

    Anyway I've handled two of the types of nesting errors and am working on the third type. I've also added a few more features such as smilie an hyperlink insertion.

  7. #7

    Thread Starter
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: [Beta] WYSIWYG editor for these forums

    Latest version uploaded 9/6/05
    Inserting smilies doesn't work anymore since I am working on the GIF animator class.

  8. #8
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: [Beta] WYSIWYG editor for these forums

    Here is some of the things i think you might wona add fix:
    FIX:

    spell checker needs to eliminate ever word that strarts with int??? str??? that way it will know its a veriable not a miss spelled word.

    UPDATE:
    Short cut to: VB6, VBForums - (VB6 and befor .net chit chat etc..) , and Microsoft Research Center


    OverAll Nice Work
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

  9. #9

    Thread Starter
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: [Beta] WYSIWYG editor for these forums

    For latest that adresses FIX: see 2nd attachement in 1st post.

  10. #10

    Re: [Beta] WYSIWYG editor for these forums

    Hi moeur,

    I see on your app you still have the numbered list to do. I am making an app similar to yours and was wondering how you would make this feature because the rich text box unfortunately doesn't have a .sel function for a numbered list like the .sellbullet as im sure your aware.

    any ideas would be appreciated

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width