ide

Eclipse Project Types Definition/Configuration

谁都会走 提交于 2019-12-13 07:45:26
问题 I am trying to work with a modified version of eclipse that has it's own different project types. For some project types when I Create a project, restart and then delete(with the delete from disc not checked) the project I get the following error: org.eclipse.core.internal.resources.ResourceException: Resource '/projectName' does not exist. at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:341) at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource

Android Studio 2.1.1, fully up-to-date, IDE just crashed, and my project files disappeared

我的未来我决定 提交于 2019-12-13 07:10:31
问题 So, the IDE crashed, prompted me to "Send a Crash Report" then closed. When I reopened my project, no files were visible. I checked the project folder and there's nothing there, only the .idea folder. All gone! Undelete tools find nothing... A day's work gone! I've searched this group but found nothing helpful... Is there a solution to this? Where are my files? And why would an IDE crash wipe my files? 回答1: After some digging around on my Hard Drive I noticed that said missing files were in a

Delphi XE not finding a BPL

徘徊边缘 提交于 2019-12-13 07:01:32
问题 I'm having trouble in Delphi XE, I have a project which uses QRDesign (part of QuickReports). The error I'm getting when I view a unit that uses QRDesign is: "The program can't start because QRDBASE_DXE.bpl is missing from your computer. Try reinstalling the program to fix this problem." If I don't open the unit everything compiles fine. Interestingly if I uninstall this and another package (dclqrd_DXE.bpl - also part of QRDesign), restart the IDE, recompile and reinstall these packages it

IntelliJ Idea: Align on Colon for Scala Case Class Members?

元气小坏坏 提交于 2019-12-13 06:45:53
问题 Is there a way to prevent Idea from reformatting multiline case class members? Intended result (position of the colon is not so important, but the alignment of the type annotations would be great) case class ApiError( timestamp : LocalDateTime, status : Int, code : Option[String], message : String ) I've spent some time in the Code Styling settings for Scala and am stuck with code styling like this: case class ApiError( timestamp: LocalDateTime, status: Int, code: Option[String], message:

FlashBuilder workspace update issues

南笙酒味 提交于 2019-12-13 06:31:21
问题 When working on several AS3 projects that share a common code base, FlashBuilder seems to be losing workspace data when switching from one project to the next. I will often get a message that such class could not be found , when the class is actually in the path but was probably modified in the previous project. To fix this error, I find myself having to remove the external library folder , restart FB, then re-add the library folder and all is well. Please tell me there's another way to

Turn off autocomplete in PhpStorm

最后都变了- 提交于 2019-12-13 05:10:03
问题 Right now if I type in $ into Jetbrains PhpStorm IDE, it will display a whole bunch of suggestions (e.g. variables that have already been declared) which slows down my typing. Is there a way to configure PhpStorm to NOT do this? In other words, turn off auto-complete or only do auto-complete if I press Ctrl + Space and not when I just type in $ ? 回答1: Disable code completion? See Settings/Preferences(depends on OS) - IDE Settings - Editor - Code Completion There you should find an option

Generate getter/setter, hashcode/equals, toString in one template in Intellij

别来无恙 提交于 2019-12-13 04:52:04
问题 It is possible to generate getter/setter, hashcode/equals, toString in one click? Right now I have to choose each one separetely. 回答1: No, it's not possible. Each of the generators has a distinct UI where you need to specify the details of the methods you need, so it wouldn't save any significant effort if the generators were combined. 来源: https://stackoverflow.com/questions/30490265/generate-getter-setter-hashcode-equals-tostring-in-one-template-in-intellij

Recommended Mac SQLite IDEs? [closed]

血红的双手。 提交于 2019-12-13 04:12:26
问题 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 . Are there any free Mac OSX IDEs for SQLite that you would recommend? I've seen some answers on SO from 2009 and 2010, but nothing

How to preserve code folding when formatting source

自作多情 提交于 2019-12-13 03:59:49
问题 See also this question: How do I avoid expanding folded regions when I invoke the code formatter? This is not a dupe, because I'm interested in solving the problem using the ToolsApi. When I press CTRL + D the code formats nicely (mostly) . But all my folded code sections get unfolded. Is there a way to keep these sections folded. If not, is it possible to save the code folding info prior to formatting, so I can restore it later? I'm thinking of writing IDE-addin using the Open Tools api. I'm

Visual Studio 2005 Macros stop working when Visual Studio 2008 is installed

限于喜欢 提交于 2019-12-13 03:54:55
问题 I have a number of macros written for Visual Studio 2005, but they have since stopped working once I installed Visual Studio 2008 on my computer. No error is returned by the macro when I try and run it, and the environment merely shows the hourglass for a second and then returns to the normal cursor. Currently uninstalling one or the other is not possible, and I am wondering if there is anyway to get the macros to work again? 回答1: You may need to install (reinstall) VS 2005 SP1, since a