Mohammadreza Rezaie
Mohammadreza Rezaie
Hi, I'm just curious to know whether you have any plan to add this functionality to your future release. Your current C3D parser (EZC3D) is able to extract these data...
Hi, I intended to post this issue and found this. In both Python and MATLAB setting `setComputeMoments` to "true" doesn't take any action and I have to adjust it manually...
Hi, I'm looking for this behavior. > To send code blocks while the cursor is somewhere within the block, rather than at the top Could you please guide me how...
Thanks @fredcallaway I removed the standard one and installed yours using `Add Repository` and `Install Package`. Now SendCode exists in this directory: `Roaming\Sublime Text\Packages`. Then, I updated the keymap file....
This is the error: command: send_code {"cell": true} Traceback (most recent call last): File "F:\Sublime Text\Lib\python33\sublime_plugin.py", line 1488, in run_ return self.run(edit, **args) File "C:\Users\mrr\AppData\Roaming\Sublime Text\Packages\SendCode\send_code.py", line 100, in run...
Yes, I did. But this error was before that one: reloading python 3.3 plugin SendCode.send_code Traceback (most recent call last): File "F:\Sublime Text\Lib\python33\sublime_plugin.py", line 308, in reload_plugin m = importlib.import_module(modulename)...
Thanks @fredcallaway. It is loaded successfully and when I press ctrl+enter, the cursor moves to the next cell, but nothing moves to terminus. This error also appears in the console:...
Oh Sorry, my bad. I didn't adjust the settings. This is working as expected and I deeply appreciate that.
Is it possible to set the `auto_advance` in the args? So that users can create a keymap to "run" or "run and advance".
Oh, thank you so much. That's really great.