I just upgraded NetBeans to 8.0, and I realized that the editor displays a weird / weird backward P character at the end of each line.
How to remove it?
Picture
Go to "View" and uncheck "Show objects without printing." This fixes your problem.
If you want to “hide” the paragraph mark but show other spaces, I would advise you to install the editor-whitespace plugin ( http://plugins.netbeans.org/plugin/52662/editor-whitespace ).
P , , .
This is [CR].
You can remove it using search and replace. Locate \r\nand replace with \n. You may need to include regex.
\r\n
\n
Source: https://habr.com/ru/post/1538977/More articles:Can I safely request to replace the BigQuery table with WRITE_TRUNCATE - google-bigqueryViews are not executed when their base table is populated - google-bigqueryDelphi - full control of the registry key - delphiBigQuery: запрос ошибок из представления - google-bigqueryOSTYPE is not available in shell script - linuxDisplay external website page in asp.net mvc 5 - asp.net-mvcHaskell error: could not combine type 'a' with 'b' - haskellFind an object in a class using LINQ - c #fooobar.comfooobar.comAll Articles