/views/src/com/bluemarsh/jswat/views/resources/debugger_wsmode.xml
http://jswat.googlecode.com/ · XML · 45 lines · 16 code · 1 blank · 28 comment · 0 complexity · aaddb1a085aef65a6d2102390de3171c MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- The contents of this file are subject to the terms of the Common Development
- and Distribution License (the License). You may not use this file except in
- compliance with the License.
- You can obtain a copy of the License at http://www.netbeans.org/cddl.html
- or http://www.netbeans.org/cddl.txt.
- When distributing Covered Code, include this CDDL Header Notice in each file
- and include the License file at http://www.netbeans.org/cddl.txt.
- If applicable, add the following below the CDDL Header, with the fields
- enclosed by brackets [] replaced by your own identifying information:
- "Portions Copyrighted [year] [name of copyright owner]"
- The Original Software is JSwat. The Initial Developer of the Original
- Software is Nathan L. Fiedler. Portions created by Nathan L. Fiedler
- are Copyright (C) 2004-2005. All Rights Reserved.
- Contributor(s): Nathan L. Fiedler.
- $Id: debugger_wsmode.xml 40 2009-01-09 07:35:28Z nathanfiedler $
- -->
- <!DOCTYPE mode
- PUBLIC "-//NetBeans//DTD Mode Properties 2.0//EN"
- "http://www.netbeans.org/dtds/mode-properties2_0.dtd">
- <mode version="2.1">
- <name unique="debugger"/>
- <kind type="view"/>
- <state type="joined"/>
- <constraints>
- <!-- Would like to have this appear below the editor and above the
- output mode, but it is not working. For now, use the values that
- NetBeans debugger uses for its mode.
- <path orientation="vertical" number="20" weight="0.7"/>
- <path orientation="horizontal" number="40" weight="0.55"/>
- <path orientation="vertical" number="1" weight="0.25"/> -->
- <path orientation="vertical" number="40" weight="0.3"/>
- <path orientation="horizontal" number="40" weight="0.5"/>
- </constraints>
- <bounds x="0" y="0" width="0" height="0"/>
- <active-tc id="breakpoints"/>
- <empty-behavior permanent="true"/>
- </mode>