|
148 | 148 | <div id="files" class="files" onMouseOver="ICEcoder.changeFilesW('expand')" onMouseOut="ICEcoder.changeFilesW('contract'); top.ICEcoder.hideFileMenu();" onContextMenu="return false"> |
149 | 149 | <div id="fileNav" class="fileNav"> |
150 | 150 | <ul> |
151 | | - <li><a nohref onmouseover="top.ICEcoder.showHideFileNav('show','optionsFile')" id="optionsFileNav">File</a></li> |
152 | | - <li><a nohref onmouseover="top.ICEcoder.showHideFileNav('show','optionsEdit')" id="optionsEditNav">Edit</a></li> |
153 | | - <li><a nohref onmouseover="top.ICEcoder.showHideFileNav('show','optionsRemote')" id="optionsRemoteNav">Remote</a></li> |
154 | | - <li><a nohref onmouseover="top.ICEcoder.showHideFileNav('show','optionsHelp')" id="optionsHelpNav">Help</a></li> |
| 151 | + <li><a nohref onclick="top.ICEcoder.canShowFMNav=true;top.ICEcoder.showHideFileNav('show','optionsFile')" onmouseover="if(top.ICEcoder.canShowFMNav) {top.ICEcoder.showHideFileNav('show','optionsFile')}" id="optionsFileNav">File</a></li> |
| 152 | + <li><a nohref onclick="top.ICEcoder.canShowFMNav=true;top.ICEcoder.showHideFileNav('show','optionsEdit')" onmouseover="if(top.ICEcoder.canShowFMNav) {top.ICEcoder.showHideFileNav('show','optionsEdit')}" id="optionsEditNav">Edit</a></li> |
| 153 | + <li><a nohref onclick="top.ICEcoder.canShowFMNav=true;top.ICEcoder.showHideFileNav('show','optionsRemote')" onmouseover="if(top.ICEcoder.canShowFMNav) {top.ICEcoder.showHideFileNav('show','optionsRemote')}" id="optionsRemoteNav">Remote</a></li> |
| 154 | + <li><a nohref onclick="top.ICEcoder.canShowFMNav=true;top.ICEcoder.showHideFileNav('show','optionsHelp')" onmouseover="if(top.ICEcoder.canShowFMNav) {top.ICEcoder.showHideFileNav('show','optionsHelp')}" id="optionsHelpNav">Help</a></li> |
155 | 155 | </ul> |
156 | 156 | </div> |
157 | 157 | <div class="options" id="fileOptions"> |
158 | | - <div id="optionsFile" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id)"> |
| 158 | + <div id="optionsFile" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id);top.ICEcoder.canShowFMNav=false"> |
159 | 159 | <ul> |
160 | 160 | <li><a nohref onClick="ICEcoder.newFile()">New File...</a></li> |
161 | 161 | <li><a nohref onClick="ICEcoder.newFolder()">New Folder...</a></li> |
|
176 | 176 | <li><a nohref onClick="ICEcoder.logout()">Logout</a></li> |
177 | 177 | </ul> |
178 | 178 | </div> |
179 | | - <div id="optionsEdit" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id)"> |
| 179 | + <div id="optionsEdit" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id);top.ICEcoder.canShowFMNav=false"> |
180 | 180 | <ul> |
181 | 181 | <li><a nohref onclick="ICEcoder.undo()">Undo</a></li> |
182 | 182 | <li><a nohref onclick="ICEcoder.redo()">Redo</a></li> |
|
187 | 187 | <li><a nohref onclick="ICEcoder.jumpToDefinition()">Jump to Definition</a></li> |
188 | 188 | </ul> |
189 | 189 | </div> |
190 | | - <div id="optionsRemote" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id)"> |
| 190 | + <div id="optionsRemote" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id);top.ICEcoder.canShowFMNav=false"> |
191 | 191 | <ul> |
192 | 192 | <li><a nohref onclick="ICEcoder.message('Git & GitHub integration coming soon')">GitHub</a></li> |
193 | 193 | <li><a nohref onclick="ICEcoder.message('SVN integration coming soon')">SVN</a></li> |
|
198 | 198 | <li><a nohref onclick="ICEcoder.message('SSH integration coming soon\n\nCan you help with this? Get involved at icecoder.net')">SSH</a></li> |
199 | 199 | </ul> |
200 | 200 | </div> |
201 | | - <div id="optionsHelp" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id)"> |
| 201 | + <div id="optionsHelp" class="optionsList" onmouseover="top.ICEcoder.showHideFileNav('show',this.id)" onmouseout="top.ICEcoder.showHideFileNav('hide',this.id);top.ICEcoder.canShowFMNav=false"> |
202 | 202 | <ul> |
203 | 203 | <li><a nohref onclick="ICEcoder.showManual('<?php echo $ICEcoder["versionNo"];?>')">Manual</a></li> |
204 | 204 | <li><a nohref onClick="ICEcoder.helpScreen()">Shortcuts</a></li> |
|
0 commit comments