remove hierarchy.xml

This commit is contained in:
nightwing 2017-03-11 23:54:09 +04:00
parent f747a9f7b8
commit caed11e7dd
5 changed files with 0 additions and 177 deletions

View File

@ -1,65 +0,0 @@
<a:application xmlns:a="http://ajax.org/2005/aml">
<a:bar id="barHierarchy" skinset="language_skin" skin="codecomplete" width="300" visible="false">
<a:vbox anchors="0 0 0 0">
<a:toolbar>
<a:bar height = "36">
<a:hbox edge="5">
<a:button
icon = "hier_supertype.png"
tooltip = "Supertypes Hierarchy"
onclick = "require('ext/language/hierarchy').refreshHierarchy(0)" />
<a:button
icon = "hier_subtype.png"
tooltip = "Subtypes Hierarchy"
onclick = "require('ext/language/hierarchy').refreshHierarchy(1)" />
<a:textbox
id = "tbHierarchySearch"
realtime = "true"
flex = "1"
skin = "searchbox_textbox"
class = "small_font"
focusselect = "true"
initial-message = "Search Hierarchy"
/>
</a:hbox>
</a:bar>
</a:toolbar>
<a:hbox flex="1">
<a:model id="mdlHierarchy">
<data>
</data>
</a:model>
<a:tree
id = "treeHierarchy"
skin = "outline-tree"
opencloseaction = "onmouseup"
onafterchoose = "require('ext/language/hierarchy').jumpToAndClose(this.selected)"
onkeyup = "require('ext/language/hierarchy').escapeHierarchy(event)"
model = "mdlHierarchy"
openadd = "false"
startcollapsed = "false"
empty-message = "No Hierarchy avaialble"
flex = "1"
anchors = "0 0 0 0">
<a:each
match = "[entry]"
filter = "{tbHierarchySearch.value}"
filter-fields = "@name"
>
<a:caption>
<?lm [@name]{!![@meta] ? "<code style='color:gray;'> - [@meta]</code>" : ""} ?>
</a:caption>
<a:icon value="{ide.staticPrefix}/ext/language/img/[@icon].png" />
</a:each>
</a:tree>
<a:scrollbar
for = "treeHierarchy"
id = "sbHierarchy"
margin = "2"
skin = "sbios"
width = "7"
overflow2 = "auto"/>
</a:hbox>
</a:vbox>
</a:bar>
</a:application>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 645 B

View File

@ -82,7 +82,6 @@ BODY.noInput *{
@import "less/panel-bar.less";
@import "less/password.less";
@import "less/radiobutton.less";
@import "less/sbios.less";
@import "less/scrollbar.less";
@import "less/simplebox.less";
@import "less/simpleimg.less";

View File

@ -1,91 +0,0 @@
.sbios {
position : relative;
width : 6px;
overflow : hidden;
padding : 6px 3px 3px 0;
}
.sbios SPAN {
width : 6px;
bottom : 0;
height : 3px;
position : absolute;
}
.sbios .filler {
height : 100%;
width : 6px;
position : absolute;
top : 0;
bottom : 0;
z-index : 1;
}
.deploy-sb.sbios .filler {
left: 2px;
}
.sbios .mainrail {
height : 100%;
width : 6px;
position : relative;
}
.sbios .indicator {
height : 6px;
display : none;
position : absolute;
overflow : hidden;
width : 7px;
margin : 0 0 0 0;
min-height: 20px;
background: #616161;
opacity : 0.8;
border-radius: 3px;
}
.sbios .indicator .indi_left {
height : 3px;
width : 7px;
position : absolute;
top : 0;
left : 0;
}
.sbios .indicator .indi_middle {
position : absolute;
top : 3px;
bottom : 3px;
left : 0;
width : 7px;
}
.sbios .indicator .indi_right {
height : 3px;
width : 7px;
position : absolute;
bottom : 0;
left : 0;
}
.sbios{
display : -webkit-box;
}
.sbios span{
left : 0;
}
.sbios .mainrail {
height : auto;
}
.sbios .filler{
left : 0;
height : auto;
top : 0;
bottom : 0;
}

View File

@ -428,26 +428,6 @@
</a:divider>
</a:presentation>
</a:menu>
<a:scrollbar name="sbios">
<a:presentation>
<a:main indicator="div/div">
<div class="sbios">
<div class="filler">
<div class="indicator">
<div class="indi_left"/>
<div class="indi_middle"/>
<div class="indi_right"/>
</div>
</div>
<div class="mainrail"/>
<span> </span>
</div>
</a:main>
</a:presentation>
</a:scrollbar>
<a:modalwindow name="bk-window">