This repository has been archived by the owner on Apr 1, 2020. It is now read-only.
1.5.1 (2018-05-28)
pythonista_startup.py
sample - executemain
only ifappex.is_running_extension()
is false- Black Mamba supports Pythonista >= 3.2 & Python >= 3.6 only
- Keyboard shortcuts added to Pythonista 3.2 removed
- Removed
script/new_tab.py
, it was there just forCmd T
- Black Mamba fails to initialize if you do use with Pythonista < 3.2 || Python < 3.6
outline_quickly.py
- Added support for
async
functions - Added support for
TODO
andFIXME
- Supported variants
TODO
,TODO:
,[TODO]
, case insensitive - re for TODO
'\A.*#\s*\[?(?i:TODO)\]?[ :]*(?P<text>.*?)\s*\Z'
as an example - Square brackets because of ligatures in Pragmata Pro
- Not perfect, matches if it's in the string, but it's good enough for now
- Supported variants
- Added support for
forum-copy-code.py
script added- Allows you to copy code elements from the forum
blackmamba.framework.security
- Fixed InternetPassword query (check for not empty auth type)