racket/collects/string-constants
Robby Findler 39e4ac15e5 bring 'jump to definition' more in line with online check syntax
That is, when right-clicking on an imported identifier, if the
file that has that identifier's definition is open and online
check syntax has completed, then offer a "jump to definition" menu
item that just jumps there with the already computed informtion.
If the file isn't open or online check syntax hasn't completed,
instead offer just to go to the file, without jumping to the definition

also
- things should generally work slightly better with submodules
- jumping to identifiers should do a better job with scrolling,
  specifically it should scroll so the jumped-to identifier is
  about 20% from the top of the window (unless it was already visible,
  in which case no scrolling should occur)
2013-03-05 22:39:34 -06:00
..
private bring 'jump to definition' more in line with online check syntax 2013-03-05 22:39:34 -06:00
tests moved the docs-complete library into rackunit 2011-05-05 16:10:42 -05:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
main.rkt fixed up the string constants collection 2011-04-26 23:26:19 -05:00
string-constant.rkt fix traditional/simplified initial choice 2013-01-05 19:46:57 -06:00
string-constants.scrbl allow multiple string constants to be in a single "line" 2013-01-05 20:25:06 -06:00