Questions tagged [development-environment]

A development environment is an integrated set of programming tools, usually centered around a text editor.

A development environment is a preconfigured used during development lifecycle. Preferably hidden from the end user.

Key tools includes a text editor, commonly extended with other tools for , , automating tools, database access or project management features. Such an editor called . Commonly configured for seamless tool usage.
Compared to the stability, performance and backup creation may be sacrificed in favor of more logging, easier bug detection or rapid iterations.

2519 questions
1
vote
1 answer

Add Code to the EnvironmentEvents module

I want to be able to add code/macro to the Environment Events module. How do I do such a thing? This was a post where I heard of such a thing but I wouldn't know where to start on how to do it. https://stackoverflow.com/a/2112181/1055946
0
votes
1 answer

Gnuplot Development - How to modify source code and compile on Windows 7

I want to develop a new feature in Gnuplot. To achieve this, I want to add a new terminal to the existing Gnuplot source code. I went to this page for downloading: http://sourceforge.net/projects/gnuplot/files/gnuplot/4.6.0/ I have downloaded the…
vamosrafa
  • 252
  • 2
  • 13
  • 21
0
votes
2 answers

How to create Mac OS X dev environment for legacy PHP app?

I've just been assigned to start working with the code from a large, legacy PHP app. A copy is running on the production servers, and I've pulled a copy from the code repositories onto my local machine. I installed XAMPP in hopes of running the app…
user456584
  • 86,427
  • 15
  • 75
  • 107
0
votes
1 answer

How to set up a stageing-enviorment for wordpress/wordpress mu?

I have a wordpress mu-site. I need to set up a test-version of it so that the client can run test on the changes we make, test the plugins with new updates etc. Anybody who has worked with wordpress know it's a bit off a hassle to move between…
Himmators
  • 14,278
  • 36
  • 132
  • 223
0
votes
2 answers

Starting Eclipse on AIX throws java/lang/OutOfMemoryError

I've installed the Eclipse (eclipse-SDK-3.6.2-aix-gtk-ppc64.zip) on an AIX instance. Initially it appeared to be starting but buttons would just stop working. I eventually tracked this down to Eclipse throwing the following exception: JVMDUMP006I…
radimpe
  • 3,197
  • 2
  • 27
  • 46
0
votes
2 answers

How can I set up a "remote pair-coding" environment linux to linux?

I did some research on how to enable a pair-coding environment remotely so someone else on their MacOx/Linux box could view my screen (I code using vim + the rails plugin). I read Evan Light's blog on his set up here, but I don't have an open source…
Satchel
  • 16,414
  • 23
  • 106
  • 192
0
votes
1 answer

InAppPurchase transactionReceipt environment value in production

When I test In App purchases and I decode transactionReceipt from SKPaymentTransaction, I see a field named "environment" "environment" = "Sandbox"; Can anyone tell me the value from the production? Thanks a lot!
mxg
  • 20,946
  • 12
  • 59
  • 80
0
votes
2 answers

Why is VMware workstation adding keystokes when I type?

I'm having a very strange problem. I'm remote desktoping into a system and running vmware workstation there(its a pretty powerful server and wanted to test a cluster on it). My problem is when I type it repeats the characters. For example,…
Lostsoul
  • 25,013
  • 48
  • 144
  • 239
0
votes
1 answer

QCreator designer widget inaccessible from program code

Preface: I am using Qt Creator 2.4.1 (based on Qt 4.7.4, 64-bit) on Mac OS X Lion installed via the Qt SDK. I am working on a project where I have a UI created using the designer in QCreator. I have several widgets working without issue. I created…
Noren
  • 793
  • 3
  • 10
  • 23
0
votes
2 answers

Fluent NHibernate not working with deployed application but works in visual studio

A project i'm working on at my work is using Fluent Nhibernate and NHibernate to connect our applications to our databases. This one application works just fine inside visual studio when in either "Release Mode" or "Debug Mode", but once you go and…
0
votes
1 answer

Changing Development environment of Asp.net 2.0 32 bit to 64 bit

I was developing an application of asp.net 2.0 in 32 bit machine but now I have 64 bit platform for the same application. I am not able to debug my code in 64 bit machine. Ny1 Plz help me
RanaMukesh
0
votes
1 answer

Caching in development environment?

In my current project I'm getting some html templates (for a single page interface web app) via ajax. Now I'm interested if the caching works as expected - so I would like to enable caching for those templates. Does it make sense to enable caching…
0
votes
1 answer

How to have two build environments on windows?

I am using windows XP at my office and have set the development environment for building the embedded mobile projects of the company i am working for. I had set up the linux environment using cygwin but after that linux environment works fine, but…
Sanjeev
  • 221
  • 1
  • 4
  • 8
0
votes
4 answers

Synchronizing Development and production environments in Drupal

Synchronizing my Drupal dev and prod environments is turning out to be a bigger brain scratcher than I would have so far imagined. There does not seem to exist one consistent way for developers to sync their work without the hassle of manually…
0
votes
4 answers

Changing Maps API Key based on development environment

I work in two different environments for developing an android application, and I have a different Maps API key for each SDK. I haven't tried copying one debug.keystore file to the other location, but I'd prefer if there was a way to selectively…
gsgx
  • 12,020
  • 25
  • 98
  • 149