You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OverView
Folder Structure (2022.01.11)
Common Codes
range.tsand data structureRangeTablefor abstract item manipulation.Eventthat wraps a series of helper functions such asmaporeach.keyboard.tsthat supports to create a standardIStandardKeyboardEventbased onKeyboardEvent.DomEmitterthat usingEmitterto listen toEventTargetinstead of usingaddDisposableListener().PauseableEmitterandDelayableEmitterthat supportpause()andresume().SingalEmitterthat fires one type of signal based on other different emitters.AsyncEmitterthat supports async callback registeration using methodfireAsync().Shortcutthat is used inShortcutService.User interface (UI)
ScrollableandIScrollEventso that it will auto fires theonDisScrollevent.IListRenderer- An interface that used inListViewfor rendering purpose (pipelineRenderer).ListViewCache- An optimization for reusingHTMLElements inListView.ListView- A virtual vertical scrollable engine that only renders item within its viewport - very performant.ListWidget- basic functionality - Builts on top ofListView, with extra features.ListWidget- Selection and focus support (ListTraitandListTraitRenderer).Workbench
IWorkbenchLayoutService.Main Process
ElectronLocalshortcutfrom the project.IpcCommandand completeIpcService.Issues
circular-dependency-plugin[Circular Dependency] fixing serval circular dependency errors #80 .Unit Tests
range.test.ts.PauseableEmitter/DelayableEmitter/SingalEmitter/AsyncEmitter.keyboard.test.tsBeta Was this translation helpful? Give feedback.
All reactions