Jump to content

small own editor - (Moved)


Recommended Posts

Does anyone wrote a small editor?

I want to make a small Editor where I can write in TEXT-based information. Since 3 years I used Notepad, but there are to much functions what makes me after a problem.

What I do want with that:

- Open automatically with a given filename (cmdline). If this is given, it has to save automatically after closing. NO "SAVE AT".
- In there just small functions:
1. Text Text Text......
2. Marking text and can do : 
 2.1. 3 color choose (fixed)
 2.2. Bold/kursiv/underline (not more)
 2.3. Position left or center

Why this: 
After writing/saving the file I want to read it and create a html-file for Email. Therefore the "Functions" have to be givinen readable in the saved file. In the GUI just do the function

FINISH.

 

A plus function (not important):
- Choose a PDF-File from local system and put the filename in, so i can read it in my html-creation application to append to the email.

 

It will be so helpfull.

 

Thx's

 

 

 

Link to comment
Share on other sites

Does anyone wrote a small editor?

I want to make a small Editor where I can write in TEXT-based information. Since 3 years I used Notepad, but there are to much functions what makes me after a problem.

What I do want with that:

- Open automatically with a given filename (cmdline). If this is given, it has to save automatically after closing. NO "SAVE AT".
- In there just small functions:
1. Text Text Text......
2. Marking text and can do : 
 2.1. 3 color choose (fixed)
 2.2. Bold/kursiv/underline (not more)
 2.3. Position left or center

Why this: 
After writing/saving the file I want to read it and create a html-file for Email. Therefore the "Functions" have to be givinen readable in the saved file. In the GUI just do the function

FINISH.

 

A plus function (not important):
- Choose a PDF-File from local system and put the filename in, so i can read it in my html-creation application to append to the email.

 

It will be so helpfull.

 

Thx's

Link to comment
Share on other sites

  • Developers

MMMM Cross posting your question in 2 places they do not belong in one go.... that is a first for me!

Moved to the appropriate AutoIt General Help and Support forum, as the Developer General Discussion forum very clearly states:

Quote

General development and scripting discussions.


Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums.

Moderation Team

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

To write your own editor in autoit is easy.

Look in my scripts for the first (p.s. there are 2 versions)  note-memo-pad post. If you remove the buttons (and the functions assigned to it) from the script, you will have ~90% of what you want.

The options can be set from the tray menu.

 Of course, you can write even smaller version - no loading and saving (which can be easily added) but has changeable font ...

Edited by Dan_555

Some of my script sourcecode

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...