-
as seen on Developper.com
- Search for 'Developper.com'
JetBrains dévoile enfin son projet open source Nitra
Un framework pour faciliter la vie des développeursVoilà plusieurs mois que JetBrains, entreprise spécialisée dans l'édition de logiciels destinés aux développeurs, a annoncé le lancement de son projet Nitra dont les contours semblent très prometteurs…
>>> More
-
as seen on Developper.com
- Search for 'Developper.com'
Bonjour,
Je vous propose une petite sélection des ajouts / améliorations :
Les templates de notification peuvent s'écrire avec Freemarker
Support de notifications mail au format HTML
Réorganisation des déclencheurs de build pour inclusion dans les templates de configuration
Possibilité d'activer…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm having problems importing any Maven projects into IntelliJ IDEA. I create an empty Maven project like this:
$ mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
Then I try to open the project in IDEA…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to know, in a context of a unit test, if Jetbrains IntelliJ idea is the test initiator and if it is, which version is running (or at least if it's "9" or earlier).
I don't mind doing dirty tricks (reflection, filesystem, environment...) but I do need this to work "out-of-the-box" (without…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In my department, we are currently using ReSharper 4.0 and deciding whether to upgrade to 4.5 upon its release next week. I personally am a huge fan of ReSharper however a number of my colleagues have pointed out that they have been using a plug in from DevExpress called Refactor Pro that performs…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
Using RubyMine 2.0.2 for the first time today, on Mac OSX Leopard. If I create files in the filesystem (with, say, script/generate) those new files do not appear in rubymine. I have had limited success with restarting the program, in that the files in the db/ folder are added and removed, but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
RubyMine generates some files in the .idea directory. In one of my projects I see:
*project_name*.iml
encodings.xml
misc.xml
modules.xml
vcs.xml
workspace.xml
Which should I commit to the version control system and which shouldn't?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In Visual Studio, the editor has a drop-down list of functions in the current class; clicking on one will take me to the top of that function. Is there a way to get a similar behaviour from RubyMine?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've encountered some problems with MongoID. I have three models:
require 'mongoid'
class Configuration
include Mongoid::Document
belongs_to :user
field :links, :type => Array
field :root, :type => String
field :objects, :type => Array
field :categories, :type => Array
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I setup the proper SDK because all my ruby code will compile but RubyMine complains that
it can't find the any of my java classes? Is this a flaw or is there a way to get it to recognizewhere the classes are?
Here is my code, I have underlined all the things its complaining about
require 'java'
include_class…
>>> More