leo

leo pushed para master em LInE/iVProg

  • be6c100b9a Update 'js/visualUI/functions.js' Defined constant to points iVProg manual: const URLHELP = 'https://www.usp.br/line/ivprog/manual_pt/index.html'; //TODO: need to get the current lang and point to the associated language manual Improved code to load comments in IVPH code (using "Portugol" sintax). But is missing the context. //TODO load in correct context; load comment before "main function".

há 2 meses atrás

leo pushed para master em LInE/iVProg

  • 8e70e18502 Update 'js/iassign-integration-functions.js' New test to ensure iVProg try to load other format (after to try Portugol). In function prepareActivityToStudent(ilm_cont, ignore_logs = false), now store the "ivprogCore.setPreviousAlgorithm(ilm_cont);" answer and test it: var result = ivprogCore.setPreviousAlgorithm(ilm_cont); // load "code_obj = ivprogCore.parseCode(code)" and "parserCodeVisual(code_obj)" if (result) { renderAlgorithm(); $('.ivprog_visual_panel').removeClass("loading"); return; }

há 2 meses atrás

leo pushed para master em LInE/iVProg

  • 244b70e372 Update 'js/util/iassignHelpers.js' Changes to allow to load 3 different formats (old, template and Portugol). In function setPreviousAlgorithm(code), changed "parserCodeVisual(code_obj)" by var result = parserCodeVisual(code_obj); // in js/util/codeParser.js if (result == null) { return null; } // force exception to "iassign-integration-functions.js" identify error in the current format try return result;

há 2 meses atrás

leo pushed para master em LInE/iVProg

  • e01389ce5e Update 'js/util/codeParser.js' To allow try load by 3 formats (old one, new template e Portugol). Now function parserCodeVisual(code_obj = null) return null when code_obj is null. With null ""js/util/codeParser.js!parserCodeVisual(.)" signalizes to "js/iassign-integration-functions.js" that the current format is not working, try another.

há 2 meses atrás

leo pushed para master em LInE/iVProg

  • f08efbaff1 Update 'js/util/parseFromVisual.js' Work-in-progress to to allow comment inside code (but is not in the right context). New function: export function parserCodeVisual (text) by Gleyce Need to keep "old" function "parseCode(text)".

há 2 meses atrás

leo pushed para master em LInE/iVProg

  • 713518a6f0 Update 'js/util/codeParser.js' Remove "console.trace();" from: export function parserCodeVisual (code_obj = null)

há 2 meses atrás

leo pushed para master em LInE/iVProg

  • 40087ba0c9 Update 'js/util/codeParser.js' New debug function 'printCommandText(.)'. Gleyce: Fixed function 'parseComment(command, function_obj)' to allow import IVPH with comment (//) - alse see /js/util/parseFromVisual.js

há 2 meses atrás

leo pushed para master em laira/iFractions-doc

  • e4b6d1f058 Upload files to 'about/assets' Nova imagem para "student-report.png" para ficar com dimesão e qualidade compatível com "menu.png".

há 3 meses atrás

leo pushed para master em laira/iFractions-doc

  • af822776c8 Upload files to 'about/assets' Nova imagem para "menu.png" agora com minijogo do "meio" tendo uma pipa como ilustração (substituiu o "balão")

há 3 meses atrás

leo pushed para master em laira/iFractions-doc

  • e8bab70906 Update 'about/style/style.css' Reduzida altura do cabecalho: .em "ifr_header" removida linha "height: 70vh;"

há 3 meses atrás

leo pushed para master em laira/iFractions-doc

  • 4dd9541430 Update 'about/index.html' Acertado detalhes da pág. como redução do espaço no topo da página e acrescido vários 'target="_blank"'.

há 3 meses atrás

leo pushed para master em LInE/iVProg

  • 6521e250e3 Update 'js/iassign-integration-functions.js' Now version 2025/06/10 can load IVPH file with Portugol syntax (under iLM_PARAM_Assignment parameter). See function prepareActivityToStudent(.).

há 3 meses atrás

leo pushed para master em laira/iFractions-doc

  • 0850e02d90 Update 'about/index.html' Acertos no texto (em Portugues). Evitado o uso de "personalizacao" e "aplicado" em favor de jogos intuitivos.

há 5 meses atrás

leo pushed para master em laira/iFractions-doc

  • 1a5e756730 Update 'about/script/index.js' Changes allowing to load the LInE logo "/assets/logo_line_no_sub.png". Necessary to look at each "ad hoc" paths: /about/paginas; /about/paginas/area_professor; /about/paginas/sobre Now with some comments in English.

há 5 meses atrás

leo pushed para master em laira/iFractions-doc

  • 5cdd2e9faa Update 'about/script/index.js' Changes allowing to load the LInE logo "/assets/logo_line_no_sub.png". Necessary to look at each "ad hoc" paths: /about/paginas; /about/paginas/area_professor; /about/paginas/sobre

há 5 meses atrás

leo pushed para master em LInE/Ifractions-web

  • 3e7350f8d9 Upload files to 'img/mini_games_1.png' New image with 3 models of mini-games.

há 5 meses atrás

leo pushed para master em LInE/Ifractions-web

  • 4cc0820b06 Update 'index.html' Incorporated card at footer. With image "img/mini_games_1.png"

há 5 meses atrás

leo pushed para develop em victordomingues/poc-igeom

  • bb88b5645f Update 'src/app/core/parser/parser-orchestrator.js' Fixed error that was breaking the (reading of) GEO file with circumference intersection: parser-orchestrator.js!orchestrate(): error TypeError: this.list[i] is undefined + orchestrate (vec_dynamic_obj): changed line: aux3 += "listID[" + i + "]=" + id + "=" + this.list[i].id + "?; "; now, with: aux3 += "listID[" + i + "]=" + id; //DEBUG: see array listID[i]

há 5 meses atrás

leo pushed para develop em victordomingues/poc-igeom

  • b88e31afdd Update 'src/app/core/application/objects.js' Fixed sintax erro: SyntaxError: .../src/app/core/application/objects.js: Missing semicolon. (1:15) from: { stageManager as StageManager } from "./stage-manager"; to: import { stageManager as StageManager } from "./stage-manager";

há 5 meses atrás

leo pushed para develop em victordomingues/poc-igeom

  • 040cb359b1 Update 'src/index.html' Fixed id="messages1" to id="messages" (used by src/app/core/application/header-menu.js!onFileChanged())

há 5 meses atrás