Currently I'm incrementing a value called wert by 1 with the following code:
getEval storedVars['wert']=${wert}+1;
The value 'wert' is something like 80401299.
I want to add 1 to the value, if it ends between 70 and 99, after 99 the next value should be 80401370 (skipping 00-69). How is this possible in Selenium IDE?
...
Hi,
A library that my java application uses needs looks for a file (log4j.xml) in the class path. I use netbeans to manage my project, but I can't find a way to include the lib/ folder.
Netbeans automatically creates a MANIFEST.MF file inside the application jar and also creates a folder called lib/ which includes all dependencies. Thi...
I'm having to write a whole bunch of SML code this coming week so I was hoping if anyone knew:
A good Standard ML IDE?
Or a good text editor for Linux that has code-highlighting for SML? I know Geany and Gedit don't.
If you work with SML, what do you use?
...
I mostly use SlickEdit and eclipse while working on embedded systems. Once in a while I need to use Visual Studio, and I terribly miss this feature that is known by different names in different editors. Basically you get a small window of 'outline style' code summary on the side (showing just the function names and optionally the static ...
I migrated from Windows, and have heard that Linux programmers do not use IDEs to develop programs, something like Visual Studio. Is this saying true? Do Linux programmers use IDE to do pratical development?
Thanks.
...
I am currently in a class that is developing applications in Objective-C and Cocoa. I was wondering if there was any way to build and compile Objective-C applications on Windows Vista. During class, we are able to use the Mac machines provided to us, but I was hoping to do some work outside of class, and I only have a Windows Vista machi...
I'm working in Java and implementing a basic tree (yes, for homework, but hear me out!). I discovered that I made an error and had an iterator class inherit from an iterator superclass, where both needed an internal reference to the same node in the tree. Now every time I reference the node in the subclass and make a change, I have to ...
Scott Meyer's argument that non-member functions increase encapsulation and allow for more elegant design (designwise) seems very valid to me.
See here: Article
Yet I have problems with this. (And seemingly others too, especially Library developers, who usually completely ignore this)
Code usually looks better and more logical when I u...
Eclipse has that "+/-" on the left to expand and collapse blocks of code.
I've got tens of thousands of lines to go through and would really like to just collapse everything, and selectively expand blocks to look at them.
Thanks!
...
I'm not talking about a continuous build process, but the excellent feature in Eclipse whereby any java code changes are automatically built in a background thread. With this enabled, running unit tests or applications is immediate. Going back to the 'manual' builds of VS20XX is quite painful.
I've only seen this working in Eclipse for ...
Hey all,
Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I'm a newbie here so be gentle. FWIW - I'm using pydev in Eclipse.
Thanks
Rephrase
What I am looking for is given I have a word or phrase selected on...
Ok, I'm going nuts here. For the last (almost) four years, I've been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include:
Seemingly random errors in coride50.bpl
floating point errors on compiling
occasional deletions of my source code files
form and object sizes shifting between instances of working on...
I know its a bit too early, but I've been trying out Go (Google's Programming Language) and its kindof annoying to write code in gedit.
So, my question: What do you use to experiment with Go?
...
I looked at Code::Blocks and it certainly looks great for c++ development, I like it's multiplatform capabilities (runs everywhere), but I wanted to get your feedback.
Is it good/stable enough to be used in a professional environment?
Thanks.
...
Hello,
I got tired of searching and never finding a programming language that fits my needs (and I suppose most good programmers feel somewhat the same way). Anyway, I do have an idea of what I'd like for a programming language, and I'd like to try to develop my own. I'm interested in information on how hard it is and how long it takes ...
NetBeans used to do that but with the deprecation of Woodstock (rather merging with ICEFaces) and with ICEFaces not supporting Visual Web Project it is difficult to choose NetBeans now [1].
Eclipse (the J2EE version) has a very basic version that provides drag and drop etc. of JSF controls.
So, I wanted to know which free IDEs (if any!...
Are there (free or commercial) IDE editor plugins for Delphi which
show valid XML tags and parameters automatically while editing (like CodeInsight for HTML does it already) or suggest the correct closing tags, matching the current open tag?
validate a XML file in the IDE editor against its XSD, or to check its well-formedness?
format...
Hi there,
I have some very specific questions related to emacs for building C applications:
1) How can I compile a file written in C/C++ using emacs.
2) How can I have something similar with MS Intellisense in emacs?
3) How can I add an C/C++ library to the compiler and emacs to know about it.
many thanks
...
hi there
I'm into the learning stage of C and PHP. Until now I was using MS Visual Studio IDE for C/C++ applications and Notepad++ for PHP application.
Now I'm thinking to use same IDE for those languages and Eclipse seems to support both of them.
My questions are:
- Do you think is good to forgot about using MS Visual Studio for Ecl...
I'm currently using IDLE, its decent, but I'd like to know if there're better lightweight IDEs built especially for Mac — free or commercial.
...