ide

C++ IDE for Linux with smart reference searching

安稳与你 提交于 2019-12-23 09:25:52
问题 Is there an IDE supporting C++ with REALLY smart searching of references? By 'reference' I mean usage of a class (or its member), variable, function in the whole Project or Workspace. There's lots of IDE providing it. Some of them seem just to search for the text with same name giving lots of stuff, others are smarter and check the context (like class boundaries, namespace) but aren't accurate enough. The best I've tried so far was Visual SlickEdit, but still there's more to wish. class C1 {

Webstorm generator function not accepted

断了今生、忘了曾经 提交于 2019-12-23 09:20:11
问题 I'm trying to use iojs with koa , what works well. But Webstorm doesn't accept the generator functions as valid. /** gets marked as syntactically invalid code */ app.use(function *() { this.body = 'Hello World'; }); My actual version is Webstorm 9 . Is there maybe a workaround? I couldn't find a matching option for it. 回答1: Go to the Preferences > Languages & Frameworks > JavaScript and chose ECMAScript 6 for JavaScript language version . 来源: https://stackoverflow.com/questions/28131742

How can I prevent Xcode 4.2 from filling my boot drive with preamble.pch files?

时光怂恿深爱的人放手 提交于 2019-12-23 09:17:47
问题 There's an issue in Xcode 4.2, where Xcode will fill my boot drive with tens of GB of preamble.pch-****** files, someplace within /private/var/folders/ . Does anybody know how to prevent this from happening? This means I have to manually empty these files every few hours (quitting/restarting Xcode if necessary), to prevent my boot drive from filling up. I'd (likely) rather revert to the old behavior than create some script or program to systematically remove these every hour, if possible.

Delphi XE4 “class not found” but compiles fine

百般思念 提交于 2019-12-23 09:11:21
问题 The GUI for my company's main product was written in Delphi in the late '90's, and has been updated to Delphi 2007. I'm working with a group to update the Delphi 2007 to XE4. We still use a number of components from ADL VCL (similar to DevExpress, but now defunct), but have not installed the entire package. Rather, we have the files we need located in a folder seperate from our project folder, and have the path to these files specified in: Tools-Options-Library-browsing path and Project

Disable Intellisense in XAML Editor in VS2008?

时光总嘲笑我的痴心妄想 提交于 2019-12-23 09:07:33
问题 Is there a way to disable Intellisense in the XAML editor in Visual Studio 2008? It is often a big performance drain while typing, and sometimes I'll sit for ten or more seconds waiting while the list automatically popups up. It appears that in Options->Text Editors->XAML, the Intellisense section is section is unavailable (grayed out). We open documents in Full XAML View, and don't use any third party enhancements. It's so bad that sometimes I'll just open the file elsewhere and edit what I

How to change the background or foreground color of the visual studio 2010 tooltip

与世无争的帅哥 提交于 2019-12-23 08:55:29
问题 I need to change the tooltip in visual studio 2010 when you hover your mouse over a code item when not debugging. Obviously I am trying to theme my VS to be dark, but I cant seem to change this setting. I have Powertools, Visual Assist X and Color Theme editor installed. I can rule out Color Theme editor colors because it has a global edit function where I can make every setting black and it does not change. I have tried Tools->Options->Environment->Fonts and Colors->Signature Help Tooltip

Is jEdit usable as an IDE? [closed]

元气小坏坏 提交于 2019-12-23 08:13:24
问题 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 6 years ago . After some frustration with other text editors, I recently discovered jEdit. It seems like a light-weight editor that has so many

Is jEdit usable as an IDE? [closed]

情到浓时终转凉″ 提交于 2019-12-23 08:12:03
问题 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 6 years ago . After some frustration with other text editors, I recently discovered jEdit. It seems like a light-weight editor that has so many

Is jEdit usable as an IDE? [closed]

情到浓时终转凉″ 提交于 2019-12-23 08:12:01
问题 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 6 years ago . After some frustration with other text editors, I recently discovered jEdit. It seems like a light-weight editor that has so many

What is a good IDE for Java programming on a low end laptop? [closed]

天大地大妈咪最大 提交于 2019-12-23 07:59:08
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 4 years ago . i have to work away from my desktop computer from time to time (for instance on trips). It is a low end laptop. I can use Eclipse but it is awfully slow. Is there a better choice? If possible not something like vi oder emacs. Laptop: 512 MB DDR RAM Intel Pentium M 760 2.0 GHz