English 中文(简体)
Working free text-editor for windows 7
原标题:

Does anyone have a free text-editor that works well in Windows 7? I m currently useing Programmer s Notpad 2, but it keeps crashing or having UI bug issues.


LIST

最佳回答

Notepad++ is working fine for me with no problems.

问题回答

I like these on Windows systems.
As far as I know, they all work with Windows 7.

Hard to learn, but makes you more efficient in the long run:

Easy to learn, but still powerful editor:

Notepad++

I really like Sublime Edit and it works well, but (not very often) shows an alert "Please purchase" (not very annoying. really). You should try! It can even do editing with many cursors, it has cool snippet engine, it has very useful for projects combination Ctrl+P, etc

I mostly use Notepad++ and TextPad on Windows 7 and they both work fine.

cheers

Notepad++ rulz

Well, there s always Emacs, which works fine on Windows 7.

Beware, though: The user interface elements and keyboard shortcuts are completely different from everything you are used to from Windows (which isn t surprising, since its origins are not in the Windows world). If that s OK for you, you will be rewarded with one of the most powerful text editors in the world.

Whatever gets your code out and makes you feel comfortable in the process! At the end of the day, it s all preference! :^)

However, I have liked Sublime text for it s nice GUI, similar to TextMate on Mac (if that s where you re coming from). Long time Emacs user, got tired of having to implement every feature that comes with a lot of text editors today...

I m gonna have to throw my vote out there for Vim. It s got a steep learning curve, but once you learn it you wonder how you ever coded without it before.

There s something immensely re-assuring about the whole modal way of doing things. It kind of enforces the concept that your code is a structure to be engineered and architected correctly, not a collection of letters that will blow away at the first sneeze.

Wow, that metaphor was a stretch, wasn t it.





相关问题
messy css indentation in vim

When editing an html file in vim, the indentation for css inside style tags is messy. For instance, this is how it would indent this sample css code without any manual intervention to fix the ...

WYSIWYM editor for desktop (.NET/WinForms)

What can I use as WYSIWYM editor for desktop application (preferably .NET/WinForms)? I need functions as paragraphs, headings 1, 2, 3, (un)ordered lists, strong and no other formating (restrictive). ...

Working free text-editor for windows 7

Does anyone have a free text-editor that works well in Windows 7? I m currently useing Programmer s Notpad 2, but it keeps crashing or having UI bug issues. LIST TextPad NOTEPAD++ GNU Emacs Zeus ...

setTabChangesFocus(bool) has no effect Qt

I need to forbid the tab input in a QPlainTextEdit widget. Instead tab should be used has a "focus next" widget. It seems that setTabChangesFocus(bool) is made for that but setting it to true has no ...

What do you use to write Go [closed]

I know its a bit too early, but I ve been trying out Go (Google s Programming Language) and its kindof annoying to write code in gedit. So, my question: What do you use to experiment with Go?

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

热门标签