This website requires JavaScript.
Explore
Help
Sign In
itdominator
/
Newton-Editor
Watch
1
Star
0
Fork
0
You've already forked Newton-Editor
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bc3fe1eee1c7a1983911d471b4cd83de94fec7cd
Newton-Editor
/
plugins
/
code
/
autopairs
/
manifest.json
8 lines
120 B
JSON
Raw
Normal View
History
Unescape
Escape
initial commit
2026-01-04 11:42:27 -06:00
{
"name"
:
"Autopairs"
,
"author"
:
"ITDominator"
,
"version"
:
"0.0.1"
,
"support"
:
""
,
refactor(command-system): standardize command execution with *args/**kwargs - Refactor exec_with_args to use *args/**kwargs instead of tuple arguments - Add *args/**kwargs to all command execute functions for consistency - Support multiple key bindings per command in registration - Add character-based key binding support via get_char() in KeyMapper - Make execute_plugin async and use asyncio.run for plugin execution - Use MIME type from Gio content_type instead of language for ftype
2026-02-24 22:30:44 -06:00
"requests"
:
{
}
}
Reference in New Issue
Copy Permalink