IntelliJ can't display big file? -


my text file 1.58g, intellij custom vm options set "-xmx4g". why shows

"the file large; 1.58g. showing read-only of first 2.56m". 

idea.properties file contains default limits files intellij idea can handle:

#--------------------------------------------------------------------- # maximum file size (kilobytes) ide should provide code assistance for. # larger file slower editor works , higher overall system memory requirements # if code assistance enabled. remove property or set large number if need # code assistance files available regardless size. #--------------------------------------------------------------------- idea.max.intellisense.filesize=2500  #--------------------------------------------------------------------- # maximum file size (kilobytes) ide able open. #--------------------------------------------------------------------- idea.max.content.load.filesize=20000 

these can changed using help | edit custom properties.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -