Getting unexpected results when entering a new line.
-
I mistakenly posted this in the Discussion.
I have files with extension .hsm (High Speed Messaging (hsm) from Advanced Business Link) is the product that uses them.
Below is a sampling of what is in one.
[SERVER REQUEST]
SERVER=ASRPS
OPCODE=NOTES
start_length_field=1,9,PARCELIf I put my cursor at the end of PARCEL and press enter it displays ( False, 9, ) …
[SERVER REQUEST]
SERVER=ASRPS
OPCODE=NOTES
start_length_field=1,9,PARCEL
( False, 9, )Why is the (False, 9, ) showing up? I don’t want anything to show up on a new line.
I have v7.5.6 installed.
-
this sounds like a plugin is jumping in.
Can you post your debug-info (under ? menu)?
What lexer (menu language) is active when you have open a .hsm file?Cheers
Claudia -
The debug info is as follows:
Notepad++ v7.5.6 (32-bit)
Build time : Mar 19 2018 - 00:26:59
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : OFF
OS : Windows 10 (64-bit)
Plugins : BracketsCheck.dll ccc.dll CodeAlignmentNpp.dll DSpellCheck.dll HTMLTag_unicode.dll mimeTools.dll NppCalc.dll NppConverter.dll NppExport.dll NppFTP.dll PluginManager.dll RunMe.dllI’m not sure what you’re asking for in regards to lexer - English? But I’m guessing that isn’t what you’re after. I haven’t installed any plug-ins except what the base product comes with.
-
I mis-spoke. I have installed a handful of plug-ins on this version. You reminded me about that and gave me the solution - it’s the nppCalc plugin. I disabled that and my problem went away.
Thank you very much!
-