onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 300 forks source link

some menu items no longer work #2643

Open DefinitelyAHuman opened 5 years ago

DefinitelyAHuman commented 5 years ago

Oni Version: Oni-0.3.6-win Operating System: win 10 64

Issue: -- some menu items no longer respond to clicks -- eg, File->Preference->click config , nothing happens -- happened after editing config a few times -- trying to setup for golang use -- can still open config.tsx manually but added config settings dont seem to have an effect -- eg, go language server not initializing -- replaced config.tsx with original but the issue does not go away -- not sure if the issues are connected

-- some menu items do still work however -- help->learn more , opens browser -- click help->about , nothing happens

Expected behavior: -- menu items should activate

Actual behavior: -- nothing happens

Steps to reproduce: -- not sure what caused it

oni-bot[bot] commented 5 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.

akinsho commented 5 years ago

@DefinitelyAHuman thanks for raising this issue, it's been a while since we've looked at some of our menu items so tbh quite possible some are now attached to old/deprecated functionality.

I think in the case of the config though this likely actually more likely relates to the change to using a config.tsx and not having updated the relevant menu item to ensure it still works.

Re. the Go lang server an issue we're currently facing is that a user's env is not being picked up so some users have hardcoded the path to the golang server in their config in the interim to get it working. I'm working on #2640 which will allow oni to pick up env again which should resolve this

DefinitelyAHuman commented 5 years ago

@Akin909 thanks. so what do you recommend now? reinstall? i replaced my config.txt with one i took as a backup but it still doesnt work. If i reinstall, in there another way you recommend updating the config file? really like the program and would like to use it for windows but it doesnt seem to respond well to multiple config changes.