Marked crashing on launch with my TextBundle Packagizer
Good morning.
I'm writing a TextBundle Packagizer, and I get Marked to crash on every launch because of the way how it remembers the last open files. I can't figure out what's causing it though.
You find the packagizer here: https://gist.github.com/Zettt/c8797b89390c6c84cc19d337e51e45c7
I know that the code is messy. I just want to show you the code. I'm also aware that the info.json is missing. For testing I copied in the one from "Textbundle Example.textbundle" http://textbundle.org/
Attached is the crash report.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Andreas Zeitler on 18 Jun, 2016 08:45 AM
Here's the minimal info.json that I use:
```
{
"version" : 2,
"type": "net.daringfireball.markdown",
"transient" : false,
}
```