]> O.S.I.I.S - jp/crow.git/commit
CrowIDE WIP, context commands, tooltips, PointIsIn(ref point), configuration no longe...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 15 Feb 2018 13:58:36 +0000 (14:58 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 15 Feb 2018 13:58:36 +0000 (14:58 +0100)
commit60719330e1ce6dc4516ae502b055be33e0293950
tree27895eb577e7e98034cdf8c14269b6c801830383
parentfab5313c53775a9e6fd74cfbfdc4501a8807d1cb
CrowIDE WIP, context commands, tooltips, PointIsIn(ref point), configuration no longer static.

also:
- remove default null value for datasource
- dschange sender changed in group and privateContainer
- try closing menuItem, should debug
- Contains search also template in TemplatedContainer
- change in nodeAddress: expresion starting with '/' means current node
- MouseEventArgs CTOR with one source button
- RemoveWidget trigger check HoverWidget
- Orientation binding in Menu template
39 files changed:
Crow.csproj
CrowIDE/CrowIDE.csproj
CrowIDE/src/CrowIDE.cs
CrowIDE/src/DesignInterface.cs
CrowIDE/src/Project.cs
CrowIDE/src/ProjectNodes.cs
CrowIDE/src/Solution.cs
CrowIDE/src/SolutionControler.cs [new file with mode: 0644]
CrowIDE/ui/CrowIDE.crow
CrowIDE/ui/EditPaneItems.template
CrowIDE/ui/MembersView.template
CrowIDE/ui/ProjectTree.template
Default.style
Icons/Icon_no.svg [new file with mode: 0644]
Icons/compiler_error.svg [new file with mode: 0644]
Icons/compiler_warning.svg [new file with mode: 0644]
Icons/compiler_warning_orange.svg [new file with mode: 0644]
Icons/project.svg [new file with mode: 0644]
Icons/projectRef.svg [new file with mode: 0644]
Icons/warning_construction.svg [new file with mode: 0644]
Templates/ContextMenu.template [new file with mode: 0644]
Templates/Menu.template
Templates/MenuItem.template
Tests/BasicTests.cs
Tests/Interfaces/GraphicObject/testCtxMenu.crow [new file with mode: 0755]
Tests/Tests.csproj
src/Configuration.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/ILayoutable.cs
src/GraphicObjects/MenuItem.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/Scroller.cs
src/GraphicObjects/TemplatedContainer.cs
src/GraphicObjects/TemplatedGroup.cs
src/IML/NodeAddress.cs
src/Input/MouseEventArgs.cs
src/Interface.cs