]> O.S.I.I.S - jp/crow.git/commit
split ProjectNode classes in separate files
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 11 Mar 2018 12:20:27 +0000 (13:20 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 11 Mar 2018 12:20:27 +0000 (13:20 +0100)
commit1c2da8cc925b78687b87d3168322bc1088ae10cd
tree4e6a32f363e47f9f4596cb474ebe9ac80ec33d54
parentce0ae6979394ea2274c9467bf84f5e5cf0177f11
split ProjectNode classes in separate files
105 files changed:
CrowIDE/CrowIDE.csproj
CrowIDE/icons/blank-file.svg [new file with mode: 0644]
CrowIDE/icons/copy-file.svg [new file with mode: 0644]
CrowIDE/icons/open.svg [new file with mode: 0644]
CrowIDE/icons/paste-on-document.svg [new file with mode: 0644]
CrowIDE/icons/question.svg [new file with mode: 0644]
CrowIDE/icons/save.svg [new file with mode: 0644]
CrowIDE/icons/scissors.svg [new file with mode: 0644]
CrowIDE/icons/toolbox/Crow.Border.svg
CrowIDE/icons/toolbox/Crow.Button.svg
CrowIDE/icons/toolbox/Crow.CheckBox.svg
CrowIDE/icons/toolbox/Crow.ColorPicker.svg
CrowIDE/icons/toolbox/Crow.ComboBox.svg
CrowIDE/icons/toolbox/Crow.Container.svg
CrowIDE/icons/toolbox/Crow.DirectoryView.svg
CrowIDE/icons/toolbox/Crow.Docker.svg
CrowIDE/icons/toolbox/Crow.Expandable.svg
CrowIDE/icons/toolbox/Crow.FileDialog.svg
CrowIDE/icons/toolbox/Crow.Grid.svg
CrowIDE/icons/toolbox/Crow.Group.svg
CrowIDE/icons/toolbox/Crow.GroupBox.svg
CrowIDE/icons/toolbox/Crow.HorizontalStack.svg
CrowIDE/icons/toolbox/Crow.IMLContainer.svg
CrowIDE/icons/toolbox/Crow.Image.svg
CrowIDE/icons/toolbox/Crow.Label.svg
CrowIDE/icons/toolbox/Crow.ListBox.svg
CrowIDE/icons/toolbox/Crow.Menu.svg
CrowIDE/icons/toolbox/Crow.MenuItem.svg
CrowIDE/icons/toolbox/Crow.MessageBox.svg
CrowIDE/icons/toolbox/Crow.ProgressBar.svg
CrowIDE/icons/toolbox/Crow.RadioButton.svg
CrowIDE/icons/toolbox/Crow.ScrollBar.svg
CrowIDE/icons/toolbox/Crow.Scroller.svg
CrowIDE/icons/toolbox/Crow.Shape.svg
CrowIDE/icons/toolbox/Crow.Slider.svg
CrowIDE/icons/toolbox/Crow.Spinner.svg
CrowIDE/icons/toolbox/Crow.Splitter.svg
CrowIDE/icons/toolbox/Crow.TabItem.svg
CrowIDE/icons/toolbox/Crow.TabView.svg
CrowIDE/icons/toolbox/Crow.TemplatedContainer.svg
CrowIDE/icons/toolbox/Crow.TemplatedGroup.svg
CrowIDE/icons/toolbox/Crow.TextBox.svg
CrowIDE/icons/toolbox/Crow.TreeView.svg
CrowIDE/icons/toolbox/Crow.VerticalStack.svg
CrowIDE/icons/toolbox/Crow.Window.svg
CrowIDE/icons/toolbox/Crow.Wrapper.svg
CrowIDE/icons/toolbox/bar-chart.svg
CrowIDE/icons/toolbox/bar-menu.svg
CrowIDE/icons/toolbox/bullets.svg
CrowIDE/icons/toolbox/calendar.svg
CrowIDE/icons/toolbox/check-square-1.svg
CrowIDE/icons/toolbox/database.svg
CrowIDE/icons/toolbox/ellipsis.svg
CrowIDE/icons/toolbox/exclamation-circle-1.svg
CrowIDE/icons/toolbox/exclamation-circle.svg
CrowIDE/icons/toolbox/file-code.svg
CrowIDE/icons/toolbox/grab.svg
CrowIDE/icons/toolbox/hard-drive-1.svg
CrowIDE/icons/toolbox/hash.svg
CrowIDE/icons/toolbox/info.svg
CrowIDE/icons/toolbox/layout.svg
CrowIDE/icons/toolbox/line-list.svg
CrowIDE/icons/toolbox/list.svg
CrowIDE/icons/toolbox/modal-list.svg
CrowIDE/icons/toolbox/options.svg
CrowIDE/icons/toolbox/package.svg
CrowIDE/icons/toolbox/padding.svg
CrowIDE/icons/toolbox/picture-file.svg
CrowIDE/icons/toolbox/pointer.svg
CrowIDE/icons/toolbox/puzzle-piece.svg
CrowIDE/icons/toolbox/refresh-file.svg
CrowIDE/icons/toolbox/sliders.svg
CrowIDE/icons/toolbox/split-browser-1.svg
CrowIDE/icons/toolbox/table.svg
CrowIDE/icons/toolbox/tasks.svg
CrowIDE/icons/toolbox/warning.svg
CrowIDE/src/CrowIDE.cs
CrowIDE/src/Editors/Parsers/XMLParser.cs
CrowIDE/src/Project.cs
CrowIDE/src/ProjectNodes.cs [deleted file]
CrowIDE/src/ProjectTree/ImlProjectItem.cs [new file with mode: 0644]
CrowIDE/src/ProjectTree/ProjectFile.cs [new file with mode: 0644]
CrowIDE/src/ProjectTree/ProjectItem.cs [new file with mode: 0644]
CrowIDE/src/ProjectTree/ProjectNodes.cs [new file with mode: 0644]
CrowIDE/src/ProjectTree/ProjectReference.cs [new file with mode: 0644]
CrowIDE/ui/DockWindows/GTreeExpITemp.crow [new file with mode: 0644]
CrowIDE/ui/DockWindows/winEditor.crow
CrowIDE/ui/DockWindows/winErrors.crow
CrowIDE/ui/DockWindows/winGTExplorer.crow [new file with mode: 0644]
CrowIDE/ui/DockWindows/winProperties.crow
CrowIDE/ui/DockWindows/winSolution.crow
CrowIDE/ui/DockWindows/winToolbox.crow
CrowIDE/ui/GTreeExpITemp.crow [deleted file]
CrowIDE/ui/GTreeExplorer.crow [deleted file]
CrowIDE/ui/NewFile.crow [new file with mode: 0644]
CrowIDE/ui/ProjectTree.template
CrowIDE/ui/icons/copy-file.svg [deleted file]
CrowIDE/ui/icons/inbox.svg [deleted file]
CrowIDE/ui/icons/outbox.svg [deleted file]
CrowIDE/ui/icons/paste-on-document.svg [deleted file]
CrowIDE/ui/icons/scissors.svg [deleted file]
Default.style
Templates/DockWindow.template
src/GraphicObjects/Window.cs
src/Interface.cs