vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

README.md automatically opens when I open old projects -- is it because of this plugin? #794

Closed LordPachelbel closed 4 years ago

LordPachelbel commented 4 years ago

At some point recently whenever I've opened a project in Phpstorm that I haven't opened for a while, it has been automatically opening the README.md file in the editor window. I'm just wondering if this is happening because of a recent update to this plugin, or if it's because of a recent update to Phpstorm.

vsch commented 4 years ago

The plugin does not open files on its own. Must the IDE.

LordPachelbel commented 4 years ago

Thanks!

LordPachelbel commented 4 years ago

I asked JetBrains about it on Twitter and got this reply:

That's a new feature. Press Shift-Shift, enter "Registry", change the ide.open.readme.md.on.startup option to false.

The description for that registry entry is "Open README.md file if there are no open files on project startup"

vsch commented 4 years ago

@LordPachelbel, thank you for the update. I suspected as much. There are a lot of changes added by default in the new releases. Some questionable value and no UI access to turn off.

Some even have default keyboard shortcuts that you can hit accidentally and then wonder how to turn it the F off. Been there. Done that.