-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various improvements and bugfix to allow editing files with minified sections. #35
Open
init-js
wants to merge
8
commits into
daleharvey:master
Choose a base branch
from
init-js:other_fixes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Oct 17, 2014
-
[compat] Missing fs.existsSync on node v0.6.12
Patch fs to get missing existsSync.
Configuration menu - View commit details
-
Copy full SHA for 546d983 - Browse repository at this point
Copy the full SHA 546d983View commit details -
Support for multiple jshint-mode servers running in parallel (one per…
… port) Allows multiple emacs programs to be open and benefit from jshint-mode at the same time. A server is started on the lowest unused port in the (configurable) range 3003 to 3100. The server gets a new argument --lastport INT. The flymake-hook filters stdout for the "Server started" message and extracts the port from there.
Configuration menu - View commit details
-
Copy full SHA for ccd1ef9 - Browse repository at this point
Copy the full SHA ccd1ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc4c300 - Browse repository at this point
Copy the full SHA dc4c300View commit details
Commits on Aug 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c73fae5 - Browse repository at this point
Copy the full SHA c73fae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cff30e7 - Browse repository at this point
Copy the full SHA cff30e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a44cfde - Browse repository at this point
Copy the full SHA a44cfdeView commit details -
[bugfix] Allow flymake to digest errors on long lines faster. (e.g. m…
…inified sections) This adds an HTTP POST parameter called 'showCode' to enable/disable showing code evidence lines after each error line. Hiding error code snippets dramatically reduces the amount of data returned. Errors in minified content would cause the full line to be returned for each error. Flymake is slow at parsing content, in blocks of 4KiB, to the point where using jshint-mode on minified files or files with long lines caused emacs to hang. the default value for showCode is '0', hiding content.
Configuration menu - View commit details
-
Copy full SHA for 2db42ca - Browse repository at this point
Copy the full SHA 2db42caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dffa6f - Browse repository at this point
Copy the full SHA 3dffa6fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.