NonGNU-devel ELPA - dart-mode

dart-mode

Description
Major mode for editing Dart files
Latest
dart-mode-1.0.7.0.20240327.10423.tar (.sig), 2024-Mar-31, 50.0 KiB
Maintainer
Jen-Chieh Shen <jcs090218@gmail.com>
Atom feed
dart-mode.xml
Website
https://github.com/emacsorphanage/dart-mode
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

This package implements a major-mode for the Dart language,
providing basic syntax highlighting and indentation support.

Old versions

dart-mode-1.0.7.0.20240119.181116.tar.lz2024-Jan-208.69 KiB
dart-mode-1.0.7.0.20231002.113821.tar.lz2023-Oct-028.68 KiB
dart-mode-1.0.7.0.20230929.144028.tar.lz2023-Sep-308.21 KiB
dart-mode-1.0.7.0.20230925.161535.tar.lz2023-Sep-268.19 KiB
dart-mode-1.0.7.0.20230925.125604.tar.lz2023-Sep-258.16 KiB
dart-mode-1.0.7.0.20230918.110548.tar.lz2023-Sep-188.15 KiB
dart-mode-1.0.7.0.20220401.0.tar.lz2022-Apr-047.38 KiB
dart-mode-1.0.7.0.20210830.0.tar.lz2021-Aug-3017.6 KiB
dart-mode-1.0.6.0.20210801.0.tar.lz2021-Aug-3017.4 KiB
dart-mode-1.0.4.0.20210301.0.tar.lz2021-Aug-2917.4 KiB

News

1.0.0

Additions
  • Added a dart-show-hover command bound to C-c ? which displays information about the Dart API under the cursor.

  • Added a dart-goto command bound to C-c C-g which takes the user to the definition of the Dart API under the cursor.

  • Added a dart-find-refs command bound to C-c C-f which shows a list of references to the Dart API under the cursor.

  • Added a dart-find-member-decls command bound to C-c C-e which shows a list of declarations of members with a given name.

  • Added a dart-find-top-level-decls command bound to C-c C-t which shows a list of declarations of top-level elements with a given name.

  • Added a dart-find-member-refs command bound to C-c C-r which shows a list of references to members with a given name.

  • Added a dart-expand command bound to M-/ which cycles through possible completions for the text typed by the user, as well as a dart-expand-parameters command bound to M-? which inserts the parameter list for the chosen completion.

  • The dart-format command is now bound to M-o.

  • Added a dart-sdk-path variable.

Replacements
  • dart-executable-path is now a function rather than a variable, so that it updates when dart-sdk-path is updated.

  • The dartfmt-command variable has been replaced by the dart-formatter-command (for invoking the formatter) function and the dart-formatter-command-override variable (for customizing the formatter location).

  • The dartfmt command been renamed to dart-format.

  • The dartfmt-args variable has been replaced with the dart-formatter-line-length variable.

  • The dartfmt-show-errors variable has been renamed to dart-formatter-show-errors.

  • The dartfmt-before-save function has been removed. Customize the dart-format-on-save variable instead..

Removals
  • The dart-analysis-server-snapshot-path variable has been removed.

  • The dartfmt-compilation-regexp variable has been removed.