/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. The contents of this file are subject to the terms of the Common Development
  4. and Distribution License (the License). You may not use this file except in
  5. compliance with the License.
  6. You can obtain a copy of the License at http://www.netbeans.org/cddl.html
  7. or http://www.netbeans.org/cddl.txt.
  8. When distributing Covered Code, include this CDDL Header Notice in each file
  9. and include the License file at http://www.netbeans.org/cddl.txt.
  10. If applicable, add the following below the CDDL Header, with the fields
  11. enclosed by brackets [] replaced by your own identifying information:
  12. "Portions Copyrighted [year] [name of copyright owner]"
  13. The Original Software is JSwat. The Initial Developer of the Original
  14. Software is Nathan L. Fiedler. Portions created by Nathan L. Fiedler
  15. are Copyright (C) 2004-2005. All Rights Reserved.
  16. Contributor(s): Nathan L. Fiedler.
  17. $Id: debugger_wsmode.xml 40 2009-01-09 07:35:28Z nathanfiedler $
  18. -->
  19. <!DOCTYPE mode
  20. PUBLIC "-//NetBeans//DTD Mode Properties 2.0//EN"
  21. "http://www.netbeans.org/dtds/mode-properties2_0.dtd">
  22. <mode version="2.1">
  23. <name unique="debugger"/>
  24. <kind type="view"/>
  25. <state type="joined"/>
  26. <constraints>
  27. <!-- Would like to have this appear below the editor and above the
  28. output mode, but it is not working. For now, use the values that
  29. NetBeans debugger uses for its mode.
  30. <path orientation="vertical" number="20" weight="0.7"/>
  31. <path orientation="horizontal" number="40" weight="0.55"/>
  32. <path orientation="vertical" number="1" weight="0.25"/> -->
  33. <path orientation="vertical" number="40" weight="0.3"/>
  34. <path orientation="horizontal" number="40" weight="0.5"/>
  35. </constraints>
  36. <bounds x="0" y="0" width="0" height="0"/>
  37. <active-tc id="breakpoints"/>
  38. <empty-behavior permanent="true"/>
  39. </mode>