plugin Bootstrap Completion

Plugins for SynWrite and CudaText...
Post Reply
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

plugin Bootstrap Completion

Post by uvviewsoft »

Plugin for CudaText.
Plugin provides auto-completion for Bootstrap classes, inside

Code: Select all

  class="..."
Supported Bootstrap versions: 2, 3, 4, 5.

For a single caret: completion works as usual.
For multiple carets: the whole attribute value (quoted) will be replaced with the chosen item.
bootstrap_completion.png
Options
-------
Plugin has the option to specify Bootstrap versions to use. Value must be comma-separated numbers like "4" or "3,4".

1) To set it globally, call "Options / Settings-plugins / Bootstrap Completion / Config", and write the option to plugins.ini, like this:
[bootstrap_complete]
versions=4
2) To set it per-project, open dialog "Project properties" (in the context menu of Project Manager), and write the option to the "Variables" field:
bootstrap_complete_versions=4
Author: halfbrained (https://github.com/halfbrained)
Plugin GitHub repo: https://github.com/halfbrained/cuda_bootstrap_complete

Soon it will be published in addons.
Post Reply