Recent

Author Topic: Hydraks Text Editor(BETA)  (Read 12889 times)

captian jaster

  • Guest
Hydraks Text Editor(BETA)
« on: July 21, 2010, 08:07:58 pm »
So Heres my First Beta Program
Still alot to Do but ill Get it done soon
For More info Go Here: https://sites.google.com/site/hydraksapps/

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9898
  • Debugger - SynEdit - and more
    • wiki
Re: Hydraks Text Editor(BETA)
« Reply #1 on: July 21, 2010, 08:41:58 pm »
From the binary I deduct it uses SynEdit?

Of so, I couldn't find the License applying to your editor? It should be GPL or MPL, since SynEdit is Licensed under those 2 (permitting to choose one of them).

Not sure about MPL, but GPL afaik requires the source published.

captian jaster

  • Guest
Re: Hydraks Text Editor(BETA)
« Reply #2 on: July 21, 2010, 08:46:22 pm »
Hmm
Didnt know that :D
Thx Martin
IDK how do i license something though?
I probably will release the src soon any ways...

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9898
  • Debugger - SynEdit - and more
    • wiki
Re: Hydraks Text Editor(BETA)
« Reply #3 on: July 21, 2010, 08:56:00 pm »
The FAQ has some about licensing:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#Licensing

About the requirements of each individual License => I am no Layer, so I can not advice...

The LCL is specially licensed, so you can use it in any app of yours, and are free how to license your app, including closed source and commercial sale.
I do *not* know if you need to mention, that it is part of your app; but the courtesy to do so would be welcome anyway.

As for what is in the LCL => use "jump to implementation" (alt cursur up / ctrl mouse), and check it is in the LCL folder.

[edit]: or check in the project inspector, what packages your app depends on (so long as you don't move/copy files, or tweak search pathes by hand)

Other components (even so coming with lazarus) have various licenses.

SynEdit, is based on http://sourceforge.net/apps/mediawiki/synedit/index.php?title=SynEdit_Home_Page => which is based on mwedit
It existed before it was used by lazarus, so the license was already specified.
« Last Edit: July 21, 2010, 08:57:52 pm by Martin_fr »

captian jaster

  • Guest
Re: Hydraks Text Editor(BETA)
« Reply #4 on: July 21, 2010, 08:57:51 pm »
Ill Put it Under GPL...
Other then that what do you think of the app

captian jaster

  • Guest
Re: Hydraks Text Editor(BETA)
« Reply #5 on: July 21, 2010, 09:25:46 pm »
I Fixed a Save Error

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Hydraks Text Editor(BETA)
« Reply #6 on: July 22, 2010, 08:02:24 am »
Hello Adam.
I'm wondering and is Hydraks? is it Text editor like Notepad++, or is it Pascal editor?
I didn't find any information about it in your site or here in this thread.
Thanks

motaz

  • Sr. Member
  • ****
  • Posts: 495
    • http://code.sd
Re: Hydraks Text Editor(BETA)
« Reply #7 on: July 22, 2010, 08:04:13 am »
Also if you put screen shots in your site for the product it will be good.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9898
  • Debugger - SynEdit - and more
    • wiki
Re: Hydraks Text Editor(BETA)
« Reply #8 on: July 22, 2010, 12:02:44 pm »
Nice...

You can use a few build-in thinks:
- SFileSaveDialogs look at the options PromptOnOverwrite => no need to do this by hand

- SynEdit.Modified
maintains a modified status, that also reflects to undo/redo


captian jaster

  • Guest
Re: Hydraks Text Editor(BETA)
« Reply #9 on: July 22, 2010, 02:48:23 pm »
Ive Improved the Site
And thnx Martin ill look into that :D

jmg

  • New Member
  • *
  • Posts: 33
Re: Hydraks Text Editor(BETA)
« Reply #10 on: July 23, 2010, 12:07:49 pm »
So Heres my First Beta Program
Still alot to Do but ill Get it done soon

Interesting.

You might want to look at this one too :
http://www.contexteditor.org/

ConTEXT is Coded in Pascal, (Delphi) and recently has been open sourced. One big stumbling block they have, is it is rather Delphi dependent.

Suggestions:
a) ConTEXT has a large number of user highlighters, so you could make yours use the same format.

b) If you are doing config, do not lock to c:\, but allow it to operate from a FlashDrive. (usually, that's a cfg file in the exe dir)

c) Look also at NotePad++, tho they compile-in most highlighters.

d) "Set Has Pascal" reads like it did not cross a language barrier.
- more usual is a tab called Highlighter, or Language select,
and then the selected Language is a single word, and the present-choice is shown.

e) Bookmarks todo, and you might check into the new column edit mode in NotePAD - Select column using Alt-drag, and then any typing Chars.Del clone into all Y locations.
« Last Edit: July 23, 2010, 12:18:57 pm by jmg »

captian jaster

  • Guest
Re: Hydraks Text Editor(BETA)
« Reply #11 on: July 23, 2010, 02:39:16 pm »
So Heres my First Beta Program
Still alot to Do but ill Get it done soon

Interesting.

You might want to look at this one too :
http://www.contexteditor.org/

ConTEXT is Coded in Pascal, (Delphi) and recently has been open sourced. One big stumbling block they have, is it is rather Delphi dependent.

Suggestions:
a) ConTEXT has a large number of user highlighters, so you could make yours use the same format.

b) If you are doing config, do not lock to c:\, but allow it to operate from a FlashDrive. (usually, that's a cfg file in the exe dir)

c) Look also at NotePad++, tho they compile-in most highlighters.

d) "Set Has Pascal" reads like it did not cross a language barrier.
- more usual is a tab called Highlighter, or Language select,
and then the selected Language is a single word, and the present-choice is shown.

e) Bookmarks todo, and you might check into the new column edit mode in NotePAD - Select column using Alt-drag, and then any typing Chars.Del clone into all Y locations.

Wow thats really good...

 

TinyPortal © 2005-2018