generated from nvdaaddons/AddonTemplate
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Corrected small bug in ordering folders; - Set compatibility to NVDA 2024.1.
- Loading branch information
Showing
11 changed files
with
124 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Regists, manage and allow to paste frequently used blocks of text | ||
# Shortcut: WINDOWS+F12 | ||
# written by Rui Fontes <[email protected]>, Ângelo Abrantes <[email protected]> and Abel Passos do Nascimento Jr. <[email protected]> | ||
# Copyright (C) 2020-2023 Rui Fontes <[email protected]> | ||
# Copyright (C) 2020-2024 Rui Fontes <[email protected]> | ||
# This file is covered by the GNU General Public License. | ||
# See the file COPYING for more details. | ||
|
||
|
@@ -27,7 +27,7 @@ | |
addonHandler.initTranslation() | ||
|
||
# Global vars | ||
_ffIniFile = os.path.join(os.path.dirname(__file__), "frequentText.ini") | ||
_ffIniFile = os.path.abspath(os.path.join(globalVars.appArgs.configPath, "frequentText.ini")) | ||
config = ConfigObj(_ffIniFile, list_values = True, encoding = "utf-8") | ||
defCatg = 0 | ||
category = 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.