Spyder 5.3.3. switch to editor shortcut, copy and paste a file in the project file tree [duplicate] - spyder

I'm on Windows 10 and recently updated to Spyder 5.3.3 standalone version and the keyboard shortcut to switch to the editor pane (default Ctrl+E) will not work no matter what I try, it simply has no effect.
I've tried reinstalling Spyder, resetting everything back to defaults multiple times, changing to different keyboard shortcuts than Ctrl+E, trying to switch to the editor pane while having various other panes selected (different contexts), but nothing helps. I can switch to all other panes (like the console with Ctrl+I, etc) just fine and so far all of the other key shortcuts I'm used to work but this one is the most impactful and I can't get it to work. I opened my previous version of Spyder 4.X and the Ctrl+E works fine from any context as expected.
Any ideas on what the issue could be?

Same issue here, and I think the issue started with the upgrade from 5.3.2 to 5.3.3 only. Before that it still worked.

The issue appears to be version-specific.
Have upgraded from 5.3.3 to 5.4.0, and the shortcut is working again.

Related

Reveal.js does not load in ios9.3

My old iPad (ios9.3) refuses to load any reveal.js slides. It only shows the "Fork me on Github" image on the top corner. I suppose it will be that ios 9.3 does not support some new features of html5+js+css (I am not a developer, my skills are quite limited, so please excuse me if I say something stupid).
I am very interested in using it on an iPad due to the chalkboard plugin.
Any of you know what can be causing the trouble? Could I disable any of these features/files and make it work?
Thank you.
aimar
During all this weekend I was trying to figure out a solution. Finally, I manage to debug iOS safari from my windows laptop following this procedure and found that an "Unexpected identifier" was impeding "chalkboard" plugin to load.
A variable was defined with "let" command that, as I learnt, was not recognized by safari 9. I changed 4 "let"s with 4 "var"s commands in "plugin.js" (chalkboard plugin) and now it works in my old iPad, even with reveal v4.
Now I have another issue with the menus (menu plugin) not showing properly, but I will try also to fix it.

Vscode autocompletion shows if only space bar pressed

I'm using vscode for my flutter application. but, autocompletion only shows up when I pressed space bar first. I'm new to vscode configuration, could you help me ?
I suspect you hit this issue:
https://github.com/Dart-Code/Dart-Code/issues/1374
It's fixed in the latest version of the Dart plugin. If you're still seeing it, please open a new issue on GitHub and I'll take a look. Thanks!

Angular dart on WebStorm. Debug is no more working

It is a week now that I have problems debugging angular dart applications in WebStorm. If I use debug on a console (server) application everything works fine.
I tried to roll back to angular 4.0.0 (on dart 1.24.3), but this didn't help.
I really don't know what kind of info could be useful.
Please, let me know if there is some configuration file that I can print or that could be important in order to fix the problem. I tested a lot of configurations, but, at present, I'm not able to work properly. After filling up my code with print statements, there are some cases where also this practice is not enough.
Edit1:
I have tried to create a sample project. With no DDc and target chrome, the debugger stops but not on all breakpoints. With no DDc and target Dartium, it does not stop.
Edit 2:
I was running my application with target dartium, because with target chrome I had an annoying error that I was not able to catch. Now I got it, and running the project with target chrome, revives the debugger. This is a good new. Just a question, is a problem of release 1.24.3 (Dartium has not been released for this release) or something else? Anyway, if this is a known problem, it wouldn't be better to disable the target dartium on WebStorm when the release is 1.24.3?
Edit 3:
Now the debugger is working, but only on the project you are developing. The imported packages are not stopping on breakpoints. As my project is divided in a lot of packages, I cannot debug approximately 80% of my code.
Am I doing something wrong?
What you are hitting here isn't functionality directly in an Angular Dart or Dart issue, but in the JS Debugger in WebStorm.
Open an issue on YouTrack here: https://youtrack.jetbrains.com/issues
Include not only the version of Angular and the Dart SDK, but also the version of WebStorm, and an example of where breakpoints are not working.
Finally, there is some information in this issue that might help: https://youtrack.jetbrains.com/issue/WEB-30593

Dart Polymer white screen of death?

I have a project that works fine when I view as Javascript but when I boot it in Dartium nothing is shown. There is no errors either. I am not sure what I have done. Even other projects that haven't had their code touched for weeks no longer can be view in Dartium so I assume it's a dodgy package but pubspec only uses browser, polymer, tweenengine.
Thoughts?
I also had that problem yesterday. Deleting Dart Editor + Dartium and installing it again, fixed it for me. A Friend also had that problem, reinstalling also fixed it for him.

Xcode 4.5.x Version Editor shows "No Editor" Message

I recently started a new project with nothing unusual about it. Whenever I go to use the Version Editor I get the message "No Editor" where the text normally would appear. Even stranger, this is the same for all my files except for the Project itself. It actually shows version history properly.
The only thing I've done differently with this project from any others is use Cocos2D and BitBucket (with GIT). Everything else is pretty vanilla.
You should select file and wait for long time.
Sometimes I have same issue with project file. After 3-5 minutes the issue was fixed (editor was loaded) and I can edit the conflict.
The Version Editor has always been pretty buggy.
Try File -> Source Control -> Refresh Status and see if it fixes it.

Resources