ide

Alternative IDE for Silverlight

狂风中的少年 提交于 2019-12-22 08:28:52
问题 I want to play around with silverlight without having to buy a Visual Studio 2008 license. I already used my trial time with Visual Studio, so I'm trying to find another solution. Any thing out there? Thanks 回答1: Visual Web Developer Express SP1 is supported with RC0 and later. Install it first, then install the tools. 回答2: What I heard, you can use VS Express SP1 with Silverlight. 回答3: Use Eclipse Eclipse tools for Microsoft Silverlight check out http://www.eclipse4sl.org/ 来源: https:/

Why doesn't VS 2008 IDE remember my preferences?

限于喜欢 提交于 2019-12-22 07:59:48
问题 This is a very petty question that I'm only asking while compiling... ;) For some reason my VS 2008 IDE doesn't remember my window preferences when I close & reopen - it resets the window widths, locations, appearances etc. Where's the secret switch so that my IDE stays looking the way I want it? 回答1: Try resetting the Visual Studio Tools->Import and Export Settings->Reset All Settings Or devenv.exe /resetsettings 回答2: The window positions are stored in the following file: %APPDATA%

In C#, how can you easily change the name of an event handler?

て烟熏妆下的殇ゞ 提交于 2019-12-22 07:55:31
问题 In VS2008, if I double click on the event handler VS creates a default event handler with a default name, e.g. combobox1_SelectedIndexChanged. Say, for example, i now rename combobox1 to cbStatus. It still has the same event handler, so i now change that to cbStatus_SelectedIndexChanged. Is there a way, where VS can change the initial combobox1_SelectedIndexChange to cbStatus_SelectedIndexChange rather than generate a new cbStatus event handler in addition to the old event handler? Because

IDE autocomplete for pytorch

烈酒焚心 提交于 2019-12-22 07:51:53
问题 I'm using Visual Studio Code. Recently tried out Kite. Both of which doesn't seem to have autocomplete for pytorch. Is is possible with these tools ? If not, can someone suggest an editor that does ? Thank you! 回答1: Use Pycharm https://www.jetbrains.com/pycharm/ Get Community version, because it is free with debugger and autocomplete. (more than enough for student) To get autocomplete and run/debug the code on Pycharm IDE, you have to set correct project interpreter path to your environment

The Author column in the CVS history disappeared from Eclipse

拟墨画扇 提交于 2019-12-22 06:32:49
问题 It happened since yesterday that the Author column in the CVS history disappeared in my Eclipse IDE. I have gone through all the menus in Eclipse and all kinds of Google search but couldn't figured out how to add it back. Does anyone have a clue on it? I am using the latest Eclipse (Helios) on 64-bit Windows 7. I used the following steps to show CVS history: right click the file name under Project Explorer => Team => Show History. Thanks! 回答1: This happened in my eclipse as well.

Komodo IDE 6's slow autocomplete problems with Javascript

假如想象 提交于 2019-12-22 05:54:41
问题 I've been trying out Komodo IDE 6 for the last few days. I've always liked Komodo but I'm starting to get annoyed by something: The autocomplete is way too slow/buggy. Certain variables just won't give any autocomplete tips. Sometimes you have to backspace the dot and try over and over again. It also has a hard time giving autocomplete info for an object that has been created using a class in a namespace. Has anyone else had any problems with these things? Are there any better alternatives?

Is it possible to auto-complete parentheses or quotation marks in emacs?

Deadly 提交于 2019-12-22 05:30:37
问题 I've used XCode and Netbeans, and I've noticed that they have a feature to automatically complete quotation marks or parentheses (and I assume that other IDEs often do this also). I don't know what the name of this feature is, but is there any way to do this in Emacs? For example, when I type printf(" I would like it to automatically input printf("") placing the cursor in between the quotation marks. Thank you. 回答1: The basic variant would be AutoPairs. The same effect but a little more

Delphi IDE treating TFrame as if it were a Form

妖精的绣舞 提交于 2019-12-22 05:16:16
问题 Every once in a while when I am tweaking my TFrame classes (adding properties, methods, etc), the IDE gets confused and acts as if it thinks the frame is a form, complete with header/caption, borders, etc. Yet, clearly the class is declared as a TFrame descendent. Any ideas as to what causes this, how to prevent, and how to fix? I'm using Delphi 2007 Pro. Also note (if it matters), the TFrame descendents are typically registered with the IDE (i.e. on the palette) via a design-time package.

Visual Studio 2017 RC Setup Operation Failed

一个人想着一个人 提交于 2019-12-22 04:42:57
问题 I first tried to install VS 2017 RC and a problem occurred during installation. I tried to repair the installation but while it was repairing - my computer blue screened (probably unrelated to installation I was running a lot of programs). Now, whenever I try to install VS 2017 - it instantly gives me this error log and says 'Setup operation failed'. What do I do to fix this? Error log: [29cc:0004][2016-12-22T07:39:53] Error 0x80004003: at Microsoft.VisualStudio.Setup.Cache.InstanceRepository

How do I successfully use VIM as an external editor for Code::Blocks?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-22 04:40:52
问题 I really like Code::Blocks for its build system and step through debugging abilities - ie I really enjoy using wrappers to gcc/gdb more than using them from Makefiles or the command line. The problem is, I'm so brain damaged (or spoilt, some might say) by years of VIM use that I cannot edit in a standard Windows text editor. So, I setup Code::Blocks to use VIM as the file handler for .cpp/ .c/*.h and along with VIM's --server-name and --remote-tab options can right-click files in my C::B