question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Import of syntax coloring

See original GitHub issue

Installing 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:open
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
markknolcommented, Nov 1, 2019

For now I unpacked the zip and put manually in user config 😃 that seems to work fine too.

0reactions
SlavaRacommented, Apr 3, 2020

@markknol can you try the latest dev build?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found