I think I may release a beta version very soon.
I found out that the editor I’m using already provides a method to store the bookmark information, but I cannot store the state of the Outlining nodes*. However, there is a bug in the source code that causes an error when you try to load a file. The error is not critical, it doesn’t end the program or anything, but I don’t want an error popping up every single time…
I am waiting to see if I can get my hands on a bug fix so that I can stop this error from happening. But if I can’t find that, I have no choice but to leave out that option altogether. That means that bookmarks will not be stored either, which would suck pretty bad…
However, Im hoping to get the bug fix soon…
There are still some issues, for example there are two errors when you first start the application and I have no idea where they come from. But because they don’t stop you from using the program, I will leave them in for now for the beta.
I am pretty sure you guys will find loads more little bugs in the beta so I can fix them too in the first final version.
*The editor usually creates the Outlining nodes automatically, based on the programming language it is editing, but since W:ET script is not a very big programming language I had to create my own parser, which does not support the automatic outlining. The editor can only store the automatic outlining ranges, but not the manual ones.