andrewbrg / codepad-chrome-app

An awesome multi-language IDE written in JavaScript, crafted for ChromeOS and released under the GNU general public license!
https://chrome.google.com/webstore/detail/code-pad-ide/adaepfiocmagdimjecpifghcgfjlfmkh
GNU General Public License v3.0
135 stars 85 forks source link

Vertical Line in Editor #36

Open jacobjivanov opened 4 years ago

jacobjivanov commented 4 years ago

So I am new to this editor, and editors in general. When you open the Code Pad app, the center of the console has a vertical line down the center. As far as I can tell, there is no use for it, as unless you specifically set the line wrapping to a lower value, the code stretches past this line. Is this a bug or a feature I am unaware of? Also, is there any way to run python in this app?

sammypanda commented 4 years ago

+1 -- make the vertical line toggle-able

coder0107git commented 3 years ago

You need access to a terminal to run python or you can try to run it here.

coder0107git commented 1 year ago

The feature request to run python in the editor is a duplicate of #35.