mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-30 19:14:05 +01:00 
			
		
		
		
	[BUG_FIXED] Fix wrong File encoding auto-detection problem : binary file is detected as UTF-16 big-endian. [UPDATE] (Author : Christian Cuvier) Update NppHelp to v5.5. git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@539 f5eea248-9336-0410-98b8-ebc06183d4e3
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 | |
| <html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><title>Bug Reports</title>
 | |
| <link rel="stylesheet" href="styles.css" type="text/css"></head>
 | |
| <body>
 | |
| <h1>Bug Reports</h1><p>
 | |
| If
 | |
| you find that Notepad++ isn't working correctly or plain crashing,
 | |
| you probably encountered a bug. First check if you have the latest
 | |
| version, each release Notepad++ gets improved and bugs get fixed
 | |
| (unfortunately, sometimes added as well so always tread careful when
 | |
| updating). Also, if you just added or opgraded a plugin, it could be the cause of the bug.<p>
 | |
| Then,
 | |
| check if a plugin causes the trouble. Remove all plugins or start
 | |
| with the command line option to disable all plugins and see if the
 | |
| issue persists. If so:<p>
 | |
| Check
 | |
| the forums: maybe other users noticed it as well and found a fix or
 | |
| are in discussion.<p>
 | |
| Check
 | |
| the Bug tracker
 | |
| (<a target="_blank" href="http://sourceforge.net/tracker2/?group_id=95717&atid=612382">http://sourceforge.net/tracker2/?group_id=95717&atid=612382</a>):
 | |
| maybe the bug is already detected and added to the list. Search for
 | |
| it and if it's not there, you can add it and help the developers find
 | |
| and fix it (always be very clear what the problem is, what causes it
 | |
| and how to reproduce it. Crash reports are, unfortunately, currently
 | |
| not very helpful, a description on how to reproduce the crash is). Also please zip or 7-zip the NppDump.dmp file if any was produced, and attach it to the report: it contains the internal state of Notepad++ when the crash took place, an is invaluable to developpers.</body></html> |