fixed Issue 927:add autoscroll widget to debugger interactive shell, thanks Anthony

This commit is contained in:
mdipierro
2012-08-10 12:55:56 -05:00
parent bd6151d0c2
commit 914a87be4e
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-08-10 12:49:06) dev
Version 2.00.0 (2012-08-10 12:55:52) dev
@@ -62,6 +62,7 @@
}
</style-->
<script src="{{=URL('static', 'js/autoscroll.js')}}"></script>
<div id="wrapper">
<textarea id="output" readonly="readonly">{{=T('web2py Debugger')}} {{=request.env.web2py_version}}{{=data}}</textarea>
@@ -69,6 +70,7 @@
<form id="form" action="{{=URL(r=request,f='callback',args=app)}}" method="get">
<div id="shellwrapper">
<div id="caret">&gt;&gt;&gt;</div>
<div id="autoscroll" style="cursor:pointer;float:right;">autoscroll</div>
<div class="tooltip">
<textarea class="prompt" name="statement" id="statement"></textarea>
<span>{{=T('Type PDB debugger command in here and hit Return (Enter) to execute it.')}}</span>
+1 -1
View File
@@ -73,7 +73,7 @@
<textarea class="prompt" name="statement" id="statement"></textarea>
<span>Type some Python code in here and hit Return (Enter) to execute it.</span>
</div>
<div id="autoscroll" style="float:right;">autoscroll</div>
<div id="autoscroll" style="cursor:pointer;float:right;">autoscroll</div>
</div>
</form>
</div>