SorryButImaNewbie Posted January 13, 2015 Share Posted January 13, 2015 (edited) 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 January 13, 2015 by SorryButImaNewbie Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted January 13, 2015 Moderators Share Posted January 13, 2015 SorryButImaNewbie,Add "view.eol=1" to your user options - open it via <Options - Open User Options File>. M23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
SorryButImaNewbie Posted January 13, 2015 Author Share Posted January 13, 2015 Hello and thank you Master Melba, I added view.eol=1 (tried with and without "") to the user options saved, and turned off and on autoit but the CRLFs are still there, any idea? (I brought them forth with key commands) SorryButImaNewbie Link to comment Share on other sites More sharing options...
Moderators Solution Melba23 Posted January 13, 2015 Moderators Solution Share Posted January 13, 2015 SorryButImaNewbie,A little bit of googling (you did try that yourself before posting? ) tells me that Ctrl-Shft-9 or the <View - Endof Line> menu item will toggle EOL visibility. M23 SorryButImaNewbie 1 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
SorryButImaNewbie Posted January 13, 2015 Author Share Posted January 13, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now