Delphi-PRAXiS
Seite 1 von 2  1 2      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi RichEdit VS SynEdit (https://www.delphipraxis.net/128919-richedit-vs-synedit.html)

BullsEye 9. Feb 2009 15:06


RichEdit VS SynEdit
 
Welche der beiden Komponenten ist besser bzw was sind Vor und Nachteile?
Oder sollte man ganz auf eine andere Komponente umsteigen?

toms 9. Feb 2009 15:07

Re: RichEdit VS SynEdit
 
Hallo

Es kommt darauf an, was du damit machen möchtest.
Jede dieser Komponente hat seine Vorteile und Nachteile.

BullsEye 9. Feb 2009 15:08

Re: RichEdit VS SynEdit
 
Eig so als Texteditor.

Syntax Highlighting etc das ganze drum herum.

toms 9. Feb 2009 15:11

Re: RichEdit VS SynEdit
 
Dann ist SynEdit sicher die bessere Wahl.
Mit TRichEdit kannst du u.a. rtf-Text darstellen.

BullsEye 9. Feb 2009 15:14

Re: RichEdit VS SynEdit
 
Eigentlich geht es nur um normale "*.txt" Dokumente bzw später vllt ein eigenes Format. Soll kein "High End" Texteditor werden. Nur sowas in Richtung Notepad.
Nur so als Übung halt.

Ich hab gerade mal die Synedit Komponenten installiert. Allerdings muss ich jetzt jede Unit mit in den Projekt Ordner kopieren, damit ich das Programm starten kann. Sonst erhalte ich folgende Meldung:

Zitat:

[Fataler Fehler] Unit1.pas(7): Datei nicht gefunden: 'SynEdit.dcu'

RWarnecke 9. Feb 2009 15:25

Re: RichEdit VS SynEdit
 
Trage den Pfad zu den Sourcen von SynEdit mal in den Suchpfad von Delphi ein. Dann wird auch Dein Programm ohne kopieren funktionieren.

BullsEye 9. Feb 2009 15:44

Re: RichEdit VS SynEdit
 
Zitat:

Zitat von RWarnecke
Trage den Pfad zu den Sourcen von SynEdit mal in den Suchpfad von Delphi ein. Dann wird auch Dein Programm ohne kopieren funktionieren.


Die Pfade werden ja eig alle richtig angezeigt. Hab Delphi 7. Wo genau muss ich das denn Eintragen?

RWarnecke 9. Feb 2009 15:56

Re: RichEdit VS SynEdit
 
Tools-->Options-->Library Win32, so heißt es unter RAD Studio 2007.

Jakob Ullmann 9. Feb 2009 16:48

Re: RichEdit VS SynEdit
 
Tools -> Umgebungsoptionen -> Bibliothek -> Bibliothekspfad
dort ; und anschließend SynEdit-Verzeichnis hinzufügen

so gehts bei D7. Alternative: Alle SynEdit Dateien in <DelphiVerzeichnis>\Lib kopieren. Ist aber nicht zu empfehlen.

BullsEye 9. Feb 2009 16:52

Re: RichEdit VS SynEdit
 
-.- War nur nen kleiner "Tippfehler" Aber trotzdem Danke! ;)


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:23 Uhr.
Seite 1 von 2  1 2      

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz