diff options
author | sakib <[email protected]> | 2019-05-16 01:22:51 +0600 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-16 12:16:00 +0200 |
commit | e022d6cdcfc398d82635610b1694a5b7ec17e794 (patch) | |
tree | 3e2d146fde18a740f44d054c9951acf6fbd15897 /plugins | |
parent | c4dffd769c574184cc7a9bd3eab128ffd6a60801 (diff) | |
download | pluma-e022d6cdcfc398d82635610b1694a5b7ec17e794.tar.bz2 pluma-e022d6cdcfc398d82635610b1694a5b7ec17e794.tar.xz |
add quick open to readme
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/README.md b/plugins/README.md index 7e0d9220..53f19528 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -1,3 +1,3 @@ ## This is the plugins directory for pluma. If you want to write a plugin, you have to put the plugin folder here. Each plugin folder must contain a README file having a brief description of the plugin. See the other folders for better understanding. -**NOTE:** As of now, all Python 2 plugins (external tools, indent lines, python console, snippets) are disabled until they are ported to Python 3 (see PR [#425](https://github.com/mate-desktop/pluma/pull/425)).
\ No newline at end of file +**NOTE:** As of now, all Python 2 plugins (external tools, indent lines, python console, quick open and snippets) are disabled until they are ported to Python 3 (see PR [#425](https://github.com/mate-desktop/pluma/pull/425)).
\ No newline at end of file |