[Geany-Devel] Interested making a patch to add QML support

Colomban Wendling lists.ban at xxxxx
Mon Oct 7 19:23:12 UTC 2013


Le 07/10/2013 21:01, Tory Gaurnier a écrit :
> Well I've run into quite a strange bug, and I'm wondering if anyone has
> had a similar issue. It's working as expected when you first open a QML
> file, it finds all the tags and places them in a hierarchy/tree
> structure in the symbol list, however, when you do something that causes
> it to refresh (like deleting a bracket or something else), then it
> suddenly removes a whole bunch of the tags from the symbol list and it
> doesn't add them back no matter what. Doesn't it rerun your whole
> filetype.c file every time it refreshes the symbol list?
> 
> At first I thought it could be a memory corruption because I didn't yet
> have all my malloced values being freed, but I've fixed that, every bit
> of memory I allocate is freed now, so it's not that.
> 
> What scenarios could possibly cause something like this?

Do you have global variables you don't re-initialize each time?


More information about the Devel mailing list