ide/CodeEditor,FindInFilesDialog: Took out setting maxLineSize on EditBoxes
authorJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 05:01:02 +0000 (00:01 -0500)
committerJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 05:01:02 +0000 (00:01 -0500)
commit2d87fecfc5d3b1a06593377c8aa9b8dfde48adfc
tree010e4915a12a0d51734a7a71f5bd12995057813f
parent75c1c917736834bba7664821dc2a80d4762dbed4
ide/CodeEditor,FindInFilesDialog: Took out setting maxLineSize on EditBoxes
- It was originally put to extend the line size, but EditBox now defaults to MAXINT
- It kept breaking grammar files which have lines longer than 65536 characters
ide/src/designer/CodeEditor.ec
ide/src/dialogs/FindInFilesDialog.ec