CRLF inserts Parenthesis and True, and Comma's on next line
-
**Using NP++ v7.9.5.
Plugins = 19 totalIssue: When I type a line of text, then hit Enter (CFLF), I get this:**
(code)"I can enter some random text here, then continue writing more random text, hit Enter.
( , , , , , , , )
( )
"(/code)Or With “View/Show Symbol, Show End of Line” enabled, and the first few words changed
(code)"Here is some random text here, then continue writing more random text, hit Enter.
( True, , , , , , , )
( True )
True
"
(/code)** Searched high and low for an answer on how to disable this, as it’s extremely frustrating as I constantly have to backspace over those paran’s for my next line. No luck in finding any type of answer on this**
-
@Bryce-Hartford said in CRLF inserts Parenthesis and True, and Comma's on next line:
Plugins = 19 total
Your problem description wasn’t very clear. But my first guess would be that one of those 19 plugins is doing some auto-completion or similar.
( Because I don’t think your description matches any of Notepad++ built-in auto-completion)
-
-
@Bryce-Hartford
@Michael-Vincent said in CRLF inserts Parenthesis and True, and Comma's on next line:Please supply menu item “?” => “Debug Info…”
Please also run with no plugins by launching Notepad++ from a command prompt with:
C:\path\to\your\notepad++.exe -noPlugin
Tell us if the problem persists.
Cheers.
-
Verify if you have the NppCalc plugin installed.
If so, turn it off unmarking its “Active Calc” menu option or pressing “Ctrl + Shift + C”.
Test again.
You can take a look at my question.
Cheers
-
@Marcos-Ferreira Hey Marcos, I did not see your reply, but did go through every plugin in, and 1 by 1, uninstalled, restarted NPP and tested. And guess what?! It was indeed “NPPCalc” that was causing the issue. After reading comments on that plugin, I decided I don’t need it anyway. So now I can CR/LF all day long without those annoying characters. Thank you for confirming!
Bryce