ide

Eclipse syntax highlighting on extensionless files?

风格不统一 提交于 2019-12-19 10:17:59
问题 I have a perl CGI script that needs to have a specific extensionless filename to run correctly from the software that uses it. I'm using Eclipse 3.7.0 on Ubuntu 11.04 Linux as my IDE, and it's not highlighting syntax on the file nor using the limited autocomplete features (like adding a second closing tag for things like quotes and various brackets). Right click> properties on the file reveals that the OS seems to know it's a perl script, but Eclipse evidently does not. Can I somehow tell

Ruby on Rails IDE for Windows

我的梦境 提交于 2019-12-19 09:47:06
问题 Which one do you prefer for serious Ruby on Rails development? I've been using NetBeans for PHP and Java for more than year, which works really great, but the Rails support isn't imho good enough. I often have problems with code completiton, where it doesn't find most of imported gems and functions and it's also pretty slow. On the other side, I tried JetBrains RedMine , which is super fast compared to NetBeans, but I don't have such long time experience with JetBrains. Lots of people

samsung bada development without using pointers

梦想与她 提交于 2019-12-19 09:44:56
问题 Objects in C++ can be created using the methods listed below(that I am aware of): Person p; or Person p("foobar"); or Person * p = new Person(); Then, why does not the Samsung Bada IDE allow me to do the first two methods? Why do I always have to use pointers? I am ok with using pointers and all, just that I want to know the fundamental reason behind the style. Sample code from Bada API reference. // Create a Label Label *pLabel = new Label(); pLabel->Construct(Rectangle(50, 200, 150, 40), L

Alternatives to MS Visual Studio .NET [closed]

流过昼夜 提交于 2019-12-19 08:54:39
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I've been working mostly with MS Visual Studio .NET tools and technologies, but started to wonder out of curiosity if there are alternatives to it, especially open source ones, since it seems like for every payed products there are free open source alternatives. 回答1: Yes, there are alternatives. Best known is

Failed to queue test run: Unable to start the agent process(Visual Studio 2010)

社会主义新天地 提交于 2019-12-19 07:26:07
问题 While trying to run all the unit tests in my solution(Visual Studio 2010) I am getting a 'Failed to queue test run xxxx@MACHINENAME 2010-06-23 14:01:36': Unable to start the agent process' error. Does anyone know what causes this particular error to occur and how to resolve it so that I can run my unit tests? Thanks 回答1: I don't know if this is still the case for Visual Studio 2010, but you could have this same scenario in Visual Studio 2008. When breaking off a unit test run (i.e. when

GNUStep Getting Started

青春壹個敷衍的年華 提交于 2019-12-19 07:11:41
问题 I downloaded GNUStep and installed it, however I am not sure where I can find an IDE. does anyone know what programs serve as a GNUStep IDE/where to get them? Failing that, does anyone know of a tutorial on how to create and compile a basic GNUStep program? 回答1: Well my experiences with that are devastating. ProjectCenter the IDE distributed for GNUstep does not work here at all the debugger intergration is well not existant. But that's what you get with GNUstep. There is Gorm as interface

Visual Studio locking files while debugging

狂风中的少年 提交于 2019-12-19 05:21:47
问题 I have a VS solution containing several projects. While debugging a particular project all the source files are locked by VS. I would like to unlock sources that the debugee doesn't have dependency on. Is there any way to do this within one solution? UPDATE: I'm using Win XP SP3 32bit. Visual Studio 2010, C#. Edit and Continue is enabled. The solution contains 6 projects (number in not important actually), 5 of them depend on the data access layer project which uses Entity Framework. None of

Looking for a (pseudo) XSLT preprocessor/templater to make it less verbose [closed]

我与影子孤独终老i 提交于 2019-12-19 03:35:13
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . Does anybody know of a preprocessor for XSLT to make it less verbose? Something like what SASS is to CSS, a little proggy that will take light syntax: "/": { <html> <head> <title>My book collection</title> </head> <body> {@ "//media"} {@ quantity = calc_abs_value("//total_quantity")} Price : {@ multiply(price:"/

Code color styling in Eclipse

浪尽此生 提交于 2019-12-18 21:48:35
问题 A nice simple question: Is there something similar to http://studiostyl.es/ for Eclipse? Update : Since I used this link to figure out how to use the plugin, I figured I'd put it here. http://www.eclipsecolorthemes.org/?view=plugin That site is exactly what I was looking for. 回答1: Have a look at http://www.eclipsecolorthemes.org/, also directly available in the marketplace. 来源: https://stackoverflow.com/questions/5825985/code-color-styling-in-eclipse

Netbeans scanning of project too slow

时间秒杀一切 提交于 2019-12-18 21:22:50
问题 I use netbeans 7.3.1, i have found here one way how to make netbeans faster: How to improve Netbeans performance?, but my problem is that my netbeans is to slow by project scanning, is projectcanning important for the software netbeans ? My projects are in network and not on my pc. I have also found this plugin, but there is no more available: http://wiki.netbeans.org/ScanOnDemand My CPU is Intel quad 2.40GHz. 回答1: Try to disable auto-scanning of sources. Make sure that you only modify the