HTML Enhancements

Support for some small features for HTML.

Лицензия

Лицензия

Категории

Категории

NetBeans Инструменты разработки IDE Сеть
Группа

Группа

com.junichi11.netbeans.modules
Идентификатор

Идентификатор

netbeans-html-enhancements
Последняя версия

Последняя версия

0.6.0
Дата

Дата

Тип

Тип

nbm
Описание

Описание

HTML Enhancements
Support for some small features for HTML.
Ссылка на сайт

Ссылка на сайт

https://github.com/junichi11/netbeans-html-enhancements
Система контроля версий

Система контроля версий

https://github.com/junichi11/netbeans-html-enhancements

Скачать netbeans-html-enhancements

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

About

This is a NetBeans Plugin for small HTML features.

Features

  • width and height completion for a img tag
  • insert as HTML action
  • update image size action

Width And Height Completion for img Tag

You must write src attribute before with and height attributes.

<img src="../../../assets/img/pic.png" width="[ctrl + space]" height="200"/>
<img src="http://junichi11.com/foo/img/pic.jpg" width="[ctrl + space]" />

If don't work well, please, push esc key.

Insert as HTML Action (Image files)

Support for multiple image files.

  1. move caret to position that you want to insert on Editor
  2. choose image files on Project pane (order in which you want to insert)
  3. Right-click > Insert as HTML
<img src="../../../assets/img/pic1.png" width="100" height="200"/>
<img src="../../../assets/img/pic2.png" width="100" height="200"/>

Update Image Size Action

You can update/insert image size(width/height) of a img tag.
Default shortcut is Ctrl + Alt + U.
If you would like to change shortcut, Please search "Update" on KeyMap Option(Tools > Options > KeyMap).

Donation

https://github.com/sponsors/junichi11

License

Apache License, Version 2.0

Версии библиотеки

Версия
0.6.0
0.5.0