Notepad++ Quicktext

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications

Moderator: Rathinagiri

Post Reply
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Notepad++ Quicktext

Post by Pablo César »

Quicktext is a Notepad++ plugin for text substitution with multi field inputs. Using TAB allows code segment to be inserted quickly. The plugin also has option for Add/Modify quick tags, which changes the QuickText.ini file.
In this demo is used QuickText.v0.2.1.



Small and efficient and gets the job done.

It works just as intended and much more.

Recommended!
Last edited by Pablo César on Wed Nov 09, 2016 1:34 pm, edited 1 time in total.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Notepad++ Quicktext

Post by Pablo César »

The Quicktext is very useful also among many plugins, practical and simple to use but it makes a lot of time editing the source code.

I got to include several tags that will be very useful, some few are in Harbour and most in HMG. As was mentioned in the video, use the Quicktext to reproduce examples of components such as: MAIN WINDOW BUTTONS, Grid, COMBOBOX, etc ... These tags are in UPPER case, because I really like to use CamelCase my editions. But if the use of the TAB is bothering you, can replace by ALT + ENTER combined keys at Settings \ Shortcut mapper \ Plugin commands TAB (Replace Tag item) or you can change tags from UPPER to lower case as you wish because all entries are in sensitive case. ;)

So in attached file, are configuration files (instructions in Readme file to install it).
QuickText.v0.2.1.rar
(90.46 KiB) Downloaded 669 times
TAG list inputed: (click on "Show" button below)
ACTIVEX
ALTERNATE
ANIMATEBOX
BROWSE
BUTTON
CHECKBOX
CHECKBUTTON
COMBOBOX
CONSOLE
CREATE
DATEPICKER
DEFAULT
DELETED
EDITBOX
FILETOARRAY
FRAME
GRID
HYPERLINK
IMAGE
IPADDRESS
ISNUMERIC
LABEL
LISTBOX
MAIN
MONTHCALENDAR
PANEL
PLAYER
PRAGMA
PROGRESSBAR
RADIOGROUP
RICHEDITBOX
SLEEP
SLIDER
SPINNER
TAB
TEXTBOX
TIMER
TREE
VDIR
Important note: Some time there is a conflict with Alt-Enter hotkeys that probably was reserved for other functions of NPP. In case is not working properly, please check if is in red color in Settings/Shortcut mapper and change it.
NPP2.png
NPP2.png (55.69 KiB) Viewed 5724 times
Rgds
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Tiger
Posts: 70
Joined: Mon Aug 31, 2015 11:28 am
Location: Taipei

Re: Notepad++ Quicktext

Post by Tiger »

Hi Pablo,

I referred to the quicktext.ini that you provided ;) and transfer it to another format, so that it can be used with another plug tools "FingerText" .
Attachments
FingerText - 0.5.60.zip
(476.08 KiB) Downloaded 334 times
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Notepad++ Quicktext

Post by Steed »

Thnaks
Post Reply