phase1geo / Minder

Mind-mapping application for Elementary OS
GNU General Public License v3.0
977 stars 70 forks source link

Crashing while using Quick Entry Issue #587

Closed gokayburuc closed 5 months ago

gokayburuc commented 6 months ago

I installed minder using Flathub - Minder When i'm using minder with Tab key everything works perfect but when i tried to add Quick Entry with CTRL - SHIFT - E quick entry window opening normally. But when i clicked insert button minder is crushing.

Where can i find and change config for quick entry? Or is it any other solution for that?

phase1geo commented 6 months ago

There aren't any configuration options for the quick entry feature. I'll try playing around with insertions and see if I can replicate the problem. I'm assuming that you are using the latest version (1.15.6)? If you could provide the input that you are using in the quick entry input field, that might help cut down the possibilities and help me reproduce the problem quicker.

gokayburuc commented 6 months ago

Peek 2023-12-26 22-09 When i opened quick entry menu comes normally but when i started to write something puts 2 charachter whitespaces. Insert button not working properly. If i put # symbol directly closes the minder. using minder over flathub.

phase1geo commented 6 months ago

The input that you are providing is not legal hierarchical syntax for specifying nodes. If you click on the "i" icon in the lower left corner of the window, the proper syntax definition will be displayed. New nodes must be preceded by a "-", "*", "+" or "#" character.

With that said, application crashing is obviously bad behavior. Additionally, Minder should probably disable the "Insert" button if the syntax is detected to not be valid. I will attempt to reproduce those issues and get them fixed.

phase1geo commented 6 months ago

I have committed a fix in the master branch for the application crash issue.

gokayburuc commented 5 months ago

I have committed a fix in the master branch for the application crash issue.

working perfectly right now.