Import of syntax coloring
See original GitHub issueInstalling HaxeDevelop on new laptop. I have same haxedevelop version on both laptops. I exported the syntax coloring settings, I try to open the fdz on the new laptop but get this error:
1 is not a supported code page.
Parameter name: codepage
at System.Text.Encoding.GetEncoding(Int32 codepage)
at ICSharpCode.SharpZipLib.Zip.ZipConstants.ConvertToString(Byte[] data, Int32 count)
at ICSharpCode.SharpZipLib.Zip.ZipConstants.ConvertToStringExt(Int32 flags, Byte[] data)
at ICSharpCode.SharpZipLib.Zip.ZipInputStream.GetNextEntry()
at FlashDevelop.MainForm.ExtractZip(Object sender, EventArgs e)
How can this be solved ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Eclipse syntax highlighting preferences save and restore
I spend some time customizing the colors for syntax highlighting in Eclipse (Java, JSP, HTML, CSS, etc.) but whenever I try to export...
Read more >Syntax Highlight Guide | Visual Studio Code Extension API
A guide to syntax highlighting. ... Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor....
Read more >Using @import in CSS to Conditionally Load Syntax ...
NOTE: this post comes with a giant asterisk because styles won't load conditionally. They just get applied conditionally.
Read more >Importing syntax highlighting paths from ES Module fails
trying to import syntax highlighting from different evirontments result into different behaviors. importing vscDarkPlus from Gatsby with this ...
Read more >Syntax highlighting for some TypeScript imports not working
The imported type should be syntax highlighted as a type. What happens instead? The imported type just gets the default coloring for general...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For now I unpacked the zip and put manually in user config 😃 that seems to work fine too.
@markknol can you try the latest dev build?