andreikop / enki

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

Command prompt in Windows #171

Closed bjones1 closed 10 years ago

bjones1 commented 10 years ago

On my installation of Enki, the default command for the Command Prompt menu item is xterm. Is this because the value is carried around in the Enki settings on my PC from before this was changed, or a bug in Enki defaults?

andreikop commented 10 years ago

Currently Enki autodetects terminal on first start, than uses value from the settings. Now autodetect is smarter, but first version used to autodetect xterm always. I think you have old value in the settings.

I'll update the algorithm to autodetect terminal command when executed, not during first start. But, if user modified settings manually, value from the settings will be used

bjones1 commented 10 years ago

OK, sounds good.

andreikop commented 10 years ago

Fixed