Skip to main content

All Questions

Tagged with
0 votes
2 answers
75 views

Reverse Right to left text with examples [closed]

I want to get this The text comes as a sample like this sample This: hello all my name nora like this: nora name my all hello Of course, the important point is that this is not just for one text, I ...
omid leon's user avatar
1 vote
2 answers
84 views

Different result between notepad++ XML Validation and C# XMLDocument.validate

I'm trying to enforce a uniqueness constraint for a combination of attributes across two elements using an XSD. The constraint works correctly in Notepad++ but not in my C# application. I've added the ...
Maarten Schuurmans's user avatar
0 votes
1 answer
99 views

Why does Notepad++ disable/hide all macros when I programmatically edit shortcuts.xml?

If I manually edit %appdata%\Notepad++\shortcuts.xml and manually add a find replace macro (See MACRO below), then close shortcuts.xml and then restart Notepad++, the macro is available to run from ...
VA systems engineer's user avatar
0 votes
2 answers
760 views

Replacing notepad.exe with a new one

I'm working on a project that let's folks remove the old notepad from system32 and download a new better looking one like notepad++ string path = "C:\\Windows\\System32\\notepad.exe"; File....
0x22's user avatar
  • 3
-4 votes
1 answer
195 views

"NUL" character is missing

I have got characters on notepad++ like below screenshot. When I am copied and pasted same line in other new notepad++ file, "NUL" character was missing. Actually "NUL" character ...
suyog kotkar's user avatar
1 vote
0 answers
78 views

Notepad ++: CS script Error CS0009 for reading CoolProp.dll file

Some background: I am a newbie to C# and programming in general. Utilizing notepad ++ for my script writer and compiling the program through the command prompt. I am using the CS-script plug in for ...
ST_MECH's user avatar
  • 11
2 votes
3 answers
13k views

remove \r\n with newline in json string

I created a JSON string in C# using this code. string jsonFormatted = JValue.Parse(JSONresult).ToString(Formatting.Indented); when I paste the json Formatted string in notepad++, I get lot of \r\n ...
Anjali's user avatar
  • 2,656
1 vote
1 answer
369 views

Specflow changing UTF encoding of auto generated code behind C# file when feature file text changes

I came across an encoding issue when I upgraded from a direct DLL reference to Specflow version 2.2.0 - to a NuGet reference of version 3.1.7.4. Now when I change text in my feature file, Specflow ...
Mike's user avatar
  • 907
6 votes
4 answers
9k views

Why does the Notepad++ [NULL] character not paste?

I am new to this site, and I don't know if I am providing enough info - I'll do my best =) If you use Notepad++, then you will know what I am talking about -- When a user loads a .exe into Notepad++, ...
user avatar
0 votes
0 answers
624 views

Trouble with SourceCookifier 64-bit compile on Win10

I'm trying to compile SourceCookifier for Notepad++ 64-bit on Windows 10 with VS2017. I made a few updates to the .sln and DllExport\NppPlugin.DllExport.targets file so it actually compiles and give ...
Michael Vincent's user avatar
0 votes
1 answer
381 views

Using RedirectStandardInput in Process Start in C# for console application, disables output in that same console started

I wrote a console application in C#, it is a parser for some language that translates the input file into XML. The parser gets it's input from the standard input(Keyboard) and it contains the name of ...
Rany's user avatar
  • 1
-2 votes
3 answers
137 views

How do i increase a number by 1 in every line that contain the number 1

i want it to increase numbers on each number "1" but also repeat the increase two times you can look at my example down below i am trying to delete a bunch of files in my program as i said look down ...
VerAqZ's user avatar
  • 11
1 vote
3 answers
92 views

Regex to find instances of String.Compare with two parameters

I'm looking for instances in my code where I have forgotten to include a 'true' for the third parameter, which lets it be case insensitive. The code would either look like String.Compare("stringA", ...
Eric Y's user avatar
  • 15
0 votes
1 answer
84 views

Replace dataType[] with List<dataType>

I generated with xsd.exe a dataModel of an xsd. I would like to exchange the dataType[] with generic list => List<dataType>. I need to change the syntax automated because the dataModel classes ...
Nindalf's user avatar
  • 59
0 votes
0 answers
227 views

Process.Start Notepad++ an application which is started by Windows Service [duplicate]

I have a Windows Service and a UI application which are developed on .NET (C#). When I start windows service, windows service will start UI application corresponding with logon user => Successfully ...
GSP's user avatar
  • 574

15 30 50 per page
1
2 3 4 5 6