Florian Müllner 190243ee89 lint: Add "legacy" configuration
Regarding coding style, gjs is moving in a direction that departs quite
significantly from the established style, in particular when indenting
multi-line array/object literals or method arguments:

Currently we are keeping those elements aligned, while the gjs rules now
expect them to use the regular 4-space indentation.

There are certainly good arguments that can be made for that move - it's
much less prone to leading to overly-long lines, and matches popluar JS
styles elsewhere. But switching coding style implies large diffs which
interfere with git-blame and friends, so in order to allow for a more
gradual change, add a separate set of "legacy" rules that match more
closely the style we would expect up to now.

It also disables the rules for quotes and template strings - the former
because we cannot match the current style to use double-quotes for
translatable strings and single-quotes otherwise, the latter because
template strings are still relatively new, so we haven't adopted them
yet.

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/50
2019-01-28 06:50:45 +01:00
2018-11-14 02:21:07 +01:00
2019-01-28 06:50:45 +01:00
2019-01-20 23:05:23 +00:00
2016-08-19 22:17:07 +02:00
2018-05-24 19:04:07 +02:00
2011-07-09 15:03:17 +02:00
2018-11-14 02:21:07 +01:00
2018-11-13 00:19:45 +01:00

GNOME Shell Extensions

GNOME Shell Extensions is a collection of extensions providing additional and optional functionality to GNOME Shell.

Since GNOME Shell is not API stable, extensions work only against a very specific version of the shell, usually the same as this package (see "configure --version"). The extensions in this package are supported by GNOME and will be updated to reflect future API changes in GNOME Shell.

The GNOME wiki has more information about GNOME Shell Extensions, as well as some general information about GNOME Shell.

Bugs should be reported to the GNOME bug tracking system.

Extensions

  • apps-menu

    Lets you reach an application using gnome 2.x style menu on the panel.

  • auto-move-windows

    Lets you manage your workspaces more easily, assigning a specific workspace to each application as soon as it creates a window, in a manner configurable with a GSettings key.

  • drive-menu

    Shows a status menu for rapid unmount and power off of external storage devices (i.e. pendrives)

  • launch-new-instance

    Changes application icons to always launch a new instance when activated.

  • native-window-placement

    An alternative algorithm for layouting the thumbnails in the windows overview, that more closely reflects the actual positions and sizes.

  • places-menu

    Shows a status Indicator for navigating to Places.

  • screenshot-window-sizer

    Adds a shortcut for resizing the focus window to a size that is suitable for GNOME Software screenshots

  • user-theme

    Loads a shell theme from ~/.themes//gnome-shell.

  • window-list

    Adds a bottom panel with a traditional window list.

  • windowsNavigator

    Allow keyboard selection of windows and workspaces in overlay mode.

  • workspace-indicator

    Adds a simple workspace switcher to the top bar.

License

GNOME Shell Extensions are distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details. Individual extensions may be licensed under different terms, see each source file for details.

S
Description
No description provided
Readme
5.7 MiB
Languages
JavaScript 89.2%
Meson 4.7%
CSS 4.6%
Shell 0.9%
Python 0.6%