build/js
xiaoxiaoqiong 827b8cef45 代码质量分析 2022-07-12 10:22:56 +08:00
..
aliyun-upload 代码质量分析 2022-07-12 10:22:56 +08:00
codemirror 代码质量分析 2022-07-12 10:22:56 +08:00
cropper 代码质量分析 2022-07-12 10:22:56 +08:00
editormd 代码质量分析 2022-07-12 10:22:56 +08:00
jsFromMiddleLayer 代码质量分析 2022-07-12 10:22:56 +08:00
monaco/vs 代码质量分析 2022-07-12 10:22:56 +08:00
xterm 代码质量分析 2022-07-12 10:22:56 +08:00
applications.js 代码质量分析 2022-07-12 10:22:56 +08:00
create_kindeditor.js 代码质量分析 2022-07-12 10:22:56 +08:00
diff_match_patch.js 代码质量分析 2022-07-12 10:22:56 +08:00
edu_tpi.js 代码质量分析 2022-07-12 10:22:56 +08:00
flv.min.js 代码质量分析 2022-07-12 10:22:56 +08:00
jquery-1.8.3.min.js 代码质量分析 2022-07-12 10:22:56 +08:00
js_min_add.js 代码质量分析 2022-07-12 10:22:56 +08:00
js_min_all.js 代码质量分析 2022-07-12 10:22:56 +08:00
js_min_cm.js 代码质量分析 2022-07-12 10:22:56 +08:00
jupyter.js 代码质量分析 2022-07-12 10:22:56 +08:00
merge.js 代码质量分析 2022-07-12 10:22:56 +08:00
readme.txt 代码质量分析 2022-07-12 10:22:56 +08:00

readme.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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代替