emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/dart-mode created (now 43975c9)


From: ELPA Syncer
Subject: [nongnu] branch elpa/dart-mode created (now 43975c9)
Date: Sun, 29 Aug 2021 11:01:06 -0400 (EDT)

elpasync pushed a change to branch elpa/dart-mode.

        at  43975c9   Add syntax highlighting for keywords extension, late, 
required

This branch includes the following new commits:

       new  9b1c871   Beginning of dart-mode.
       new  ed80bc8   Set a bunch of CC-mode configuration vars.
       new  64eb399   Fix array literal indentation.
       new  c523992   Handle map indentation with identifiers.
       new  91cc86c   Make "var" a typeless decl keyword.
       new  8098454   Initialize the syntax table.
       new  30f9326   Make constants better.
       new  6f66034   Improve indentation.
       new  5ce38b7   Add a couple known bugs.
       new  64a573f   Require 'cl when compiling.
       new  a081d12   Set version to 0.1.
       new  fc47325   Fix more keywords.
       new  4e56274   Version 0.2.
       new  b42c2ca   Another known bug.
       new  50cbb65   Add a license (GPL3).
       new  58c9bac   Add a copyright header.
       new  4d67ba8   Fix the closing comment.
       new  7e45699   Fix the Version header.
       new  1473515   Bump to version 0.3 for release.
       new  2a66d38   Add more known bugs.
       new  84580a5   Fix else block indentation.
       new  44c762d   More known bugs.
       new  51b9915   Fix optional argument fontification.
       new  06c2786   Bump version to 0.4.
       new  2410a15   Fix =>-style method indentation.
       new  c6478e8   Add a dart c style.
       new  f5097c0   Add a dart-mode-map.
       new  9ee0bf1   Bump version to 0.5.
       new  be14d27   Dart doesn't use . as an identifier op.
       new  67550e5   Fix indentation for try as well.
       new  d1d4d88   Add more known bugs.
       new  d39043f   Fix an offset.
       new  cb7d85d   Handle member initializers a little better.
       new  5e9c9b9   Add a known bug.
       new  f86416b   Handle indentation in constructors with initializer lists.
       new  53155c1   Fix map literal indentation when cc-mode thinks it's a 
defun.
       new  f50a1cc   Properly indent after constructors with member lists.
       new  4310054   Bump version to 0.6.
       new  464e07b   Get rid of a now-inapplicable known bug.
       new  cad31a5   Get basic ${} fontification working.
       new  4232d23   Actually set the style when initializing the mode.
       new  8d83554   Properly indent lambdas.
       new  2d00ec4   Properly indent multiline optional parameter lists.
       new  085522f   Properly indent continued {} lines as well.
       new  b1ba925   arglist-intro should be ++.
       new  1bba413   Bump version to 0.7.
       new  f16c1c1   Fix an odd indentation bug.
       new  148f707   Add a couple known issues.
       new  f5fb993   Fix the case indentation.
       new  9be0c64   Add support for flymake.
       new  5c09eae   Add support for illusori's flymake-warn-line-regexp.
       new  b7dc54c   Bump version to 0.8.
       new  273f8da   Work around some dart_analzer/Emacs disagreements.
       new  592192c   Bump version to 0.9.
       new  010f557   changed (ad-do-it) to ad-do-it
       new  ff905a9   Merge pull request #3 from patefacio/master
       new  f35222d   Fix an error in the flymake hook.
       new  eca6432   Bump version to 0.10.
       new  a935c27   don't advise c-parse-state if c-parse-state-1 isn't 
defined.
       new  3b3992b   Merge pull request #8 from rginda/unadvise
       new  c6969ba   Add some support for the Dart formatter.
       new  079ecc2   Add support for Dart analysis server.
       new  147f554   Merge pull request #11 from hterkelsen/dartanalyzer
       new  aba5eed   'dart' must be found to find the analysis server snapshot
       new  1b01681   Merge pull request #14 from hterkelsen/issue13
       new  88920ee   Bump version to 0.13.
       new  89573d5   Use a pipe instead of a pty for the analysis server
       new  d6bb4e8   Document why we are using pipes rather than pty
       new  c54f014   Merge pull request #18 from hterkelsen/no_pty
       new  e05c132   Add a README.md with installation instructions.
       new  bf82220   Merge pull request #19 from tonygentilcore/readme
       new  351db28   Lexically scope the library.
       new  1ccf8a0   Better handling and of analysis server messages.
       new  0c3d6d7   Fix an off-by-one bug in offset calculation.
       new  a4d7a3c   Declare compatibility with flycheck 0.23.
       new  d20d978   Bump version to 0.14.
       new  be9e422   Fix a bunch of byte-compilation warnings.
       new  e338148   Get rid of busted flymake and formatter support.
       new  1b75622   Only mention marmalade in the README.
       new  f5962c3   Make version check work in Emacs 25.
       new  05fbd30   Merge pull request #24 from phst/master
       new  bd08208   Switch completely to cl-lib (#33)
       new  1f65c88   Add LIMIT argument for looking-back (#34)
       new  e6635b3   Bump version to 0.15. (#38)
       new  b380818   Adapt the gofmt-related code in go-mode.el for dartfmt. 
(#39)
       new  35a794c   Add workaround for 
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18845 (#40)
       new  1c9da5a   Explicitly load compile.el so that the 
compilation-error-regexp-* variables are defined (#41)
       new  9b11e8f   Another attempt at fixing byte compilation. (#42)
       new  93efb54   Update the version and URL and flesh out the README
       new  3a73a1f   Make dart-executable-path resilient to wrappers
       new  ecf3191   Add a command to show hover information
       new  0cf32d5   Highlight hover descriptions
       new  eea1000   Highlight hover dartdoc
       new  a1f36f4   Allow dart-show-hover to display in a new buffer
       new  907cba5   Indicate deprecated hovers
       new  c4a5045   Add support for navigation
       new  8f972c0   Add support for finding references
       new  b4e592f   Add more search commands
       new  a087c75   Add a result counter in search results
       new  89a2d4e   Add a special mode for popups
       new  d507fa1   Add a binding to re-run searches
       new  d333a73   Add an analyzer-based auto-complete
       new  d1a0c5e   Fall back to normal expansion
       new  848f983   Show docs for expansions
       new  eca3f15   Add the ability to autocomplete parameters
       new  c172f19   Support completing multiple parameters
       new  0277dad   Include parameter documentation
       new  1249417   Better handle zero-argument functions
       new  e9cd33d   Use proper private name convention
       new  52034c7   Add a dart--get helper to make it easier to use JSON
       new  613b311   Stop using lexical let
       new  eba375b   Parse JSON arrays as lists
       new  e01234a   Use funcall rather than apply where appropriate
       new  a2ab55b   Make more thorough use of dash
       new  6397b3d   Clean up the way the SDK is configured
       new  570e58c   Refactor formatter support
       new  905ce53   Fix a bunch of byte-compilation warnings
       new  adef2a5   Be more resilient to server crashes
       new  1f27d03   Properly set up font-lock variables
       new  8e09b68   Exclusively use cl-lib to avoid byte-compilation 
inconsistencies
       new  a4126bd   Allow s 1.10
       new  f3a7c7b   Properly tell flycheck when there are no errors
       new  4feac34   Make sure to provide the full buffer in 
dart-add-analysis-overlay
       new  caa7a19   Don't error out with revert-buffer
       new  2b085f5   Do not fail if Flycheck is not available. (#52)
       new  d4da484   Removes nil c-syntactic-context (#56)
       new  c973dea   Require ‘help-mode’.
       new  25a0b8a   Add tests for dart-format
       new  847707d   Require final newline, like dartfmt
       new  9c9a63e   Fix dart-format
       new  7c28c58   Add Travis-CI and Cask
       new  68f7f4f   Require cl for emacs 24.4, 24.5
       new  950d3a8   Add emacs versions 24.3 and snapshot
       new  1153c53   Add ert-runner
       new  73d0ebc   Merge branch 'refactor-tests'
       new  6bc08f7   Adds failing test against dart dev
       new  c11d02a   Remedy invalid file path format
       new  aa628c9   Remove deprecated analysis server option
       new  5d0a7cd   Use dart-sdk-path to find dartfmt.
       new  c30eaa9   Specify path to the dart-sdk inside of flutter
       new  1031016   Edit README to melpa rather than marmalade
       new  d78c5c7   Bump version to 1.0.4
       new  9db2679   Fixes invalid file path format on Windows
       new  da244c6   Fixes no such file or directory, dartfmt.exe
       new  1879cb8   Update README for providing diff to dart-format on Windows
       new  47dc5a0   Fixes flycheck in Windows
       new  ac14859   Normalize paths for dartanalyzer on Windows
       new  199709f   Removes cc-mode
       new  61f334c   Improves indentation
       new  40f6741   Fontifies more keywords, builtins, constants and types
       new  d9a12e1   Fontifies function declarations
       new  21abd77   Fontifies declared identifiers
       new  d6afa8c   Fontify identifiers following declared identifiers
       new  735868e   Copy/paste multiline string syntax-propertize from 
python.el
       new  e820b09   Regex catches dollar signs now
       new  6e1c42f   Fontify string interpolation
       new  57767bb   Makes current indentation logic more usable
       new  9ad52e8   Search for sdk from flutter if no dart on path
       new  2a95005   Fix typo in README, regarding M-/ fallback
       new  06e2d4b   Respect font-lock-maximum-decoration
       new  ae8a28b   Follow conventions in font-lock levels
       new  90f1120   Require subr-x for string-empty-p
       new  c51e750   Stop testing 24.3 on travis
       new  f20f895   Move docs from README to Wiki
       new  ad93bc1   Edit headers
       new  36fe2ce   Fontify identifiers after multi-nested types
       new  327b9aa   Use conventions in commentary, docstrings, defvar vs setq
       new  e94acb5   Fontify SCREAMING_CAPS words of length greater than two 
as constant
       new  9d72469   Don't set variables globally
       new  591b6fe   Improve handling of strings
       new  f6a1c9a79 Fix byte-compiling errors and warnings
       new  d5776f1   Fixes fontification of small strings containing only 
backslashes
       new  31861e8   Add mixin keyword
       new  e41f41e   Fontify untyped parameters in anonymous functions
       new  c568118   Move dart server code to a separate repo
       new  28ebbaf   Update tests
       new  a715dc6   Move license
       new  ea60ffd   Move README back to markdown
       new  1c2cbe5   Add faceup tests
       new  5989dca   Fontify operator declaration
       new  bbeadaa   Reorganize some keyword fontification
       new  a9899a9   Fontify abstract methods
       new  3c089f3   Fix font lock for abstract method
       new  e5bd30d   Avoid false positives
       new  3082066   Don't font lock anchor in a string
       new  8983e17   Code in font-lock tests were copied from dart.dev site
       new  9b65aae   Add failing tests for fontification of factories and 
generic methods
       new  d3d3d7e   Add indentation tests
       new  07a9e76   Add failing font-lock test
       new  04fcd64   Treat angle brackets as puncutation syntax instead of 
symbol syntax
       new  1273ccb   Make changes to list of dart-mode keywords easier to diff
       new  43975c9   Add syntax highlighting for keywords extension, late, 
required




reply via email to

[Prev in Thread] Current Thread [Next in Thread]