summaryrefslogtreecommitdiff
path: root/test/files/presentation/hyperlinks.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix SI-7224.Iulian Dragos2013-03-071-1/+136
| | | | | | | Don't focus positions assigned to the TypeTree of a parent of a Template when the parent exists in the source. A focused position (instance of `OffsetPosition`) makes it invisible to the presentation compiler when it looks for the innermost enclosing tree of a given position (breaking hyperlinking, for example).
* Fixed positions in named default applications (no hyperlinking in ↵Iulian Dragos2012-05-081-0/+46
conjunction with implicit arguments). Removed even more code in the presentation compiler testing infrastructure. One less level of indirection, and a top-level object gone!