Eduardo Yañez Parareda
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Edited Find in path windows not shown
AnsweredHi, just using IntelliJ IDEA Ultimate 2017.2.3 build IU-1723968.16 on Windows 7 64bits. The problem happens when I try to 'Find in path', using keystrokes or by the menu option, the window is not s... -
Created IDEA 14 SVN merge from branch to trunk without reintegrate?
AnsweredI want to merge a branch to trunk, so I fo a 'Merge from...', but doing this, a warning '... no longer usable for further work' appears... so It seems that it's trying to do a --reintegrate. But I ... -
Created Github plugin is not using proxy settings
Hi all,Using IntelliJ Idea 14.1 on Windows 7.I'm trying to use the Github integration plugin to create a New Project From Version Control through Github.Well, I have the IDE settings configured to ... -
Created Export/import project structure?
Is it possible copy project settings to another project?, I'd ilke to export project modules, dependencies, run configurations and so on.If Intellij can't do it, is there any plugin that has this f... -
Created XSL files not recognized as source code?
Hi all, I'm using IntelliJ 13.1.1 version and I'm trying to import a module to a project that has this structure:module - some files |- src |- Java packages |-xsl |- XSL filesWell, w... -
Created Running problem
Well, I have this Java project structure:src |-- some.packages/java files |src-test |--some.packages |--config/xml & properties filesWhen I build the project, every file is copied into out dire... -
Created Classpath when running a test
Hello, in a Java project I have a package under src-test (my source path for test cases) called config where I have some *.properties. When I build the project the config directory and the *.proper...