ide

Can't Edit JFrame Form after NetBeansUpdate

左心房为你撑大大i 提交于 2019-12-07 14:50:09
问题 Lately, I've been working on a project in NetBeans using the GUI editor that's built in. Before I noticed that it generated an XML ".form" file that didn't appear in the Project Explorer Pane which makes sense. Earlier I was working on the form in the "Design" tab when it notified me about 15 updates. I just updated without reading anything which was probably a bad idea but when I restarted the IDE, it showed my GUI ".class" file and ".form" file separately in the Project Explorer and I

Scala-Lift project in Eclipse Scala IDE errors

女生的网名这么多〃 提交于 2019-12-07 14:24:32
问题 I installed Scala IDE for Eclipse, and it seems to be working okay. So now I'm trying to import a Lift project (specifically -- autogenerated Lift project from Stax application platform), and now I'm having four errors at my workspace: value net is not a member of package <root> Boot.scala /rss2lj/src/scala/bootstrap/liftweb line [3..6] Scala Problem At lines: import _root_.net.liftweb.util._ import _root_.net.liftweb.http._ import _root_.net.liftweb.sitemap._ import _root_.net.liftweb

LiteIDE no autocomplete

老子叫甜甜 提交于 2019-12-07 13:35:07
问题 I'm trying to use LiteIDE (the Go IDE) on Linux 32-bit. Everything works except for autocomplete. Builds, running, everything works. The gocode binary seems to be running tho: ithisa@miyasa ~> ps aux | grep gocode ithisa 10003 0.0 0.0 823788 2624 pts/1 Sl+ 09:06 0:00 /home/ithisa/scratch/liteide/bin/gocode -s -sock unix -addr localhost:37373 What might I be doing wrong? 回答1: You may need to set a GOROOT=. To set it within LiteIDE, look for the environment toolbar; it should be a a dropdown,

IDE for CodeIgniter running in Ubuntu Linux [closed]

半腔热情 提交于 2019-12-07 13:15:42
问题 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 . I have search the existing question here, but haven't get the specific detail that I need, so I'm asking my own question. I use Ubuntu

What happened to the “add as link” option?

江枫思渺然 提交于 2019-12-07 11:45:21
问题 Why is the add an existing file as a link feature only available for managed projects? I can't use the same feature in a vcproj. Is it because managed projects are built for msbuild, and vcproj files are not? 回答1: The Add As Link feature is not necessary for VC++ projects (whether managed or not) because VC++ projects do not require all source files to reside strictly within the folder that contains the project. C# projects, on the other hand, do have this requirement. So you could say that

How can I make VIM a full fledged IDE

与世无争的帅哥 提交于 2019-12-07 11:03:30
问题 This question was migrated from Software Engineering Stack Exchange because it can be answered on Stack Overflow. Migrated 8 years ago . How could I make VIM a full fledged IDE by using different supported plugins for YUI, JQuery and git integration etc. 回答1: http://vim.wikia.com/wiki/Use_Vim_like_an_IDE This has links for various plugins for vim. Explore on this site and you can find a few more resources and tips for using Vim as your IDE. 回答2: http://www.derekwyatt.org/vim/vim-tutorial

Can I disable the debugger in Xcode 4?

老子叫甜甜 提交于 2019-12-07 10:04:18
问题 I would like to not use the debugger (gdb), though I want to get output from my application (from stdout and stderr). I find that I never use it, I always use NSLog (or, for C printf and for C++ std::cout ). How can I disable the debugger (even in the debug configuration)? 回答1: Next to run and stop - click on the Scheme area, select edit scheme - then on build configuration select release. Not sure if that what you meant. 回答2: In XCode 4 - at the top left where the Run and Stop buttons are,

Visual Studio 2010 Improperly underlining code/comments with red error line when there is no error

穿精又带淫゛_ 提交于 2019-12-07 09:08:30
问题 I am working on a rather large project, and I am having strange problems with the IDE in terms of error checking and somewhat with IntelliSense. Usually if I were to type something boneheaded, like "int a = "aa";", it would underline "aa" in red. However I am seeing VS do this to random parts of my code when I make insignificant changes. For example: /* Some comment here, just going to stretch it out for my example.. */ int proto1(); int proto2(); If I make changes to other parts of the

ColdFusion IDE? Visual Studio Plugin?

感情迁移 提交于 2019-12-07 08:06:13
问题 I just took a web contract to fix up an existing site written in ColdFusion. I haven't had a chance to peak at the code yet, but the site itself is riddled with problems. Anyway, I've never used ColdFusion before, and barely know anything about it. Tutorials shouldn't be too hard to find, but what about an IDE? Is there a nice Visual Studio plugin? Or do I even need one? 回答1: The official ColdFusion IDE from Adobe is ColdFusion Builder (in beta 3 right now, 1.0 final later this year). It is

Sybase Development IDE

隐身守侯 提交于 2019-12-07 07:30:40
问题 Is there a Toad type application for Sybase? I can't seem to find a single one! I've tried using VS 2008 but can't see the sproc source. 回答1: Am assuming Sybase ASE. Ships with Sybase Central and SQL Advantage as part of the client tools. Sybase Central lets you manage and create tables, views, sprocs etc. SQL Advantage lets you run SQL... Sybase Workspace is a new tool for ASE, I've never tried it. http://www.sybase.com/products/modelingdevelopment/workspace ASE ISQL is a free tool that is