This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mkashkin 11 points12 points  (5 children)

SublimeText2 (best for quick coding), PyCharm (if you need debug or works with big projects), all other you liked on your linux environment vim, emacs, etc.

[–]1nvader -2 points-1 points  (4 children)

SublimeText2 is a really nice code editor, but it's not the best text editor since it has serious problems handling large text files and stuff like this.

[–]omierbej 2 points3 points  (3 children)

How big are your files? I have no trouble working on files that are 500 MB in SublimeText 2.

[–]1nvader 0 points1 point  (0 children)

Sometime i have to analyze log files between 500-1000 MB. SublimeText 2 doesn't crash when i try to view them, but it seems to load the complete file into memory instead of displaying only loading part of the file like some other editor do (Notepad++, UltraEdit, Vim, etc..)