summaryrefslogtreecommitdiff
path: root/js/codeq/hint.js
AgeCommit message (Expand)Author
2017-02-28Use a default style for hint highligtsTimotej Lazar
2017-02-28Fix text-less popup hints for highlightingTimotej Lazar
2017-02-27Report hints both when offered and viewedTimotej Lazar
2017-02-26Allow empty popup hints (highlight only)Timotej Lazar
2016-03-30Add codeq.tr.translate function for GUI strings not in DOMTimotej Lazar
2016-03-13Record when the Hint button is shownTimotej Lazar
2016-03-01Clear hints immediately when pressing Plan or TestTimotej Lazar
2016-02-23Remove explicit "Hint" buttonTimotej Lazar
2016-02-23js/hint: s/serverHint/hintTimotej Lazar
2016-02-23Remove redundant parameter from static hint handlerTimotej Lazar
2016-02-23Remove unused type parameter from hint handlersTimotej Lazar
2016-02-15Move template handling code into a separate fileTimotej Lazar
2016-02-15Do not reuse hint class names in a problem sessionTimotej Lazar
2015-12-17added 'use strict', coirrected some errors which were revealed by it and fixe...Robert Zorko
2015-12-10Add copyright info to JS filesTimotej Lazar
2015-11-19Reduce bottom margin for popup hintsTimotej Lazar
2015-11-17Support different highlight colors for popup hintsTimotej Lazar
2015-10-13Remove codeq.getLang functionTimotej Lazar
2015-10-02Bugfix: consider common and problem-specific hint types independently from co...Aleš Smodiš
2015-10-02Prepend instead of append new hints and bold the first shown hint.Aleš Smodiš
2015-10-02Define default translations for the "more" button in multi-part hints.Aleš Smodiš
2015-10-02Remove code rot: class "translatable" is not used anymore.Aleš Smodiš
2015-10-01Use codeq.templator() for hints. Support for images.Aleš Smodiš
2015-10-01Bugfix: rebuild any popovers after the editor's DOM changes.Aleš Smodiš
2015-10-01Fix displaying popup hints.Aleš Smodiš
2015-09-30Implemented structural translation of hints and plans.Aleš Smodiš
2015-09-29Temporary hint fix: hints are shown in slovene only.Aleš Smodiš
2015-09-29Correctly process hint_type and hint.Aleš Smodiš
2015-09-28Implement in-structure GUI translation for python and problem editing screens.Aleš Smodiš
2015-09-23Use static hint handler to show "planning" hintsTimotej Lazar
2015-09-18Use a link instead of a button in a static hint sequence.Aleš Smodiš
2015-09-18Add "Plan" button to display next "planning" hintTimotej Lazar
2015-09-18Bugfix: template parameter can be a numberTimotej Lazar
2015-09-18Bugfix: off-by-one when displaying an array of hints.Aleš Smodiš
2015-09-18Escape HTML in hint template parametersTimotej Lazar
2015-09-18Bugfix: handle arrays as a static hint.Aleš Smodiš
2015-09-18Simplified handling of an array of static hints.Aleš Smodiš
2015-09-17Implemented support for an array of static hints, which are displayed in sequ...Aleš Smodiš
2015-09-17Refactored hint handling into a separate module.Aleš Smodiš