molsonkiko

Results 17 issues of molsonkiko

Files with CR newline were not properly parsed, and instead gave some sort of error. The bug was in [CsvQuery/Csv/CsvSettings.cs](https://github.com/jokedst/CsvQuery/blob/8701c79c317e861435851eb87a9ac84b0fe36e5a/CsvQuery/Csv/CsvSettings.cs#L123). Doesn't seem like this was a *bug* per se, since...

__To replicate the issue:__ 1. Install [NavigateTo 2.7.0](https://github.com/young-developer/nppNavigateTo/releases/tag/v.2.7.0) on [Notepad++ 8.6.1](https://notepad-plus-plus.org/downloads/v8.6.1/) (32bit or 64bit, shouldn't matter). 2. Copy some text to the clipboard (call this `Original selection`) 3. Open the...

Some people have raised issues (#39, #58) that reference the same basic issue: how do you pretty-print JSON while compressing all children that satisfy condition X. This could mean things...

question
wontfix

See the issue title for a complete description of the issue. Before switching to dark mode: ![image](https://github.com/molsonkiko/JsonToolsNppPlugin/assets/46202915/2d0a3f4e-b948-47c5-a352-c51ff13aed8f) After switching to dark mode: ![image](https://github.com/molsonkiko/JsonToolsNppPlugin/assets/46202915/c1dc3161-4562-4e08-a10c-9e79ec93e99b)

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description of the Issue When I build Notepad++ from source (based on [this...

### To replicate 1. Open any file with more than 2**31 - 1 bytes (i.e., the maximum size of a C# string, hereafter referred to as `int.MaxValue`). 2. Notepad++ will...

This would address #93. Previously CSVLint assumed that all files had fewer than `int.MaxValue` (2147483647) bytes, and any files longer than that would simply cause the plugin to crash. This...