jsbain
jsbain
Is it possible to use this keyboard with editors like codemirror or ace? I believe both use hidden textareas for input. I tried, without success... Just loading codemirror seems to...
in `_new_from_class_statement` if a classname on the objc side already exists, the following is thrown: RuntimeError('An Objective-C class named {!r} already exists'.format(name)) While this behavior makes sense for code run...
I am still in last beta 311016, so close if this fixed in app store: I recall in previous versions, when the problem of multiple tabs getting out of sync...
I pushed to plugins, if you guys have a chance to test, that would be good. This is a js based syntax highlighting editor that opens in a panel, so...
I'm not that familiar with git, so don't know if this makes sense or not... But it would be nice to save the master address that we push and pull...
Store command history at end of postcmd. Implement History, !!, !N, and perhaps a few others?
@Phuket2 can you try running tableview_rowheight_tests.py (in same folder as the swizzle and tableview_rowheight.py), and paste the output here?
``` [~/Documents]$ pip install paramiko Querying PyPI ... Downloading package ... Opening: https://pypi.python.org/packages/source/p/paramiko/paramiko-1.16.0.tar.gz Save as: /private/var/mobile/Containers/Data/Application/E9922E54-9052-49C5-ACB1-65A32F95E93E/tmp/paramiko-1.16.0.tar.gz (1335094 bytes) 1335094 [100.00%] Extracting archive file ... Archive extracted. Running setup file ......
``` python [str(h) for h in UIApplication.sharedApplication().keyWindow().rootViewController().accessoryViewController().consoleViewController().history()] ``` exposes the current console command history as a list of strings. This can also be set via ``` UIApplication.sharedApplication().keyWindow().rootViewController().accessoryViewController().consoleViewController().history=['test','ing'] ``` is it...