Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / highlight.nit
2017-11-29 Jean Privatnitlight: add --txt for text-based highlighting
2017-11-29 Jean Privathighlight: extract HTML stuff from highlight into htmlight
2017-11-29 Jean Privathighlight: remove useless `self` parameter (some crazy...
2017-11-29 Jean Privathighlight: move hightlightcode inside HighlightVisitor
2017-11-29 Jean Privathighlight: rename enter_visit and htmlize (and fix...
2017-09-07 Alexis Laferrièrehighlight: optionally print errors when highlighting
2017-05-11 Jean PrivatMerge: Nitweb: api for code highlighter and nitpicker
2017-05-09 Jean Privatnitlight_aas: offer a low-level JSON service
2017-05-09 Jean Privatnitlight: implements --first-line and --last-line
2017-05-07 Alexis Laferrièrehighlight: new_dropdown accepts raw html
2017-05-07 Alexis Laferrièresrc: misc typos, doc and warning fixes
2017-05-07 Alexis Laferrièrehighlight: fix broken support for `MVirtualType`
2017-04-27 Jean Privatnitlight: move examples/nitlight_as_a_service stuff...
2017-03-22 Jean-Christophe... highlight: Use `mdoc_or_fallback`
2016-06-23 Jean Privathighlight: avoid some NPE and fix warnings
2016-06-15 Jean Privathighlight: remove default links. Clients have to provid...
2016-06-15 Jean Privathighlight: add HighlightVisitor::hrefto to allow client...
2016-06-13 Jean PrivatMerge: hightlight: improve infrastructure
2016-06-10 Jean Privathighlight: highlight ids in a qualified id
2016-06-10 Jean Privathighlight: add two configuration, show_messages and...
2016-06-10 Jean Privathighlight: always decorate children token
2016-06-10 Jean Privathighlight: can hightlight a full source file (not a...
2015-12-18 Jean Privathightlight: correctly highlight loose comments
2015-10-17 Jean Privathighlight: add flag `include_whole_lines`
2015-10-17 Jean Privathighlight: add flag `include_loose_tokens`
2015-10-17 Jean Privathighlight: only highlight the given node, not the whole AST
2015-10-17 Jean Privatnitlight: use `cname` or `full_name` to avoid module...
2015-10-07 Jean PrivatMerge: Multi iterators
2015-10-07 Jean Privathighlight: handle multi-iterators
2015-10-06 Jean Privathighlight: Remove useless `super` since CallSite isa...
2015-10-06 Jean Privatmodel: use the robust `intro_mmodule` instead of `intro...
2015-04-08 Jean Privathightlight: remove two asserts that make #1247 crashes
2015-04-08 Jean Privathighlight: add infoboxes with messages
2015-04-08 Jean Privathighlight: factorize the creation of tags
2015-04-08 Jean Privatsrc/hightlight: hightlight and do not crash on MNotNullType
2015-04-08 Jean Privatmodel: rename `as_notnullable` to `undecorate`
2015-04-04 Jean Privatsrc: use MFormalType for type checks when it makes...
2014-12-20 Jean Privatsrc: finish documenting some module
2014-12-17 Jean Privathighlight: add HighlightVisitor::line_id_prefix to...
2014-12-02 Jean Privathighlight: be more robuts in case of partial model
2014-10-29 Jean Privathighlight: fix css for line and foldable
2014-10-11 Jean Privatsrc: remove some warnings and do some cleaning
2014-09-26 Jean Privatsrc: update tools to new names in generic parameters
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-09-03 Jean Privatsrc: add new hub modules to regroup related things...
2014-07-24 Jean Privatsrc: use `as_notnullable` in code
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-06-03 Jean Privathighlight: do not add html classes to unresolved local...
2014-06-03 Jean Privathighlight: factorizes css and js requirements
2014-06-03 Jean Privathighlight: "display: block" and "line" only make sense...
2014-05-30 Jean Privathighlight: rewrite using astutil and with infoboxes
2014-01-16 Jean Privathighlight: add `first_line` and `last_line`
2013-08-23 Jean Privathighlight: remove the modelbuilder attribute
2013-08-22 Jean Privatnitlight: new tool nitlight (and new module highlight)