Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Use the following settings in <a href="http://community.activestate.com/faq/getting-setting-komodo-preference" rel="nofollow">prefs.p.xml</a>:</p> <pre><code>&lt;!-- These prefs are to keep Komodo from hanging when a document that hits at least one of these limits is loaded. Komodo will treat the document as a Text file, meaning all language-specific functions, including code-colorizing, are dropped. The reason for the high first value is that long lines are costlier than long documents. 2013-11: Increase limits to 2MB / 40K lines / 100K max line-length due to fixing bug 101267 probably too low. Also, Komodo estimates that colorizing UDL-based documents takes about twice as long as languages with C++-based lexers, and adjusts the limits by 50% downward. --&gt; &lt;long id="documentByteCountThreshold"&gt;2000000&lt;/long&gt; &lt;!-- 2 MB --&gt; &lt;long id="documentLineCountThreshold"&gt;40000&lt;/long&gt; &lt;!-- 40K * 40c/line =&gt; 1.6 MB --&gt; &lt;long id="documentLineLengthThreshold"&gt;100000&lt;/long&gt;&lt;!-- 100K --&gt; &lt;boolean id="donotask_treat_large_documents_as_text"&gt;0&lt;/boolean&gt; </code></pre> <blockquote> <p>Komodo stores preferences, macros, templates, keybinding schemes and other settings in a user-specific directory called the user data directory. The name and location of this directory varies depending on the operating system and Komodo version:</p> </blockquote> <pre><code>Windows Vista, Windows 7, Windows 8 or newer C:\Users\&lt;user&gt;\AppData\Local\ActiveState\Komodo[IDE|Edit]\&lt;version&gt; Windows XP or older C:\Documents and Settings\&lt;username&gt;\Local Settings\Application Data\ActiveState\Komodo[IDE|Edit]\&lt;version&gt; Linux /home/&lt;user&gt;/.komodo[ide|edit]/&lt;version&gt; Mac OS X /Users/&lt;user&gt;/Library/Application Support/Komodo[IDE|Edit]/&lt;version&gt; </code></pre> <p>Restart Komodo to test the changes.</p> <p><strong>References</strong></p> <ul> <li><a href="https://github.com/Komodo/KomodoEdit/blob/master/src/prefs/prefs.p.xml" rel="nofollow">KomodoEdit repo: prefs.p.xml</a></li> <li><a href="http://community.activestate.com/faq/komodo-file-locations#appdata_dir" rel="nofollow">Komodo File Locations: Where does Komodo Keep Settings Data?</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload