summaryrefslogtreecommitdiff
path: root/test/files/positions
Commit message (Collapse)AuthorAgeFilesLines
* Fix and test for #1674; we aren't supposed to b...Miles Sabin2009-10-191-0/+3
| | | | | | | Fix and test for #1674; we aren't supposed to be validating positions if there are syntax errors ... ensure that's so; we are supposed to be validating positions when -Yide-debug is set ... ensure that's so.
* Scaladoc comment position fixes with tests; sca...Miles Sabin2009-10-147-0/+92
| | | | | | | Scaladoc comment position fixes with tests; scaladoc comment postions are now accessible by symbol; respond retry in interactive Global is now handled properly.
* Fix and tests for positions issues with context...Miles Sabin2009-10-014-0/+12
| | | | | | | | Fix and tests for positions issues with context/view bounds and multiple definitions; extended the ranges for defns/decls to cover their introducing keywords; removed an unused IDE hook; some whitespace cleanup.
* A couple more positions issues caused by the pa...Miles Sabin2009-07-282-0/+1
| | | | | | | A couple more positions issues caused by the packaging changes: fixed with test cases; test.positions target now runs the explicit test cases first.
* Fix for another positions issue; added some pos...Miles Sabin2009-07-279-0/+37
Fix for another positions issue; added some positions unit tests; added test.positions target to build.xml which validates positions of all sources in the Scala tree; cleaned up -Yide-debug output for use in the previous item.