Results 388 comments of Steven
trafficstars

There is a Themes folder adjacent to the Languages folder. Hopefully, there are enough classifications of colors in there already; they are all shared amongst the languages so if PHP...

Hey @abtzero! If you have the php config files, feel free to open a pull request. Or attach them here and I'll include them in the next release.

Added a PHP language [definition file here](https://github.com/stevencohn/OneMore/blob/main/OneMore/Colorizer/Languages/php.json). It's not entirely complete but should highlight the important bits. I'd appreciate suggestions to improve its coverage.

The keyboard focus is set to the Alt+F text field as soon as possible. On my piddly little laptop, I can't react fast enough after pressing Alt+F to _not_ type...

The object/event model starts with a [COM surrogate](https://onemoreaddin.com/developers/TechNote%20-%20COM%20Surrogate.htm) layer. When OneNote starts up, it also starts a separate DLLHost.exe process to host the plugin (one per different plugin if you...

This is true. There is no business logic other than reading the file and building the UI.

I've noticed something similar happen in the Command Palette. If you start typing too early, either the focus is not set on the CP window or each keypress results in...

Well, it fixed it for the Command Palette. I haven't been able to really repro it for Favorites, but the theory is the same.

This _should_ work... rename the old DLL and then save this to your OneMore program files folder [River.OneMoreAddIn.dll.zip](https://github.com/stevencohn/OneMore/files/15149654/River.OneMoreAddIn.dll.zip)

Added Preview Markdown command to open a new window, showing converted markdown content as OneNote format.