Python Forum
Undo (Ctrl+z) doesn't work on highlighting
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Undo (Ctrl+z) doesn't work on highlighting
#1
The Undo function (Ctrl+z on my Windows machine) works most of the time, but doesn't seem to work to undo highlighting.

If I select a word, like "bold" and then click the Bold icon or type Ctrl+b, that word gets surrounded by the bold callouts, but Undo will not remove them. I have to manually delete them.

Am I doing something wrong?
Reply
#2
(Apr-22-2020, 03:00 PM)CynthiaMoore Wrote: Am I doing something wrong?
no. everything works as expected
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
(Apr-22-2020, 03:02 PM)buran Wrote:
(Apr-22-2020, 03:00 PM)CynthiaMoore Wrote: Am I doing something wrong?
no. everything works as expected
As expected by who?

Are you saying that Undo is only supposed to undo some things and not others?
Reply
#4
Its just the way MyBB editor is.
Recommended Tutorials:
Reply
#5
(Apr-22-2020, 04:19 PM)metulburr Wrote: ts just he MyBB editor.
technically it's ckeditor Wink
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#6
oh yeah i forgot we modified the editor. The editor has some quirks OP, but it was changed to fixed other issues that were deemed more important.
Recommended Tutorials:
Reply
#7
(Apr-22-2020, 04:23 PM)metulburr Wrote: oh yeah i forgot we modified the editor. The editor has some quirks OP, but it was changed to fixed other issues that were deemed more important.

ok
Reply
#8
(Apr-22-2020, 04:22 PM)buran Wrote: technically it's ckeditor Wink
To be more specific it's Rin Editor
It's of course Powered by CKEditor underneath.

Then we have made many of changes to Rin Editor to.
I took some days to figure how to get rid of WYSIWYG mode Hand
The WYSIWYG mode is one of the big features of CKEditor,but it caused us a lot trouble like
lost indentation on copy into code forum and hidden tags like if copy from PyCharm or other Editor the has that hidden feature build in.
# PyCharm copy before
[/font][/size][/color]
[color=#000000][size=small][font=InputMono][color=#000080][b]while True[/b][/color]:

# Should just be,as it always is now 
while True:
Reply
#9
(Apr-25-2020, 12:01 AM)snippsat Wrote: I took some days to figure how to get rid of WYSIWYG mode Hand
The WYSIWYG mode is one of the big features of CKEditor,but it caused us a lot trouble
Yeah, I remember now... the WYSIWYG...
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Fast Quote button doesn't work syogun 2 3,009 Sep-04-2017, 03:57 PM
Last Post: syogun
  feature request: highlighting Skaperen 9 6,509 Jan-26-2017, 04:13 PM
Last Post: Kebap
  Need to undo Larz60+ 4 4,128 Jan-03-2017, 01:46 AM
Last Post: Larz60+
  syntax highlighting metulburr 57 45,082 Oct-05-2016, 05:11 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020