Difference between revisions of "SynEdit/port"

From Lazarus wiki
Jump to navigationJump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=== Synedit 2.0.5 port ===
 
=== Synedit 2.0.5 port ===
  
=== Descripción ===
+
<b>Descripci&oacute;n</b>
  
 
SynEdit es un control multilínea avanzado ,de edición de texto ,para Borland Delphi y Kylix. Soporta resaltado de sintaxis, ajuste de texto, completado de código, Plantillas y exporta en los formatos HTML, TeX y RTF.
 
SynEdit es un control multilínea avanzado ,de edición de texto ,para Borland Delphi y Kylix. Soporta resaltado de sintaxis, ajuste de texto, completado de código, Plantillas y exporta en los formatos HTML, TeX y RTF.
  
 
Tomado de http://synedit.sourceforge.net/
 
Tomado de http://synedit.sourceforge.net/
 +
 +
<b>Description</b>
 +
 +
SynEdit is an advanced multi-line edit control, for Borland Delphi
 +
and Kylix (C++Builder mostly works, but is unsupported).
 +
It supports syntax highlighting, word-wrapping, code completion
 +
, template components, and exporters for HTML, TeX and RTF.
 +
 +
Take from http://synedit.sourceforge.net/
 +
 +
 +
Ejecut&aacute;ndose en Linux con el componente TSynPasSyn
 +
 +
Running under linux with the TSynPasSyn component
  
  
<b>En Linux con el TSynPasSyn</b><br/>
 
 
[[Image:synedit+pascal+Linux.png|center|650px|]]
 
[[Image:synedit+pascal+Linux.png|center|650px|]]
  
<b>En Linux con los componentes SynWeb y TSynCompletionProposal</b><br/>
+
 
 +
 
 +
Ejecut&aacute;ndose en Linux con los componentes SynWeb y TSynCompletionProposal
 +
 
 +
Running under linux with the SynWeb and TSynCompletionProposal components
 +
 
 +
 
 
[[Image:synedit+synweb+Linux.png|center|650px|]]
 
[[Image:synedit+synweb+Linux.png|center|650px|]]
  
<b>En Windows XP con los componentes SynWeb y TSynCompletionProposal</b><br/>
+
 
 +
En Windows XP con los componentes SynWeb y TSynCompletionProposal
 +
 
 +
Running under Windows XP with the SynWeb and TSynCompletionProposal components
 +
 
 +
 
 +
 
 
[[Image:synedit+synweb+windowsxp.png|center|650px|]]
 
[[Image:synedit+synweb+windowsxp.png|center|650px|]]
  
<b>Problema de Dibujado del SynWeb en linux</b><br/>
 
[[Image:Paint-Problem-Linux.jpg|center|650px|]]
 
  
 +
Code:https://github.com/rnapoles/
 
<br/><br/><br/>
 
<br/><br/><br/>
 +
 +
[[Category:Castellano]]
 +
[[Category:Español]]
 +
[[Category:SynEdit/es]]

Latest revision as of 18:56, 12 July 2015

Synedit 2.0.5 port

Descripción

SynEdit es un control multilínea avanzado ,de edición de texto ,para Borland Delphi y Kylix. Soporta resaltado de sintaxis, ajuste de texto, completado de código, Plantillas y exporta en los formatos HTML, TeX y RTF.

Tomado de http://synedit.sourceforge.net/

Description

SynEdit is an advanced multi-line edit control, for Borland Delphi and Kylix (C++Builder mostly works, but is unsupported). It supports syntax highlighting, word-wrapping, code completion , template components, and exporters for HTML, TeX and RTF.

Take from http://synedit.sourceforge.net/


Ejecutándose en Linux con el componente TSynPasSyn

Running under linux with the TSynPasSyn component


synedit+pascal+Linux.png


Ejecutándose en Linux con los componentes SynWeb y TSynCompletionProposal

Running under linux with the SynWeb and TSynCompletionProposal components


synedit+synweb+Linux.png


En Windows XP con los componentes SynWeb y TSynCompletionProposal

Running under Windows XP with the SynWeb and TSynCompletionProposal components


synedit+synweb+windowsxp.png


Code:https://github.com/rnapoles/