Skip to content

Commit

Permalink
Version 2024.03.22
Browse files Browse the repository at this point in the history
- Modified manifest.ini to be compatible with NVDA 2024.1;
- Added check translation.
  • Loading branch information
ruifontes committed Mar 23, 2024
1 parent 1a777c5 commit 31d121f
Show file tree
Hide file tree
Showing 11 changed files with 336 additions and 18 deletions.
8 changes: 4 additions & 4 deletions 2024.1.4.json → 2024.3.22.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"displayName": "Regists blocks of text frequently used",
"URL": "",
"description": "Stores and make possible the entry of frequently used blocks of text. Command: Windows+F12.",
"sha256": "ec6a5645d959562f0b29f3ddc27d8c02e2dd01571260ae2c25597a4768608aee",
"sha256": "d0fde2ff122e683f745ad9f5ad1b16a85d32ae76e7a128bbbd5ea2c362a6d34d",
"homepage": "https://github.com/ruifontes/frequentText",
"addonVersionName": "2024.01.04",
"addonVersionName": "2024.03.22",
"addonVersionNumber": {
"major": 2024,
"minor": 1,
"patch": 4
"minor": 3,
"patch": 22
},
"minNVDAVersion": {
"major": 2019,
Expand Down
2 changes: 1 addition & 1 deletion addon/GlobalPlugins/frequentText/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def onChangeBlocks(self, evt):
paste = blocks[name]
oldBlock = ""
for x in range(len(paste)):
oldBlock += ("%s \n")%paste[x]
oldBlock += ("%s\n")%paste[x]
x = x+1
self.dialogActive = True
# Translators: Message dialog box to change a block of text.
Expand Down
35 changes: 35 additions & 0 deletions addon/doc/cs/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#Častý text #


## Informace
* Autoři: Rui Fontes, Ângelo Abrantes a Abel Passos Júnior, podle díla Marcose Antónia de Oliveira
* Aktualizováno 22.03.2024
* Stáhnout [stabilní verze][1]
* Kompatibilita: NVDA verze 2021.1 a novější


## Prezentace
Tento doplněk poskytuje způsob, jak rychle vkládat bloky textu, který často píšete, do dokumentů, které píšete.
Pro lepší uspořádání textových bloků je lze seskupit do kategorií.
Je možné nastavit kategorii jako výchozí pro rychlý přístup k jejím blokům.


## Použití
Chcete-li začít používat tento doplněk, budete muset nastavit kategorie a vyplnit bloky textu, které chcete použít.
Nejprve stiskněte Windows+f12. Tento příkaz můžete upravit v dialogovém okně "Vstupní gesta" v sekci "Úprava textu".
Zobrazí se dialogové okno, kde se zobrazí existující kategorie. Při prvním použití byste měli stisknout Enter nebo TAB na tlačítko "Přidat" a aktivovat jej, abyste vytvořili kategorie, které chcete použít.
S vybranou kategorií, stisknutím Enter nebo aktivací tlačítka "Zobrazit bloky" se zobrazí dialogové okno s textovými bloky v této kategorii.
Kromě možností „Přidat“ a „Zobrazit bloky“ máte také možnosti „Přejmenovat“, „Nastavit jako výchozí“ a „Odstranit“.
Když se otevře dialogové okno bloků pro kategorii, zobrazí se všechny existující bloky.
Chcete-li otevřít seznam blokování výchozí kategorie, nebo pokud chybí, první kategorie v seznamu kategorií, stiskněte Control + Windows + F12.
Pokud neexistují žádné bloky, měli byste stisknout Enter nebo TAB pro přístup k tlačítku "Přidat" a jeho aktivaci, abyste vytvořili požadované bloky.
V prvním dialogu zadejte název bloku a stiskněte Enter nebo aktivujte tlačítko "Ok".
Zobrazí se dialogové okno pro zadání bloku textu.
Zadejte požadované řádky a po dokončení stiskněte Tab a aktivujte tlačítko „OK“.

Chcete-li vložit blok textu do editačního pole, stačí blok vybrat a stisknout Enter.

V dialogovém okně doplňku můžete také přejmenovat, změnit obsah, přesunout se do jiné kategorie, odstranit blok textu nebo se vrátit do dialogu kategorií.


[1]: https://github.com/ruifontes/frequentText/releases/download/2024.03.22/frequentText-2024.03.22.nvda-addon
4 changes: 2 additions & 2 deletions addon/doc/de/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Information
* Autoren: Rui Fontes, Ângelo Abrantes und Abel Passos Júnior, basierend auf der Arbeit von Marcos António de Oliveira
* Aktualisiert am 04.01.2024
* Aktualisiert am 22.03.2024
* [stabile Version] herunterladen[1]
* Kompatibilität: NVDA-Version 2021.1 und höher

Expand Down Expand Up @@ -32,4 +32,4 @@ Um den Textblock in ein Bearbeitungsfeld einzufügen, wählen Sie einfach den Bl
Im Add-on-Dialogfeld können Sie auch umbenennen, den Inhalt ändern, zu einer anderen Kategorie wechseln, den Textblock löschen oder zum Kategoriendialog zurückkehren.


[1]: https://github.com/ruifontes/frequentText/releases/download/2024.01.04/frequentText-2024.01.04.nvda-addon
[1]: https://github.com/ruifontes/frequentText/releases/download/2024.03.22/frequentText-2024.03.22.nvda-addon
4 changes: 2 additions & 2 deletions addon/doc/es/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Información
* Autores: Rui Fontes, Ângelo Abrantes y Abel Passos Júnior, basado en el trabajo de Marcos António de Oliveira
* Actualizado el 04/01/2024
* Actualizado el 22/03/2024
* Descargar [versión estable] [1]
* Compatibilidad: NVDA versión 2021.1 y posteriores

Expand Down Expand Up @@ -31,4 +31,4 @@ Para pegar el bloque de texto en un campo de edición, simplemente seleccione el
En las opciones del complemento también puede cambiar el nombre, cambiar el contenido, pasar a otra categoría, eliminar el bloque de texto o volver al diálogo de categorías.


[1]: https://github.com/ruifontes/frequentText/releases/download/2024.01.04/frequentText-2024.01.04.nvda-addon
[1]: https://github.com/ruifontes/frequentText/releases/download/2024.03.22/frequentText-2024.03.22.nvda-addon
4 changes: 2 additions & 2 deletions addon/doc/pt_BR/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Informações
* Autores: Rui Fontes, Ângelo Abrantes e Abel Passos Júnior, baseado no trabalho de Marcos António de Oliveira
* Actualizado em 04/01/2024
* Actualizado em 22/03/2024
* Descarregar a [versão estável][1]
* Compatibilidade: NVDA versão 2021.1 e seguintes

Expand Down Expand Up @@ -32,4 +32,4 @@ Para colar o bloco de texto num campo de edição, seleccione o bloco e pression
Na caixa de diálogo da lista de blocos também pode renomear, alterar o conteúdo, mudar de categoria, eliminar um bloco de texto, ou voltar para a caixa de diálogo das categorias.


[1]: https://github.com/ruifontes/frequentText/releases/download/2024.01.04/frequentText-2024.01.04.nvda-addon
[1]: https://github.com/ruifontes/frequentText/releases/download/2024.03.22/frequentText-2024.03.22.nvda-addon
4 changes: 2 additions & 2 deletions addon/doc/pt_PT/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Informações
* Autores: Rui Fontes, Ângelo Abrantes e Abel Passos Júnior, baseados no trabalho de Marcos António de Oliveira
* Actualizado em 04/01/2024
* Actualizado em 22/03/2024
* Descarregar a [versão estável][1]
* Compatibilidade: NVDA versão 2021.1 e seguintes

Expand Down Expand Up @@ -32,4 +32,4 @@ Para colar o bloco de texto num campo de edição, seleccione o bloco e pression
Na caixa de diálogo da lista de blocos também pode renomear, alterar o conteúdo, mudar de categoria ou eliminar um bloco de texto, ou voltar para a caixa de diálogo das categorias.


[1]: https://github.com/ruifontes/frequentText/releases/download/2024.01.04/frequentText-2024.01.04.nvda-addon
[1]: https://github.com/ruifontes/frequentText/releases/download/2024.03.22/frequentText-2024.03.22.nvda-addon
4 changes: 2 additions & 2 deletions addon/doc/tr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## bilgiler:
* Yazarlar: Rui Fontes, Ângelo Abrantes ve Abel Passos Júnior, Marcos António de Oliveira'nın çalışmasına dayanarak.
* 04/01/2024'de güncellendi
* 22/03/2024'de güncellendi
* [Kararlı sürümü indirin][1]
* Uyumluluk: NVDA sürüm 2021.1 ve sonrası

Expand Down Expand Up @@ -32,4 +32,4 @@ Metin bloğunu bir düzenleme alanına yapıştırmak için bloğu seçin ve Ent
Eklenti iletişim kutusunda ayrıca yeniden adlandırabilir, içeriği değiştirebilir, başka bir kategoriye geçebilir, metin bloğunu silebilir veya kategoriler iletişim kutusuna geri dönebilirsiniz.


[1]: https://github.com/ruifontes/frequentText/releases/download/2024.01.04/frequentText-2024.01.04.nvda-addon
[1]: https://github.com/ruifontes/frequentText/releases/download/2024.03.22/frequentText-2024.03.22.nvda-addon
Loading

0 comments on commit 31d121f

Please sign in to comment.