ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Announce Your Software/Service/Product

BBCeditor 1.1.35

<< < (12/51) > >>

fenixproductions:
2gladtobegrey

Thank you for your report.

This bug is strange because there is the same part of code responsible for adding tags via buttons and shortcuts (at least for the simplest ones like b, i, tt). It looks like RichTextBox control error with Ctrl+I shortcut: it always inserts additional \t (tab) character!

I will try to find solution :)

Edit:

I will post fixed version later today.

SolutionAnd for people who might be interested in fix:

--- Code: C# ---private void codeTB_KeyDown( object sender, KeyEventArgs e ){        ...        if (e.Control)        {                ...                if (e.KeyCode == Keys.I)                {                        e.Handled = true;                        e.SuppressKeyPress = true;                        //do what you want here                }        }        ...}

fenixproductions:
New version 1.0.14 is ready!

I've fixed Ctrl+I problem described in posts above and added Find and Replace dialogues.

cranioscopical:
New version 1.0.14 is ready!-fenixproductions (June 05, 2009, 12:07 PM)
--- End quote ---
:Thmbsup: Thanks!

gladtobegrey:
New version 1.0.14 is ready!

I've fixed Ctrl+I problem ...
-fenixproductions (June 05, 2009, 12:07 PM)
--- End quote ---
:up: Thanks!

cranioscopical:
Hi fenixproductions.
I think I know the answer but have you any way to make text in the spelling checker a larger size?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version