Jump to content

Line breaks visibility (CRLF) turn on/off key command?


Go to solution Solved by Melba23,

Recommended Posts

Sorry if this has been discussed already, couldnt find it on forumsearch or with google.

So while i was writing my code and I was somehow succesfully made autoit to display all line breaks in the code with a black (or if in comment green) CR LF. While this isn't much of an actual problem, but a good enough search parameter didn't come to mind (I was finding lots of other things unrelated to what i was looking for). So I came here asking, and hoping that the next man with this problem may find my tags :)

So whats they keycommand to turn this on/off? Is there some chart for similar keycommands? (curious what i should have searched for)

Edit: I pushed something like Shift-Enter, still trying to push buttons around but not working so far, will update in case i find it)

Thanks and have a nice life! 

Edited by SorryButImaNewbie
Link to comment
Share on other sites

  • Moderators

SorryButImaNewbie,

Add "view.eol=1" to your user options - open it via <Options - Open User Options File>. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Moderators
  • Solution

SorryButImaNewbie,

A little bit of googling (you did try that yourself before posting? :huh:) tells me that Ctrl-Shft-9 or the <View - Endof Line> menu item will toggle EOL visibility. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Thanks!

Yes I tried to find this on the forums the wiki and googled it as well (you guys taught that to me, to do it before posting :) ) the EOL (end of line i assume + after checking view menu i know) didn't came to mind while i was searching. Actually still can't seems to reproduce the result of your search, but I could have watched the view menu.... (where I found the key commands :) )

Thank you again

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...