[Sciviews-commits] r428 - in komodo/SciViews-K-dev: . content
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 7 11:15:24 CET 2012
Author: prezez
Date: 2012-02-07 11:15:23 +0100 (Tue, 07 Feb 2012)
New Revision: 428
Modified:
komodo/SciViews-K-dev/content/overlayMain.xul
komodo/SciViews-K-dev/sciviewsk-1.1.0dev-ko.xpi
Log:
Added error console docked into the bottom panel (not related to R, but useful)
Modified: komodo/SciViews-K-dev/content/overlayMain.xul
===================================================================
--- komodo/SciViews-K-dev/content/overlayMain.xul 2012-02-07 10:04:15 UTC (rev 427)
+++ komodo/SciViews-K-dev/content/overlayMain.xul 2012-02-07 10:15:23 UTC (rev 428)
@@ -40,6 +40,7 @@
%komodoDTD;
<!ENTITY % sciviewskDTD SYSTEM "chrome://sciviewsk/locale/sciviewsk.dtd">
%sciviewskDTD;
+ <!ENTITY % console SYSTEM "chrome://global/locale/console.dtd"> %console;
]>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
@@ -334,16 +335,23 @@
type="checkbox"
/>
</menupopup>
-<!-- Ko7 -->
+<!-- Ko7 -->
<ko-pane id="workspace_left_area">
<browser type="ko-widget"
id="rbrowser_tabpanel"
label="&sciviews.robjects.tab;"
src="chrome://sciviewsk/content/rbrowser-pane.xul"
+ tab_onfocus="sv.rbrowser.focus();"
/>
- <!--
- tab_onfocus="sv.rbrowser.focus();"
- !-->
</ko-pane>
+
+<ko-pane id="workspace_bottom_area">
+<browser type="ko-widget"
+ id="errorconsole_tabpanel"
+ label="&errorConsole.title;"
+ src="chrome://global/content/console.xul"
+ />
+</ko-pane>
+
</overlay>
Modified: komodo/SciViews-K-dev/sciviewsk-1.1.0dev-ko.xpi
===================================================================
(Binary files differ)
More information about the Sciviews-commits
mailing list