andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Exception when closing all open documents #156

Closed richbowen closed 10 years ago

richbowen commented 10 years ago

When all documents are closed and only the blank dashboard is showing, an exception message pops up stating that "The team tries to aviod such problems and make Enki stable...... report bug".

andreikop commented 10 years ago

Hi I need some help to reproduce this problem:

Could you please paste whole text of the exception message?

Could you please give step-by-step instructions how to reproduce the bug. i.e.

Which Enki version are you using? Which OS?

andreikop commented 10 years ago

Can't reproduce without further information

richbowen commented 10 years ago

I can't seem to replicate the error now. I just installed the latest version of Enki and the error message is no longer there. Sorry for the late reply. Im using Arch Linux 64-bit. I don't know what version it was. I had reinstalled the system so i haven't used it for a while.

The error occured when I closed all opened files, including new documents. The exception would then pop up with the message I mentioned above.

Hey how about adding syntax hilighting for the Vala programming language. Also an embedded terminal that switches to the directory of the active file would be useful. Maybe you could use vte for the embedded terminal or you could just make the default terminal (selected by user) function, already implemented in Enki which is summoned by Control-T navigate to the directory of the file when launched instead of having to cd to the directory manually. Thanks for your time.

andreikop commented 10 years ago

Vala will probably be supported in the next release. Open an issue if you'd like to track it.

When you launch terminal with Ctrl+T - directory if current file should be opened. Doesn't it work for you on the current version?

richbowen commented 10 years ago

Indeed it does work. It seems I didn't check properly.