├── LICENSE ├── Readme.md ├── images ├── .vscode │ └── settings.json ├── ArrowMoveDown.svg ├── ArrowRight.svg ├── AsmArrow.svg ├── AsmArrowRev.svg ├── AsmArrowShadow.svg ├── Bkg.svg ├── BtnDown.svg ├── BtnOver.svg ├── BtnUp.svg ├── Check.svg ├── Checkbox.svg ├── CheckboxDown.svg ├── CheckboxOver.svg ├── Close.svg ├── CloseOver.svg ├── CodeError.svg ├── CodeWarning.svg ├── ComboBox.svg ├── ComboBoxFrameless.svg ├── ComboEnd.svg ├── ComboSelectedIcon.svg ├── Constant.svg ├── Document.svg ├── Dots.svg ├── DownArrow.svg ├── DropMenuButton.svg ├── DropShadow.svg ├── EditBox.svg ├── EventInfo.svg ├── Field.svg ├── FindCaseSensitive.svg ├── FindWholeWord.svg ├── GlowDot.svg ├── GotoButton.svg ├── Grabber.svg ├── IconBookmark.svg ├── IconError.svg ├── IconObject.svg ├── IconObjectAppend.svg ├── IconObjectDeleted.svg ├── IconObjectStack.svg ├── IconPayloadEnum.svg ├── IconPointer.svg ├── IconType.svg ├── IconValue.svg ├── Interface.svg ├── LinePointer.svg ├── LinePointer_Opt.svg ├── LinePointer_Prev.svg ├── ListViewHeader.svg ├── ListViewSortArrow.svg ├── LockIcon.svg ├── Menu.svg ├── MenuSelect.svg ├── MenuSepHorz.svg ├── MenuSepVert.svg ├── Method.svg ├── MoreInfo.svg ├── MoveDownArrow.svg ├── Namespace.svg ├── NoJmp.svg ├── Outline.svg ├── Project.svg ├── ProjectFolder.svg ├── Property.svg ├── RadioOff.svg ├── RadioOn.svg ├── RedDot.svg ├── RedDotDisabled.svg ├── RedDotEx.svg ├── RedDotExDisabled.svg ├── RedDotExUnbound.svg ├── RedDotRunToCursor.svg ├── RedDotUnbound.svg ├── RefreshArrows.svg ├── ResizeGrabber.svg ├── ReturnPointer.svg ├── Scrollbar.svg ├── ScrollbarArrow.svg ├── ScrollbarThumb.svg ├── ScrollbarThumbOver.svg ├── Search.svg ├── Separator.svg ├── ShortButton.svg ├── ShortButtonDown.svg ├── StepFilter.svg ├── StepFilteredDefault.svg ├── TabActive.svg ├── TabActiveOver.svg ├── TabInactive.svg ├── TabInactiveOver.svg ├── TreeArrow.svg ├── Type_Class.svg ├── Type_ValueType.svg ├── UpDownArrows.svg ├── Variable.svg ├── VertScrollbar.svg ├── VertScrollbarArrow.svg ├── VertScrollbarThumb.svg ├── VertScrollbarThumbOver.svg ├── VertShortButton.svg ├── VertShortButtonDown.svg ├── WaitSegment.svg ├── WhiteBox.svg ├── WhiteCircle.svg ├── Window.svg ├── Workspace.svg └── YesJmp.svg ├── screens ├── inspection.png ├── inspection2.png ├── screen.png └── settings.png └── theme.toml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/Readme.md -------------------------------------------------------------------------------- /images/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "svg.preview.background": "dark-transparent" 3 | } -------------------------------------------------------------------------------- /images/ArrowMoveDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ArrowMoveDown.svg -------------------------------------------------------------------------------- /images/ArrowRight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ArrowRight.svg -------------------------------------------------------------------------------- /images/AsmArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/AsmArrow.svg -------------------------------------------------------------------------------- /images/AsmArrowRev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/AsmArrowRev.svg -------------------------------------------------------------------------------- /images/AsmArrowShadow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/AsmArrowShadow.svg -------------------------------------------------------------------------------- /images/Bkg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Bkg.svg -------------------------------------------------------------------------------- /images/BtnDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/BtnDown.svg -------------------------------------------------------------------------------- /images/BtnOver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/BtnOver.svg -------------------------------------------------------------------------------- /images/BtnUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/BtnUp.svg -------------------------------------------------------------------------------- /images/Check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Check.svg -------------------------------------------------------------------------------- /images/Checkbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Checkbox.svg -------------------------------------------------------------------------------- /images/CheckboxDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/CheckboxDown.svg -------------------------------------------------------------------------------- /images/CheckboxOver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/CheckboxOver.svg -------------------------------------------------------------------------------- /images/Close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Close.svg -------------------------------------------------------------------------------- /images/CloseOver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/CloseOver.svg -------------------------------------------------------------------------------- /images/CodeError.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/CodeError.svg -------------------------------------------------------------------------------- /images/CodeWarning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/CodeWarning.svg -------------------------------------------------------------------------------- /images/ComboBox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ComboBox.svg -------------------------------------------------------------------------------- /images/ComboBoxFrameless.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ComboBoxFrameless.svg -------------------------------------------------------------------------------- /images/ComboEnd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ComboEnd.svg -------------------------------------------------------------------------------- /images/ComboSelectedIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ComboSelectedIcon.svg -------------------------------------------------------------------------------- /images/Constant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Constant.svg -------------------------------------------------------------------------------- /images/Document.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Document.svg -------------------------------------------------------------------------------- /images/Dots.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Dots.svg -------------------------------------------------------------------------------- /images/DownArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/DownArrow.svg -------------------------------------------------------------------------------- /images/DropMenuButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/DropMenuButton.svg -------------------------------------------------------------------------------- /images/DropShadow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/DropShadow.svg -------------------------------------------------------------------------------- /images/EditBox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/EditBox.svg -------------------------------------------------------------------------------- /images/EventInfo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/EventInfo.svg -------------------------------------------------------------------------------- /images/Field.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Field.svg -------------------------------------------------------------------------------- /images/FindCaseSensitive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/FindCaseSensitive.svg -------------------------------------------------------------------------------- /images/FindWholeWord.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/FindWholeWord.svg -------------------------------------------------------------------------------- /images/GlowDot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/GlowDot.svg -------------------------------------------------------------------------------- /images/GotoButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/GotoButton.svg -------------------------------------------------------------------------------- /images/Grabber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Grabber.svg -------------------------------------------------------------------------------- /images/IconBookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconBookmark.svg -------------------------------------------------------------------------------- /images/IconError.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconError.svg -------------------------------------------------------------------------------- /images/IconObject.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconObject.svg -------------------------------------------------------------------------------- /images/IconObjectAppend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconObjectAppend.svg -------------------------------------------------------------------------------- /images/IconObjectDeleted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconObjectDeleted.svg -------------------------------------------------------------------------------- /images/IconObjectStack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconObjectStack.svg -------------------------------------------------------------------------------- /images/IconPayloadEnum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconPayloadEnum.svg -------------------------------------------------------------------------------- /images/IconPointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconPointer.svg -------------------------------------------------------------------------------- /images/IconType.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconType.svg -------------------------------------------------------------------------------- /images/IconValue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/IconValue.svg -------------------------------------------------------------------------------- /images/Interface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Interface.svg -------------------------------------------------------------------------------- /images/LinePointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/LinePointer.svg -------------------------------------------------------------------------------- /images/LinePointer_Opt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/LinePointer_Opt.svg -------------------------------------------------------------------------------- /images/LinePointer_Prev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/LinePointer_Prev.svg -------------------------------------------------------------------------------- /images/ListViewHeader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ListViewHeader.svg -------------------------------------------------------------------------------- /images/ListViewSortArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ListViewSortArrow.svg -------------------------------------------------------------------------------- /images/LockIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/LockIcon.svg -------------------------------------------------------------------------------- /images/Menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Menu.svg -------------------------------------------------------------------------------- /images/MenuSelect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/MenuSelect.svg -------------------------------------------------------------------------------- /images/MenuSepHorz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/MenuSepHorz.svg -------------------------------------------------------------------------------- /images/MenuSepVert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/MenuSepVert.svg -------------------------------------------------------------------------------- /images/Method.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Method.svg -------------------------------------------------------------------------------- /images/MoreInfo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/MoreInfo.svg -------------------------------------------------------------------------------- /images/MoveDownArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/MoveDownArrow.svg -------------------------------------------------------------------------------- /images/Namespace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Namespace.svg -------------------------------------------------------------------------------- /images/NoJmp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/NoJmp.svg -------------------------------------------------------------------------------- /images/Outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Outline.svg -------------------------------------------------------------------------------- /images/Project.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Project.svg -------------------------------------------------------------------------------- /images/ProjectFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ProjectFolder.svg -------------------------------------------------------------------------------- /images/Property.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Property.svg -------------------------------------------------------------------------------- /images/RadioOff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RadioOff.svg -------------------------------------------------------------------------------- /images/RadioOn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RadioOn.svg -------------------------------------------------------------------------------- /images/RedDot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RedDot.svg -------------------------------------------------------------------------------- /images/RedDotDisabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RedDotDisabled.svg -------------------------------------------------------------------------------- /images/RedDotEx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RedDotEx.svg -------------------------------------------------------------------------------- /images/RedDotExDisabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RedDotExDisabled.svg -------------------------------------------------------------------------------- /images/RedDotExUnbound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RedDotExUnbound.svg -------------------------------------------------------------------------------- /images/RedDotRunToCursor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RedDotRunToCursor.svg -------------------------------------------------------------------------------- /images/RedDotUnbound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RedDotUnbound.svg -------------------------------------------------------------------------------- /images/RefreshArrows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/RefreshArrows.svg -------------------------------------------------------------------------------- /images/ResizeGrabber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ResizeGrabber.svg -------------------------------------------------------------------------------- /images/ReturnPointer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ReturnPointer.svg -------------------------------------------------------------------------------- /images/Scrollbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Scrollbar.svg -------------------------------------------------------------------------------- /images/ScrollbarArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ScrollbarArrow.svg -------------------------------------------------------------------------------- /images/ScrollbarThumb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ScrollbarThumb.svg -------------------------------------------------------------------------------- /images/ScrollbarThumbOver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ScrollbarThumbOver.svg -------------------------------------------------------------------------------- /images/Search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Search.svg -------------------------------------------------------------------------------- /images/Separator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Separator.svg -------------------------------------------------------------------------------- /images/ShortButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ShortButton.svg -------------------------------------------------------------------------------- /images/ShortButtonDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/ShortButtonDown.svg -------------------------------------------------------------------------------- /images/StepFilter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/StepFilter.svg -------------------------------------------------------------------------------- /images/StepFilteredDefault.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/StepFilteredDefault.svg -------------------------------------------------------------------------------- /images/TabActive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/TabActive.svg -------------------------------------------------------------------------------- /images/TabActiveOver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/TabActiveOver.svg -------------------------------------------------------------------------------- /images/TabInactive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/TabInactive.svg -------------------------------------------------------------------------------- /images/TabInactiveOver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/TabInactiveOver.svg -------------------------------------------------------------------------------- /images/TreeArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/TreeArrow.svg -------------------------------------------------------------------------------- /images/Type_Class.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Type_Class.svg -------------------------------------------------------------------------------- /images/Type_ValueType.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Type_ValueType.svg -------------------------------------------------------------------------------- /images/UpDownArrows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/UpDownArrows.svg -------------------------------------------------------------------------------- /images/Variable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Variable.svg -------------------------------------------------------------------------------- /images/VertScrollbar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/VertScrollbar.svg -------------------------------------------------------------------------------- /images/VertScrollbarArrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/VertScrollbarArrow.svg -------------------------------------------------------------------------------- /images/VertScrollbarThumb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/VertScrollbarThumb.svg -------------------------------------------------------------------------------- /images/VertScrollbarThumbOver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/VertScrollbarThumbOver.svg -------------------------------------------------------------------------------- /images/VertShortButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/VertShortButton.svg -------------------------------------------------------------------------------- /images/VertShortButtonDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/VertShortButtonDown.svg -------------------------------------------------------------------------------- /images/WaitSegment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/WaitSegment.svg -------------------------------------------------------------------------------- /images/WhiteBox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/WhiteBox.svg -------------------------------------------------------------------------------- /images/WhiteCircle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/WhiteCircle.svg -------------------------------------------------------------------------------- /images/Window.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Window.svg -------------------------------------------------------------------------------- /images/Workspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/Workspace.svg -------------------------------------------------------------------------------- /images/YesJmp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/images/YesJmp.svg -------------------------------------------------------------------------------- /screens/inspection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/screens/inspection.png -------------------------------------------------------------------------------- /screens/inspection2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/screens/inspection2.png -------------------------------------------------------------------------------- /screens/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/screens/screen.png -------------------------------------------------------------------------------- /screens/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/screens/settings.png -------------------------------------------------------------------------------- /theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/M0n7y5/BeefIDE-SimplyDark/HEAD/theme.toml --------------------------------------------------------------------------------