Tagged Questions
The e-texteditor tag has no wiki summary.
43
votes
58answers
33k views
Best editor or IDE for Ruby? [closed]
I've heard so much about TextMate - The Missing Editor for Mac and that it is the best one for Ruby.
What is your choice?
And what is the best Ruby editor on Windows?
E Text Editor?
1
vote
1answer
59 views
Haskell highlighting in E-TextEditor
I have E-TextEditor 2.01. How can I get it to understand *.hs files with Haskell code?
0
votes
0answers
46 views
How to change code formatting in e-texteditor?
One annoying thing in e-text editor, is brackets formatting. E.g.:
When I want to type:
function blah()
{
// ... code here
}
It automatically adds tabs before brackets:
function blah()
{
...
0
votes
1answer
119 views
Russian language in e-TextEditor or Cygwin
I'm using e-TextEditor for some tasks and can't figure, why when i using some Russian text and process it in bundle script i'm always getting something like ...
0
votes
1answer
60 views
e-texteditor go to last active tab doesn't work
I checked the option in the settings, but still clicking CTRL-TAB once does not go to the last active tab. I tried restarting the editor but to no avail.
my e-texteditor version is 1.0.43
This is ...
0
votes
1answer
165 views
e text editor bundles writing
Where can one find some sort of a tutorial, or documentation for writing e text editor bundles which deal with automatization of certain processes (copying files from one directory to another, ...
0
votes
1answer
207 views
How to get E Text Editor to upload local copy of project files to server?
I'm new to E Text Editor.
I have a project saved locally on my computer, that replicates a folder saved on my server. When I use my php IDE (PhpEd) and save a change to the locally saved file, it ...