I am using Eclipse 3.6.1 classic and trying to tweak the color syntax to my desire. The one thing I haven't been able to change is the background color for the line number column. If this is not possible because Eclipse doesn't have an option for it, I will be satisfied even with a hack/plugin if any of you know of any.
Thanks.
...
How can I set up the designed in visual studio to put a space after my javascript functions?
At present when I press the return key I get this
var myfunc = function() { .... };
When I want this
var myfunc = function () { .... };
Know its a setting somewhere but cant find it - will help with my JSlinting!
...
I have experience using Netbeans with Java but am new to using it with Javascript. I know how to open javascript files within a Java Project but is there a way to open javascript in a "javascript project" where I might be able to "compile" the code and see possible errors. Is this possible or am I asking too much?
...
I started off naming my jQuery objects like $this.
Then, I decided I didn't want to do it anymore.
I just borrowed a large chunk of code from an old project. It is from the $ prefix days, and it is irking me!
What regex can I use in my IDE to get rid of the $ prefixes on my variables?
...
I just wanted to know about, Is there any keyboard shortcut key available for the "Go Into" option into the eclipse 3.5 IDE. Any help will be really appreciate.
See below this screen shot if you can figure out the answer.
...
How to change the Delphi 2009 Build configuration?
The only place I see is on top of the Project Options window, anyway I don't feel that the options are applied.
...
I mean stuff like typing "iter" and getting a "for" loop with a choice of what variable to iterate on , typing "soutv" to generate a "System.out.println" with the "variable=" already in ...
Thanks !
...
Hey guys, I wanna ask if there is an IDE to which i can customize/add custom visual components to the toolbox and define the behavior, properites .. etc of these components ?
...
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...
I've recently switched entirely to Vim for all my Python/Django development. It took me a lot of time to customize it to the point it is today, and God knows how hard it was for me to find help regarding the best vim plugins out there suited for Python/Django development.
I decided to ask this question so people like me could benefit di...
I would like to know if any tools exist to enable pair programing activities between a developer and non developer expert in the related field.
An example of such a tool could be an IDE plugin that would require a plain language description of functions/methods inline with their arguments. This plugin could then render a section of cod...
hi I'm really frustrated, First I have no idea how to code the very complex (make files), so I'm using IDE's that would ease the job for me like (netbeans , eclipse ,Kdevelop .. etc) i almost tried every thing starting with
Emacs (i'm very slow on it and I need autocompletion)
Netbeans 6.9.1 (crashes , very slow editor,but amazing and...
I'm looking for a list of helpful NetBeans shortcuts. Examples include: CTRL+clicking on a method to go to it's definition and using CTRL+Space for intellisense.
Feel free to list your favorites here or send me a link(s). FYI - I primarily use NetBeans for PHP.
...
I'm trying to write a vbscript that will export and import the code modules from an Access MDB file to text files.
From within the app I can loop through the DAO Container & Documents and use the 'undocumented' Application.SaveAsText method, but can I do it exeternally?
Your thoughts and ideas are appreciated.
Ben
...
I'm considering using the Miro Video Player source code to build a similar open source project. I have downloaded the source code and was wondering if anyone know what IDE the Miro dev team uses.
...
I am trying to build a tool for our embedded system project.
Our embedded system controls a giant machine performing several safety critical activities. For time being lets imagine it to be a giant excavator. [Consider this as a hypothetical project].
This machine will be connected to 5-6 LCD panels that will continuously display sever...
I have recently switched back to IntelliJ from Eclipse and one thing I am struggling with is the auto complete, especially when declaring Collections. *This is not a question about which IDE is better its just a question on how to perform a task if that task is possible *
In IntelliJ I type
List<String> listOfNames = new ArrayL (then...
I have some very big DataTables, which I need to see their content while debugging.
Is there a better way to do that other than opening the Columns' and rows' lists Properties in the Watch panel?
Thanks.
...
My context is MSVC 6.
Starting with a successfully compiled program, with browse information built, I can go into a existing function and hover over a variable, and the IDE will show me the data type, and variable name. One could well imagine that the information is coming from the browse file.
In practice, If I create a new variable...
I've recently downloaded the Eclipse IDE for Java EE developers (for web apps development). Does it make sense to delete my "regular" Eclipse IDE for Java developers? I mean, is there a feature in the regular IDE which isn't included in the EE IDE?
(I also use eclipse for Python programming with the Pydev plugin)
...