ide

Change number of Recent Projects displayed on VS2010 Start Page

徘徊边缘 提交于 2019-12-04 14:59:34
问题 Ok, I had VS2010 Start Page set up to display 20+ projects in the Recent Projects section, but while I was messing around with theming and importing/exporting settings I seem to have reset it back to its default of 10, and I can't locate where that setting is. Does anyone know where the setting for number of recent projects on the start page , not the File menu, is located? I've changed the values in tools\options, environment to be 24 (the maximum) for both items in the recent files section

NetBeans IDE under Oracle

大兔子大兔子 提交于 2019-12-04 14:41:42
I'm a bit freaked about what I just read. I did some research, as I want to start programming in Java, and I came to the conclusion that NetBeans is the best IDE for me because of its capable Swing GUI Designer and powerful reporting with Jasper Reports (iReport). Yet Oracle (who will soon buy Sun) doesn't seem to care about NetBeans. As I will start building appz in Java no too long from now, I would like to know your opinion on the following matter: Shall I continue using NetBeans in spite of the rumours that Oracle will discontinue it or shall I make another the IDE of choice? PS: Basically

How to automate new gmail UI to send email by using Selenium IDE?

烂漫一生 提交于 2019-12-04 14:37:04
问题 The current gmail UI has changed, it opens in a pop up DIV and the ID parameters are changing for each new compose window. Can anyone try to give me the code? 回答1: You can do all using XPath (find using By.xpath("xpath expression") ): Open the gmail page Login as usual Click on compose button (its XPath expression: "//div[text()='COMPOSE']" ) (The email dialog will pop up) Type (send keys) the addesses in the "To" text area: "//textarea[@name='to']" Type (send keys) the subject to the

Using Docker for development and sharing dependencies for features such as IDE auto-completion

£可爱£侵袭症+ 提交于 2019-12-04 14:19:04
Say we have a Docker container with all the dependencies that our application needs, and the code for the application lives on a shared volume. This seems to be a common setup to reasonably isolate the application and its dependencies. Now say we edit the code located on the shared volume using a locally installed IDE. How can the IDE find the dependencies (which are not installed on the shared volume) for features such as auto-completion to work? I'm aware of certain IDEs such as PyCharm that has built-in support for Docker but I'm curious if there is another method for "sharing" dependencies

Question How to invalidate/refresh the VS IDE designer for C#?

╄→гoц情女王★ 提交于 2019-12-04 14:03:35
问题 I have CustomForm inherited from Form which implements a boolean property named Prop . The forms I'll be using will inherit from CustomForm . This property will do some painting and changes (if it's enabled) to the form. However, this is not working as it should, the VS IDE designed is not being refresh to show the changes. But if I press Ctrl+Shift+B (Menu: Build » Build Solution) the VS IDE will refresh, the form designer will even disappear for a split second and will redraw itself with

CLion disable C++98 mode in favour of C++11

大兔子大兔子 提交于 2019-12-04 13:26:45
问题 I'm trying to compile some code using C++11 only syntax in JetBrains CLion, so I wish to disable C++98 mode. I followed the instructions accordance of this StackOverflow question, but am unable to get it working. In order to achieve this goal, I went to ALT + SHIFT + F10 and passed the argument -std=c++11 in Program Arguments . Upon building again, C++98 mode still seems to be enabled. /cygdrive/c/Users/Zarthus/Documents/test/command.cpp: In constructor 'Command::Command(std::vector<std:

Integration between OpenCV and QT

别来无恙 提交于 2019-12-04 13:04:58
问题 I'm completely newbie to QT and OpenCV development - Acutally C++ in general. I would like to develop one application with OpenCV and create its interface with Qt. What I'm not getting is, how do I integrate both parts? I mean, to develop java I use only eclipse which gives me JFrame and other Classes for both GUI and App development. To work with OpenCV I added the C++ IDE; But even that QT has its IDE, May I fully work with Eclipse importing Qt Libraries to develop the GUI of my application

How to use PHPdoc in Eclipse

为君一笑 提交于 2019-12-04 13:04:28
We are currently in the beginning of a new project, and would like to (for once) comment as much as possible from the start to help future development. I have tried to find out what best practices are of using phpDoc in Eclipse, but with pretty slim results. Can you share your best practices and tricks of using phpDoc to comment stuff in Eclipse? There is no "real standard" about what should be commented and how, but some tags are used by pretty much anyone who comments his code. For instance, I generally use at least : a short descriptions optionnally, a long description @param type name

Setting up eclipse for windows driver development

谁都会走 提交于 2019-12-04 12:54:19
I am trying to write a user-mode windows(XP, Vista & 7) virtual printer driver using WDK 7.1.0 . I plan to use eclipse IDE for development, so wanted to know if I can set it up for the same. I am looking to do following:- 1) Eclipse to recognize win32 apis (C and C++) and hence provide features like autocompletion for its function names 2) Eclipse to use compiler provided with WDK 3) Debug the code through eclipse (Not sure if this is possible or not) OR would you suggest some other development environment for windows driver development ? Definitely you should use MS Visual Studio with

How to Fix Module Not Installed Error in BB10 IDE

让人想犯罪 __ 提交于 2019-12-04 12:45:51
Is it possible to fix module not installed error in BB10 IDE? Attached is screenshot of error to explain it a bit. Note: There is a similar question on SO which is kind of asking the same question (still not found correct answer yet) - blackberry cascades mapview nonesuchnick This is a currently a known issue with the QML preview in the Momentics IDE. It only supports the core cascades components. I answered a similar question here: blackberry 10 Unresolved inclusion <QObject> 来源: https://stackoverflow.com/questions/14509268/how-to-fix-module-not-installed-error-in-bb10-ide