1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Beef/IDE/src/ui
2020-10-26 14:05:48 -07:00
..
AboutDialog.bf Added Ctrl+C to copy version info 2020-09-28 16:53:42 -07:00
AttachDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
AutoComplete.bf Fixed documentation on member with attributes 2020-10-21 09:34:08 -07:00
AutoCompletePanel.bf Initial checkin 2019-08-23 11:56:54 -07:00
BinaryDataWidget.bf Horizontal scroll wheel support 2020-10-15 10:00:36 -07:00
BoundCheckbox.bf Initial checkin 2019-08-23 11:56:54 -07:00
BreakpointPanel.bf Fixes for new out-var rules, unassigned variable detection 2020-09-22 07:44:47 -07:00
BuildPropertiesDialog.bf Support for matching interface conformance in distinct build options 2020-09-16 04:37:28 -07:00
CallStackPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ClassViewPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ConditionDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
DiagnosticsPanel.bf Added diagnostics panel 2020-07-31 06:16:29 -07:00
DisassemblyPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ErrorsPanel.bf Added safe mode 2020-10-15 10:44:29 -07:00
FileChangedDialog.bf Fixed some file/dir deleting issues 2020-05-20 06:43:41 -07:00
FindAndReplaceDialog.bf Default Rename in Files to current document. Added Undo Replace button 2020-10-11 06:33:13 -07:00
FindClassDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
FindResultsPanel.bf Added "Unlocked Projects" options to Find in Files 2020-10-26 14:05:48 -07:00
GoToAddressDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
GoToLineDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
HoverWatch.bf Added mouseover docs support 2020-09-25 08:50:39 -07:00
IDEDialog.bf UI fixes 2020-01-18 14:42:46 -08:00
IDEListView.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ImmediatePanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ImmediateWidget.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
InstalledProjectDialog.bf Relaxed project name restrictions. Auto-refresh of installed libraries. 2020-08-31 11:32:33 -07:00
LaunchDialog.bf Fixed browse issue with no workspace 2020-06-21 10:12:56 -07:00
LeakWidget.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
LocatorAnim.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
MainFrame.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
MemoryPanel.bf Fixed address display 2020-07-19 05:49:36 -07:00
ModulePanel.bf Minor IDE changes 2019-09-27 13:03:47 -07:00
MultiSelectDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
NavigationBar.bf Scope Prev/Next, other minor improvements 2020-06-23 15:24:50 -07:00
NewBreakpointDialog.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
NewProjectDialog.bf Made 'Test' a project type 2020-09-27 22:20:26 -07:00
OpenFileInSolutionDialog.bf Added more 'alt' lookups 2020-06-19 06:41:50 -07:00
OutputPanel.bf Default Rename in Files to current document. Added Undo Replace button 2020-10-11 06:33:13 -07:00
OutputWidget.bf Default Rename in Files to current document. Added Undo Replace button 2020-10-11 06:33:13 -07:00
Panel.bf Added Diagnostics panel 2020-07-18 06:50:28 -07:00
PanelHeader.bf Theme update 2020-10-05 14:25:55 -07:00
PanelPopup.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
PanelSplitter.bf Initial checkin 2019-08-23 11:56:54 -07:00
PathEditWidget.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
PersistentTextPosition.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ProfileDialog.bf Fixed popup location clipping 2020-03-30 12:17:24 -07:00
ProfilePanel.bf Fixed issue clicking on thread list while sampling 2020-06-13 15:55:30 -07:00
ProjectPanel.bf Theme update 2020-10-05 14:25:55 -07:00
ProjectProperties.bf Made 'Test' a project type 2020-09-27 22:20:26 -07:00
PropertiesDialog.bf Key binding fix 2020-09-29 14:35:22 -07:00
PropertiesPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
QuickFind.bf Color changes 2020-10-10 05:39:31 -07:00
QuickWatchDialog.bf Initial checkin 2019-08-23 11:56:54 -07:00
RecentFileSelector.bf Protection against single-file ctrl+tab 2020-09-14 15:15:40 -07:00
RenameSymbolDialog.bf Protect against closing document while getting symbol info 2020-09-09 23:45:16 -07:00
SettingsDialog.bf Added File Recovery editor setting 2020-10-08 06:45:22 -07:00
SingleLineEditWidget.bf Initial checkin 2019-08-23 11:56:54 -07:00
SourceEditWidgetContent.bf Fixed indenting for op-assignment operator overloads 2020-10-22 07:05:11 -07:00
SourceViewPanel.bf Added File Recovery editor setting 2020-10-08 06:45:22 -07:00
StatusBar.bf Added safe mode 2020-10-15 10:44:29 -07:00
TargetedPropertiesDialog.bf Removed System.Tuple type 2020-09-06 05:27:37 -07:00
TextPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
ThreadPanel.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Tooltip.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
TypeWildcardEditWidget.bf Support for matching interface conformance in distinct build options 2020-09-16 04:37:28 -07:00
VirtualListView.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
WatchPanel.bf Fixed valuetype icon 2020-10-10 10:11:39 -07:00
WelcomePanel.bf Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
WorkspaceProperties.bf Removed System.Tuple type 2020-09-06 05:27:37 -07:00
WrappedMenuValue.bf Initial checkin 2019-08-23 11:56:54 -07:00