#2740: Allow tab character to be inserted
-------------------------------------------------------+--------------------
 Reporter:  VBAssassin                                 |       Owner:           
      
     Type:  New Feature                                |      Status:  new      
      
 Priority:  Normal                                     |   Milestone:  
FCKeditor 2.6.4
Component:  Core : Output Data                         |     Version:  
FCKeditor 2.6.3
 Keywords:  tab, tabs, spaces, tab key, tab character  |  
-------------------------------------------------------+--------------------
 Add a new setting so that the tab character can actually be inserted in to
 rich text mode instead of X spaces. Many ways to do it such as:

 FCKConfig.TabSpaces = -1; //shows tab
 FCKConfig.TabSpaces = 0; //disables tab
 FCKConfig.TabSpaces = 1+; //shows spaces instead of tab

 or add a whole new setting
 FCKConfig.TabShow = true; //show tabs instead of spaces

 Personally i do not like spaces, i prefer tabs since i have much more
 flexibility over them server side than spaces. Also when pasting source
 code i can delete a tab with one key press, not several. Copying code from
 the editor in to my IDE deals much better with tabs than spaces.

 The only way to edit this setting at the moment is to edit the compressed
 source (not a good idea):
 http://www.fckeditor.net/forums/viewtopic.php?f=6&t=12443

 Could you please add support for this?

 Kind regards,
 Scott

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2740>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to