Giter Site home page Giter Site logo

joewalnes / idea-community Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 38.0 782.53 MB

IntelliJ IDEA Community edition - my hacks

License: Apache License 2.0

Erlang 0.01% C# 0.01% PHP 0.01% ActionScript 0.01% JavaScript 0.01% Objective-C 0.01% Emacs Lisp 0.01% Vim Script 0.01% Perl 0.01% Shell 0.01% C++ 0.04% C 0.15% Groovy 0.39% Python 1.85% Java 97.54%

idea-community's People

Contributors

akozlova avatar amakeev avatar basleijdekkers avatar bulenkov avatar cdracm avatar chashnikov avatar const avatar denofevil avatar dmitry-avdeev avatar donnerpeter avatar eugene-kudelevsky avatar eugenezh avatar gregsh avatar imegorskaya1 avatar iris24 avatar iromeo avatar kir avatar klikh avatar ktisha avatar maxmedvedev avatar olegs avatar penemue avatar sashache avatar sergeyvasilievjetbrains avatar shafirov avatar sweinreuter avatar trespasserw avatar trofimander avatar yanncebron avatar yole avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

idea-community's Issues

format.sh responds with "Already running".

When IDEA is already running the command-line tool format.sh responds with "Already Running"

IDEA opens a pop-up with the message:
"Only one instance of IDEA can be run at a time"

I guess the code formatting code has a strong dependency on the rest of the product.
This probably means that using the formatting code via the API needs large portions of IDEA to run and can't run in isolation.

can I run the project "svn4idea" only without the idea-community?

Hello, recently I recevied a task of secondary development of svn in the intellij idea. I found the class of CommitChangeListDialog.java in the directory of "intellij-community//platfrom//vcs-impl//src//com//intellij//openapi//vcs//changes//ui". Because I need to add a Button in the class file,
when I click the button, it will produce a new dialog. then I can process custom work in a new dialog.
Can I run the project "svn4idea" only without the idea-community ? Or if there is a better way to deal with this problem, so it is convenient to maintains the packaging ine the later.
Thank you? @joewalnes

My IDEA often crashes and always Full GC

This is my idea64.exe.vmoptions:

-Xms1024m
-Xmx2048m
-Xmn500m
-Xverify:none
-XX:ReservedCodeCacheSize=256m
-XX:MetaspaceSize=400m
-XX:MaxMetaspaceSize=512m
-XX:+UseCompressedOops
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Djdk.http.auth.tunneling.disabledSchemes=""
-XX:-OmitStackTraceInFastThrow
-Djdk.attach.allowAttachSelf
-Dkotlinx.coroutines.debug=off
-verbose:gc
-XX:+PrintGCDetails
-Xloggc:D:/idea_gc.log

My IDEA often crashes, especially when performing operations like npm install. This is the JVM information that was monitored during the IDEA crash. The GC log is always seen in the Full GC.
image

So I used jmap -dump:format=b,file=dump.hprof<process-id> dump the .hprof file,and use MAT analyze :
image
image
image

I have no idea now, please help me,thanks!

fix fsnotifier64

Hi, I use android-studio, which contains fsnotifier64 in the bin directory.
On the large projects, more than 10K files I had huge freezing my UI because of fsnotifier64 use all CPU, when build start, after it I tried to find some type of config, but this didn't exist.
Please add some config for fsnotifier64 which will exclude directories from search and index
Thank u

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.