ide

Matplotlib does not update plot when used in an IDE (PyCharm)

筅森魡賤 提交于 2019-12-03 21:30:55
问题 I am new to python and just installed pyCharm and tried to run a test example given to the following question: How to update a plot in matplotlib? This example updates the plot to animate a moving sine signal. Instead of replotting, it updates the data of the plot object. It works in command line but the figure does not show up when run in PyCharm. Adding plt.show(block=True) at the end of the script brings up the figure but this time it wont update. Any ideas? 回答1: The updating in the linked

Is there a way for NetBeans to automatically create brackets in a separate line?

纵饮孤独 提交于 2019-12-03 20:37:06
问题 When I create a new class for instance, I get this: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package helloworld; /** * * @author Sergio */ public class WordManipulations{ } I hate it when brackets are placed this way. Is there a way to make it create things like this: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package helloworld; /** * * @author Sergio */ public class

With what kind of IDE (if any) you build python GUI projects?

心已入冬 提交于 2019-12-03 20:13:57
Is there any IDE (like VS) with drag and drop support for building python GUI, connecting to dbs etc? Eventhough I am an emacs guy, I find it much easier to create GUI with VS. For GUI only, I find VisualWx ( http://visualwx.altervista.org/ ) to be very good for designing wxPython apps under Windows. For GUI + database, dabo ( http://dabodev.com/ ) is probably a good answer. The short answer is "no". There is not a swiss-army-knife like IDE that is both a full-featured Python code-editor and a full-featured WYSIWYG GUI editor. However, there are several stand-alone tools that make creating a

How to rename / move a project in Intellij Idea 12?

霸气de小男生 提交于 2019-12-03 19:19:17
问题 As stated here one can change the name of a project. However, it only changes the name of the project and it will not change the folder structure. As an example if your project is called sample1 and it resides ~/user1/development/IdeaProjects/sample1, the folder location won't be changed to ~/user1/development/IdeaProjects/sample2 if one changes the project name to sample2. 回答1: It seems that one has to right click on the project (after following the instructions to rename the Project), then

Integrating Clang Within NetBeans?

核能气质少年 提交于 2019-12-03 19:02:51
问题 What are the steps involved in integrating Clang within NetBeans? I would like to also see the Clang error and warning messages from within NetBeans. This will be used mainly for developing in C. 回答1: NetBeans 7.2 has supported Clang natively. Just open up Options Window, switch to C/C++ section, and add a new Tool Collection. Type: /usr/bin in Base Directory, and select "CLang" in the combo box. I have been using Clang to build my project, and NetBeans works with Clang perfectly. 回答2: Here

IDE for Swing [closed]

对着背影说爱祢 提交于 2019-12-03 18:32:06
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Is there any IDE that simplifies creating Swing applications (ideally something along the lines of Visual Studio) 回答1: Like others

IDE and Debugger for node.js [closed]

浪子不回头ぞ 提交于 2019-12-03 18:22:15
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I am going to start building project in node.js (was working in PHP before), What is the IDE, Debugger and Helping Tools for node.js, to help improvement while coding ? 回答1: There are several IDEs which support Node.js natively: Desktop-based IDEs WebStorm - popular and extremely powerful IDE for coding web

LLVM C++ IDE for Windows

微笑、不失礼 提交于 2019-12-03 18:18:26
问题 Is there some C/C++ IDE for Windows, which is integrated with the LLVM compiler (and Clang C/C++ analyzer), just like modern Xcode do. I have Dev-Cpp (it uses outdated GCC) and Code::Blocks (with some GCC). But GCC gives me very cryptic error messages. I want to get some more user-friendly error messages from the Clang frontend. Yes, Clang was not able to be used with complex C++ code, but trunk Clang already can compile LLVM itself. So I wonder if is there any of LLVM IDEs in development or

Xcode 4.2 symbol navigator mucked up

狂风中的少年 提交于 2019-12-03 17:32:47
Out of the blue, the "symbol navigator" (second icon from the left in the navigator pane) started just giving me access to a single .h file. The "project navigator" continues to display the entire project. I've tried flipping things back and forth, restarting Xcode, etc, to no avail. It's stuck on that one file. The one clue I have is that the .h file is the only .h in the project's second target, a test target. But I don't see any way to select a target (vs the project) for navigation by the symbol navigator (and I definitely didn't "play with" any settings that might affect this.) Any ideas?

Netbeans autocomplete stopped working?

妖精的绣舞 提交于 2019-12-03 17:20:34
问题 I'm using Netbeans 6.9.1, everything was just fine however suddenly, it has stopped detecting any changes made to the code, e.g new variables, functions, etc. If I try to refactor/rename a variable, e.g by pressing CTRL + R, it says 'Refactoring not available in this context'. Its in a PHP project if that matters. Any ideas? 回答1: Apparently deleting the contents of .netbeans/var/cache/index in your user directory (application data on windows etc) fixed it. 回答2: Since NetBeans 7.2 the cachedir