Jani Lahti

Results 17 comments of Jani Lahti

On next release, the default port should probably be changed to a not so commonly used one. 3000 is default port for many development servers and quite many code examples...

I don't have a Mac but I trust PR #7 will fix this issue.. ..and will help people with other platforms, too. Would you verify this, @atc100 or @DaddyOh .

I experimented with different values with different systems when developing, and 100 ms seemed to give enough margin, but other systems seem to require more. Even 500 ms shouldn't be...

This PR was not to mimick folding, but to give users an option to print a specific region. Currently there're two other ways to do it, but they are both...

PrintCode uses [CodeMirror](https://codemirror.net/mode/) to render files for printing. PrintCode's settings for particular file types are determined here: [src/content.js, lines 10-26](https://github.com/nobuhito/vscode.printcode/blob/7f6266d17d3885872264c46a6caad7b1938ed5fc/src/content.js#L10). Not all the possible file types get any special coloring,...

Syntax coloring comes from CodeMirror https://codemirror.net/ css this extension is using. Now it's also possible to add your own css definitions if there's something you want to change.

You're getting something like this https://codemirror.net/2/mode/clike/ . If you want more coloring, please make a PR or feature request to CodeMirror project.

When I first added Letter I used 279 mm, but later when adding a bunch of other sizes, I borrowed the measurements from here https://github.com/cognitom/paper-css . Using millimeters is always...

Both of the sizes are only approximations, but the measures @scotthardwick suggested seem to be the ones normally used: https://en.wikipedia.org/wiki/Paper_size#North_American_paper_sizes .

Yes, Letter 279 mm and Legal 356 mm.