Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Suggestions
➜ Visible CR & Tabs in Text Editor & Keystroke Wolrd Closing
Visible CR & Tabs in Text Editor & Keystroke Wolrd Closing
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Tricuspa
USA (13 posts) Bio
|
Date
| Thu 27 Nov 2003 12:51 AM (UTC) |
Message
| Here's a couple suggestion I am not sure how outrageous that they may be.
I do most of my text editing through Mushclient, it has far more features than notepad and is very good at sending data back at the world.
However at times I can't tell if the text is word wrapping or if their is a Hard CR. the only way I get around this is by by going to each line and then do a delete if their is a CR it will delete otherwise the next line will move up a line and I'll have to put the letter back to the word.
If possible could their be a sort of reveal codes mode that would shows a visible representation of CRs as well as tabs optionally you could simply add to Convert CRs to Spaces under Remove Extra Blanks.
Next
Interestingly enough there is a Clowe Window with Ctrl-W for the text editor however their is no Keystroke command for Close World. Well there is actually but... Ctrl F4 seems to be used by another one of my programs in the background (and no way to change it).
Is there a key that could be used for close world, currently Ctrl-W is given to Whisper however I don't currently see Shift F4 as being used or something else, anything!
Thanks! | Top |
|
Posted by
| Chronoti
USA (27 posts) Bio
|
Date
| Reply #1 on Thu 27 Nov 2003 06:27 PM (UTC) |
Message
| OH OH!! I use alot of python in mushclient, and when in the text editor, I have to use tab... because Python's block statements are based on indention... so I just have to keep putting spaces and it takes up alot of time... would rather be able to just press 'tab' and have it indent instead of it going to another window or what not. | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #2 on Thu 27 Nov 2003 07:52 PM (UTC) Amended on Thu 27 Nov 2003 07:53 PM (UTC) by Nick Gammon
|
Message
|
- You can turn wrapping off for the notepad in global configuration. Then you can tell where the linebreaks really are.
- To make a "close world" keystroke, change the Ctrl+W in the "macros" configuration to send "close_world" immediately (send now), and then add this alias:
<aliases>
<alias
match="close_world"
enabled="y"
send_to="12"
sequence="100"
>
<send>world.DoCommand "close"</send>
</alias>
</aliases>
What that will do is pick up the "close_world" command and close your world for you.
- Tab should work in the notepad to indent lines.
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
12,735 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top