Nine Posted April 13, 2024 Posted April 13, 2024 1- First type @compiled 2- Go back at beginning 3- Type cw and Ctrl+B (to get the abbrev of ConsoleWrite) Will convert in some weird result : MsgBox(0,"",$cw@compiled@Compiled “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Developers Jos Posted April 13, 2024 Developers Posted April 13, 2024 (edited) Is this with the current "old" production version or with the long running Beta with all the new goodies? Tested with the BetA version and I got: $ConsoleWrite(| & @CRLF) @compiled Edited April 13, 2024 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Nine Posted April 13, 2024 Author Posted April 13, 2024 (edited) Old version I suppose, don't remember having changed it (beside tidy.exe) Just replaced to your new AbbrevMan.au3 (in your signature), not working for me : It erases a few @CRLF lines before and end-up with cw@compiled@compiled ps. forgot to say that I changed default, to my own removing the \n at the end. Edited April 13, 2024 by Nine “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Developers Jos Posted April 13, 2024 Developers Posted April 13, 2024 33 minutes ago, Nine said: Just replaced to your new AbbrevMan.au3 (in your signature), not working for me : This is unrelated and only for maintaining the abbreviations. In your initial post, you say that $cw converts to MsgBox() ... not ConsoleWrite ()? ... but for starters I really need to know which version of SciTE and the LUA scripts you are running with as there are many changes in the Beta and the Ctrl+B is an internal SciTE shortcut, that is why I normally use a space after an abbrev as that uses the LUA logic and $cw would never expand at all. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Nine Posted April 13, 2024 Author Posted April 13, 2024 Scite 32-bit Version 4.4.6 Mar 16 2021 13:51:55 (don't know how to get LUA scripts version) Since it erases few lines before it ended up mixing with an MsgBox before it, so in fact it is not related. If I use an empty file it produces what I said earlier cw@compiled@compiled “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
donnyh13 Posted April 14, 2024 Posted April 14, 2024 @Jos, in case it helps, in 4.4.6 I can reproduce the error the @Nine references by pushing ctrl+b after CW in the below line: cw@Compiled "ctrl+b" cw@compiled@Compiled But in the new Beta, it doesn't do it. Jos 1 LibreOffice UDF ; Scite4AutoIt Spell-Checker Using LibreOffice Spoiler "Life is chiefly made up, not of great sacrifices and wonderful achievements, but of little things. It is oftenest through the little things which seem so unworthy of notice that great good or evil is brought into our lives. It is through our failure to endure the tests that come to us in little things, that the habits are molded, the character misshaped; and when the greater tests come, they find us unready. Only by acting upon principle in the tests of daily life can we acquire power to stand firm and faithful in the most dangerous and most difficult positions."
Developers Jos Posted April 14, 2024 Developers Posted April 14, 2024 Thats what i assumed, so am considering it fixed in the current beta. :-) donnyh13 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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