Quotation

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 1372
Joined: Sun May 14, 2017 1:48 am

Quotation

Post by AZJIO »

Quotation

Download: yandex

Image

Saves selected texts quickly.

1. Select the text and press Ctrl+J
2. A preview window will appear with the inserted text. Use the keyboard arrows to select where to save. Esc - cancel, Enter - Ok.

Currently there are 2 save modes. The first mode saves to a shared file, the second mode saves to separate files. You can add the number of places to save by specifying a section in the ini file
AZJIO
Addict
Addict
Posts: 1372
Joined: Sun May 14, 2017 1:48 am

Re: Quotation

Post by AZJIO »

Update. v0.3
BarryG
Addict
Addict
Posts: 3330
Joined: Thu Apr 18, 2019 8:17 am

Re: Quotation

Post by BarryG »

What is this for?
AZJIO
Addict
Addict
Posts: 1372
Joined: Sun May 14, 2017 1:48 am

Re: Quotation

Post by AZJIO »

More than once they were asked to write a program to copy the selected text and save it to files (link1, link2, link3). I used to do it on AutoIt3, now I did it on PureBasic. But now it is possible to save to separate files.

For example, you select a code fragment on a forum and press a hot key, this code is automatically saved to a file with the requested name, or a date or a counter is used. Saved in folder 2022.08, but you can set a different format. You do not need to do it by hand when creating a file, open and copy and save. Everything is done automatically.

You can copy links to the linkbase. In general, you save any information to a file. You just need to use the up arrow or down arrow to select the save location and press Enter. You can also save without preview.

The archive has a help file (UTF-8) with a detailed description, you can translate it in Google.
Post Reply