Welcome,
Guest
. Please
login
or
register
.
September 07, 2010, 07:42:39 am
HippoEDIT - Programmers text editor
General Category
HippoEDIT vs Other text editors
(Moderators:
alex
,
Stefan
)
Other Editors which I like
« previous
next »
Pages:
1
[
2
]
Author
Topic: Other Editors which I like (Read 2176 times)
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Other Editors which I like
«
Reply #15 on:
May 10, 2010, 01:36:17 am »
I have checked EditPad several times, but never seen something exciting (this is probably lack of knowledge).
For me UI a little bit strange, usability... also.
With a feature set, I will not agree. It has a lot but it goes in a little bit different direction then HE.
In EditPad, as I see, they want to add as much features as possible. And also not really editor related. Same problem can be found in UltraEdit (or PsPad) but in much more harder way.
I HE I try to concentrate on editor itself, and make most powerful (from data representation and functionality) but in same time not overloaded.
Also if I need to decide about making existing functionality better or add new one, I will select first.
Logged
HippoEDIT team
http://www.hippoedit.com/
cichlasoma
Jr. Member
Karma: +0/-0
Offline
Posts: 87
Re: Other Editors which I like
«
Reply #16 on:
May 10, 2010, 02:33:05 am »
Quote from: alex on May 10, 2010, 01:36:17 am
I have checked EditPad several times, but never seen something exciting (this is probably lack of knowledge).
For me UI a little bit strange, usability... also.
As for UI, I find menus logically organized and transparent, tool bars are customizable and colors used in GUI as well.
Quote
With a feature set, I will not agree. It has a lot but it goes in a little bit different direction then HE.
In EditPad, as I see, they want to add as much features as possible. And also not really editor related. Same problem can be found in UltraEdit (or PsPad) but in much more harder way.
Maybe you are right, I didn't examine EditPad features thoroughly. I like it largely because of the fact, it has all the features I name in my first post in this thread, which is very rare (although I cannot understand it). Moreover, it's very fast (in terms of starting at least). As for the features, it lacks an integrated browser e.g., it cannot display visual glyphs for word wrap and generally, I found several features which HE has and EP has not, while I found very little extra features in EP (which was due to insufficient examination probably). :-)
Quote
I HE I try to concentrate on editor itself, and make most powerful (from data representation and functionality) but in same time not overloaded.
Also if I need to decide about making existing functionality better or add new one, I will select first.
As for me, I support this approach wholeheartedly... :-)
«
Last Edit: May 10, 2010, 02:35:32 am by cichlasoma
»
Logged
cichlasoma
Jr. Member
Karma: +0/-0
Offline
Posts: 87
Re: Other Editors which I like
«
Reply #17 on:
May 10, 2010, 02:40:34 am »
(As you mentioned UltraEdit - I tried the trial several times but I always encountered the problem that when I paste a czech text into it via clipboard from another application, the special characters (like ěščřžýáíéůú) are displayed in a wrong way...
)
Logged
cichlasoma
Jr. Member
Karma: +0/-0
Offline
Posts: 87
Re: Other Editors which I like
«
Reply #18 on:
May 10, 2010, 08:11:04 am »
Similarly with NoteTab - it keeps displaying special czech characters in a wrong way untill I save the file and load it again. Curiously, I encounter problems with czech alphabet in trials of comercial editors much more than in free ones.
As for NoteTab Pro - similarly to SublimeText, it's a nice application to play with without many reasons to use it as one's main editor, IMHO. The clip managing (it's main feature, as far as I understand) is a nice toy but the work is done by other editors as well in simplier ways. (Morever, there's no way to set a keyboard shortcut to individual clips.) Well, it's own format .otl for managing outlines is a handy feature perhaps...
«
Last Edit: May 10, 2010, 02:39:15 pm by cichlasoma
»
Logged
cichlasoma
Jr. Member
Karma: +0/-0
Offline
Posts: 87
Re: Other Editors which I like
«
Reply #19 on:
May 10, 2010, 08:20:59 am »
EControl Syntax Editor
would be very nice, but it forgets all the settings after restart :-(((
Logged
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Other Editors which I like
«
Reply #20 on:
May 10, 2010, 02:34:18 pm »
About losing of the czech symbols, I think reason is non Unicode editor and using of non-unicode clipboard format.
If editor has not been updated for a long time, this can be often met.
Have never checked EControl Syntax Editor before. From first look it also based on SynEdit component and has a lot of Borland/CodeGear features like sync edit for example. Also nice that it can change font/style of already highlighted text parts and allow to use different fonts for different styles (as Scintilla based).
Logged
HippoEDIT team
http://www.hippoedit.com/
cichlasoma
Jr. Member
Karma: +0/-0
Offline
Posts: 87
Re: Other Editors which I like
«
Reply #21 on:
May 10, 2010, 02:44:04 pm »
Quote from: alex on May 10, 2010, 02:34:18 pm
About losing of the czech symbols, I think reason is non Unicode editor and using of non-unicode clipboard format.
If editor has not been updated for a long time, this can be often met.
You mean the edito
from
which I transfer a text via clipboard? The thing is, when I paste into another another editor than UE, it's displayed correctly. I think, EU simply does the conversion of the text in clipboard in a right way, whereas other editors do.
BTW, I'm sorry again for lots of typos in the post about NoteTab. I've corrected them...
Logged
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Other Editors which I like
«
Reply #22 on:
May 10, 2010, 02:50:45 pm »
There are two clipboard format for text: CF_TEXT and CF_UNICODETEXT.
If editor queries for CF_TEXT it can work or not. Depends if code pages are match in both editors.
If editor queries for CF_UNICODETEXT it should always work, because it contains unicode character representation, and then symbol information can not be lost.
Logged
HippoEDIT team
http://www.hippoedit.com/
cichlasoma
Jr. Member
Karma: +0/-0
Offline
Posts: 87
Re: Other Editors which I like
«
Reply #23 on:
May 10, 2010, 03:17:47 pm »
So you mean, UE doesn't query for CF_UNICODETEXT?
Logged
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Other Editors which I like
«
Reply #24 on:
May 10, 2010, 04:12:35 pm »
Probably.
Logged
HippoEDIT team
http://www.hippoedit.com/
cichlasoma
Jr. Member
Karma: +0/-0
Offline
Posts: 87
Re: Other Editors which I like
«
Reply #25 on:
May 10, 2010, 04:37:57 pm »
Quote from: alex on May 10, 2010, 04:12:35 pm
Probably.
(Strange... The behavior described occurs in the most recent version...)
Logged
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Other Editors which I like
«
Reply #26 on:
May 11, 2010, 12:16:57 am »
I am not UE developer, so do not ask me
I just mentioned most obvious reason.
From another side, maybe UE is not Unicode, but from that I remember, it is Unicode.
If HE lose characters dupring Copy/Paste, this is important to me
Logged
HippoEDIT team
http://www.hippoedit.com/
Pages:
1
[
2
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> General Discussion
=> FAQ
=> Feature requests and suggestions
===> Implemented
=> Add-ons, Tools, Plugins
=> Scripting, Scripts and Macros
=> Syntax Files
=> HippoEDIT vs Other text editors
=> Bug reports
===> Solved
=> Beta Version Test
===> Released
-----------------------------
Deutsche Unterstützung - German Support
-----------------------------
=> Allgemeine Fragen
-----------------------------
Русская Поддержка - Russian Support
-----------------------------
=> Общие вопросы
Powered by SMF 1.1.11
|
SMF © 2006-2009, Simple Machines LLC
Loading...