You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anke1460 945bd3528d
first commit
5 years ago
..
aliyun-upload first commit 5 years ago
codemirror first commit 5 years ago
cropper first commit 5 years ago
editormd first commit 5 years ago
jsFromMiddleLayer first commit 5 years ago
monaco/vs first commit 5 years ago
xterm first commit 5 years ago
applications.js first commit 5 years ago
create_kindeditor.js first commit 5 years ago
diff_match_patch.js first commit 5 years ago
edu_application.js first commit 5 years ago
edu_tpi.js first commit 5 years ago
flv.min.js first commit 5 years ago
jquery-1.8.3.min.js first commit 5 years ago
js_min_add.js first commit 5 years ago
js_min_all.js first commit 5 years ago
js_min_cm.js first commit 5 years ago
jupyter.js first commit 5 years ago
merge.js first commit 5 years ago
readme.txt first commit 5 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

js_min_all含的js

es6-shim
jQuery v1.8.3
Underscore.js 1.8.2
marked v0.3.3
Raphaël 2.1.3
js sequence diagrams 1.0.4
flowchart, v1.3.4
jQuery.flowchart.js v1.1.0
https://github.com/pandao/editor.md
http://codemirror.net

diff_match_patch
codemirror merge.js

从 edu_tpi.js 挪过来的js


修改过的地方:
Raphaël 2.1.3
Element= -> __Element=          Element=  替换成了 __Element=


js_min_all的一些tpi的js
1、
code: TPI拖拽功能  begin
tpi的上下和左右的拖拽
2、
code: window.__tpiOnResize
onRepositoryViewExpand或window resize以后需要调用这个方法重新计算命令行区域大小
3、
code: window.refresh_editor_monaco
monaco重新layout计算高宽
4、
code:   reply_to_dis、 $("#all_task_show").on("click", function(e){  、  $("#all_task_index").on("click", function(e){  、
        $("#next_step").live("click", function(){  、 $("#prev_step").live("click", function(){  、
        function open_answer(game, myshixun, choose){  、  function choice_answer(st, nThis){
        function check_tab(allClassName,addClassName,item){   、  function toggle_test_case_choose(t_case, id){
        function toggle_test_case(open, output, actual_output, id, power){    、  
        CodeMirror_fromTextArea    、  function game_praise(obj_id, obj_type){      、  function game_tread(obj_id){
        function setupAjaxIndicatorBase() {   、   function match_specific_symbol(str){
        function code_evaluation(test_sets     、   function pop_box_new(value, Width, Height){
        
貌似没用到基本上page目录或TPIContextProvider里搜索不到的代码都是没用到的可以优化去除掉。

code: 
        sure_box_redirect_btn   这些弹框的话,有的会有用到,有的没用到的可以尝试删除
5、
code function tpi_html_show(newCode){   、   function is_cdn_link(contents){

     html显示效果时用到的脚本


6、
code  // 这里重新加一次事件监听,不在原有事件的基础上增加代码了
      新加了一次拖拽事件

7、
code
function create_editorMD_4comment(id, width, high, placeholder, imageUrl, callback, otherOptions){
    老的md编辑器初始化方法考虑用心的TPMMDEditor代替