diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-08-01 02:03:45 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-08-01 02:05:24 -0500 |
commit | cd876745538da60f59c7f23c552211af9b63c069 (patch) | |
tree | b50093d313eec1b548ece896e1badeedc4edce1f /editors/picpas/files/patch-Source_FrameEditView.pas | |
parent | math/cppad: Update 20210000.6 -> 20210000.7 (diff) |
editors/picpas: remove BROKEN
* Re-generate patch files
* Bump PORTREVISION
Diffstat (limited to 'editors/picpas/files/patch-Source_FrameEditView.pas')
-rw-r--r-- | editors/picpas/files/patch-Source_FrameEditView.pas | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/picpas/files/patch-Source_FrameEditView.pas b/editors/picpas/files/patch-Source_FrameEditView.pas new file mode 100644 index 000000000000..f804a4439f9a --- /dev/null +++ b/editors/picpas/files/patch-Source_FrameEditView.pas @@ -0,0 +1,20 @@ +--- Source/FrameEditView.pas.orig 2021-08-01 06:56:07 UTC ++++ Source/FrameEditView.pas +@@ -438,9 +438,6 @@ begin + ed.OnCommandProcessed:=@edCommandProcessed; //necesita para actualizar el cursor + // RecentFiles := TStringList.Create; + MaxRecents := 1; //Inicia con 1 +- //guarda parámetros +- nomDef := nomDef0; +- extDef := extDef0; + NewFile; //Inicia editor con archivo vacío + /////////////////////////////////////////////////////////////// + tabWidth := 30; //valor por defecto +@@ -848,7 +845,6 @@ begin + ed.OnChangeEditorState := @ChangeEditorState; + ed.OnChangeFileInform := @editChangeFileInform; + ed.hl.IconList := ImgCompletion; +- ed.SetLanguage(curLanguage); + //Configura PageControl + ed.SynEdit.Parent := self; + ed.SynEdit.Align := alClient; |