Feature #2065 2006-04-01 18:13

berli

way to insert special characters

I would find it very useful if I could do: right click -> insert special character.

For example, if I need to insert a hard tab for whatever reason (it's a Makefile, it's a script where \t won't do, it's a file using tab indentation, but I don't want to change the global tab settings, and so on..) I could then simply do: right click -> insert special character -> Tab.

Besides "Tab", there could probably be other special characters - not sure though. What I personally could really use is a TAB :)

Category
Editing
Status
Closed
Close date
2007-06-12 02:40
Assigned to
 
kidmosey 2006-07-19 07:39

Settings->Editor->Abbreviations

add an entry 't', then type [tab]| in the editbox.

Now you just have to type 't', then ctrl+j to insert your tab character.

kidmosey 2006-07-19 07:51

The previous was for nightly builds.

For RC2, it's Settings->Editor->Auto-Complete

berli 2006-11-25 18:47

Thanks, this works, consider my request fulfilled :)

biplab 2007-06-12 02:40

This feature has been implemented in SVN. Thank you.