Finish stage 2 of help add-in work. - #204
Merged
Merged
Conversation
…st.mjs) -- {ctrl} and {alt} add-in shortcuts never fire, F1 fires everywhere and also toggles signature help; openFile waits out the IDE's 700 ms re-reveal, which put typed text at the opened place in reverse; the KeyboardShortcuts page gets a NOTE, the prefix order and a Shift+F12 example; three IDE bugs queued
…nes.test.mjs) -- an iframe in a tool window loads, navigates and scrolls, the live site included, but follows Windows' colour scheme and takes the keys; innerHTML's inline handlers run as the IDE page's script and on* properties are dropped; raiseEvent throws outside list views; showing a window resets its root's display; Lane.open takes env
…the declaring package and interface; the compiler loads add-ins from %APPDATA%\twinBASIC\addins\<arch>, so each lane IDE gets its own APPDATA; the IDE serves any file under ide\ but 404s a query string; FAQ and Add Ins name the win32/win64 folders; a hover bug queued
…ds Stage 2 -- a target switch restarts the compiler in the other bitness, which loads the other folders; a restart kills the add-in without Class_Terminate and loads the file there then, so rename aside, copy in, restart is a rebuild loop; the linker exports tbCreateCompilerAddin as _v3 and the loader takes plain, _v2 and _v3 alike; tool windows given no id are one window, queued; buildAddin builds win64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.