1. Editor AkelPad

I recommend another editor for Eu/OE/Phix - AkelPad, without setting it offers to substitute any words used earlier in the text, when selecting any word, selects all such words in the text. When you enable the Coder plugin, you can configure Autofill, Code Addition, and Selection. I have configured to collapse the function, procedure, if, for, and/*, to the right in the window they are all available for quick access. Using I set up quick access to any place in the program Example eu.coder:

;----------------------------------------------; 
;           Coder plugin syntax file           ; 
;----------------------------------------------; 
 
;Colors 
; Color need to be in #RRGGBB or #RGB format. 
; If color equal to zero, then color ignored. 
; 
;Font styles 
; 0  ignored. 
; 1  normal. 
; 2  bold. 
; 3  italic. 
; 4  bold italic. 
; 
;For comfort file viewing/editing set tab size to 8. 
 
 
Files: 
;========== 
;File types 
;========== 
*.ex 
*.exw 
*.ew 
*.e  
;----------------------------------------------; 
;                  HighLight                   ; 
;----------------------------------------------; 
 
;Flags (sum of the members) 
;     1  case sensitive. 
;     2  word is a composition of characters ("Words:" section only). Example: "0123456789" - highlight words that contain only digits. 
;     4  quote end required ("Quotes:" section only). 
;     8  quote start string is ignored and last meet delimiter used as quote start ("Quotes:" section only). 
;    16  quote end string is ignored and first meet delimiter used as quote end ("Quotes:" section only). 
;    32  don't highlight quote start ("Quotes:" section only). 
;    64  don't highlight quote end ("Quotes:" section only). 
;   128  don't catch and don't highlight quote start ("Quotes:" section only). 
;   256  don't catch and don't highlight quote end ("Quotes:" section only). 
;   512  quote start, delimiter or word located at line start. 
;  1024  quote end, delimiter or word located at line end. 
;  2048  quote start is surrounded with delimiters ("Quotes:" section only). 
;  4096  quote end is surrounded with delimiters ("Quotes:" section only). 
;  8192  quote doesn't contain delimiters ("Quotes:" section only). 
; 16384  only quote start string is catched ("Quotes:" section only). 
; 32768  quote doesn't contain any character ("Quotes:" section only). 
 
 
Font: 
;================================================================= 
;FontStyle             FontSize              FaceName 
;================================================================= 
${HighLight_FontStyle} ${HighLight_FontSize} ${HighLight_FaceName} 
 
 
Colors: 
;============================================================================================================================================================================================================================================================================================================================================================================================================================= 
;BasicTextColor             BasicBkColor              SelTextColor              SelBkColor              LineTextColor              LineBkColor              LineBorderColor              AltTextColor              AltBkColor              AltBorderColor              ColumnColor              MarkerColor              CaretColor              UrlColor              ActiveUrlColor              VisitUrlColor 
;============================================================================================================================================================================================================================================================================================================================================================================================================================= 
${HighLight_BasicTextColor} ${HighLight_BasicBkColor} ${HighLight_SelTextColor} ${HighLight_SelBkColor} ${HighLight_LineTextColor} ${HighLight_LineBkColor} ${HighLight_LineBorderColor} ${HighLight_AltTextColor} ${HighLight_AltBkColor} ${HighLight_AltBorderColor} ${HighLight_ColumnColor} ${HighLight_MarkerColor} ${HighLight_CaretColor} ${HighLight_UrlColor} ${HighLight_ActiveUrlColor} ${HighLight_VisitUrlColor} 
 
 
BkImage: 
;================================================== 
;BkImageFile              BkImageAlpha 
;================================================== 
${HighLight_BkImageFile}  ${HighLight_BkImageAlpha} 
 
 
AutoMark: 
;==================================================================================================================== 
;AutoMarkFlags             AutoMarkFontStyle              AutoMarkTextColor              AutoMarkBkColor 
;==================================================================================================================== 
${HighLight_AutoMarkFlags} ${HighLight_AutoMarkFontStyle} ${HighLight_AutoMarkTextColor} ${HighLight_AutoMarkBkColor} 
 
 
Quotes: 
;=================================================================================== 
;Flags  Font    Color   Color   Quote   Quote   Escape  Quote   Quote   Parent  Rule 
;       style   text    bkgrnd  start   end     char    include exclude ID      ID 
;=================================================================================== 
;5=1+4 
5	3	${STR}	0	"'"	"'"	""	""	""	0	0 
;1=1 
1	3	${COMM}	0	"//"	""	":"	""	""	0	0 
;5=1+4 
5	0	${VAR}	0	"{$"	"}"	""	""	""	0	0 
;5=1+4 
5	3	${COMM}	0	"{"	"}"	""	""	""	0	0 
;5=1+4 
5	3	${COMM}	0	"(*"	"*)"	""	""	""	0	0 
 
 
QuotesRE: 
;=========================================================================================== 
;Flags  Pattern         \BackRef=(FontStyle,ColorText,ColorBk) \BackRef=...  ParentID RuleID 
;=========================================================================================== 
 
 
Delimiters: 
;=============================================== 
;Flags  Font    Color   Color   Char(s)   Parent 
;       style   text    bkgrnd            ID 
;=============================================== 
1	0	0	0	" " 
1	0	0	0	"	" 
1	0	${DEL1}	0	( 
1	0	${DEL1}	0	) 
1	0	${DEL2}	0	[ 
1	0	${DEL2}	0	] 
1	0	${DEL2}	0	: 
1	0	${DEL2}	0	= 
1	0	${DEL2}	0	. 
1	0	${DEL2}	0	, 
1	0	${DEL2}	0	; 
1	0	${DEL2}	0	* 
1	0	${DEL2}	0	/ 
1	0	${DEL2}	0	- 
1	0	${DEL2}	0	+ 
1	0	${DEL2}	0	> 
1	0	${DEL2}	0	< 
1	0	${DEL2}	0	@ 
1	0	${DEL2}	0	^ 
 
 
Words: 
;=========================================== 
;Flags  Font    Color   Color   Word  Parent 
;       style   text    bkgrnd        ID 
;=========================================== 
;--Types-- 
0	4	${TYPE}	0	constant 
0	4	${TYPE}	0	atom 
0	4	${TYPE}	0	integer 
0	4	${TYPE}	0	object 
0	4	${TYPE}	0	sequence 
8	3	${TYPE}	0	-- 
0	2	${OP}	0	? 
0	2	${OP}	0	& 
0	2	${OP}	0	abort 
0	2	${OP}	0	and_bits 
0	2	${OP}	0	append 
0	2	${OP}	0	arctan 
0	2	${OP}	0	c_func 
0	2	${OP}	0	c_proc 
0	2	${OP}	0	call 
0	2	${OP}	0	call_func 
0	2	${OP}	0	call_proc 
0	2	${OP}	0	clear_screen 
0	2	${OP}	0	close 
0	2	${OP}	0	command_line 
0	2	${OP}	0	compare 
0	2	${OP}	0	cos 
0	2	${OP}	0	date 
0	2	${OP}	0	delete 
0	2	${OP}	0	delete_routine 
0	2	${OP}	0	equal 
0	2	${OP}	0	find 
0	2	${OP}	0	floor 
0	2	${OP}	0	get_key 
0	2	${OP}	0	getc 
0	2	${OP}	0	getenv 
0	2	${OP}	0	gets 
0	2	${OP}	0	hash 
0	2	${OP}	0	head 
0	2	${OP}	0	include_paths 
0	2	${OP}	0	insert 
0	2	${OP}	0	length 
0	2	${OP}	0	log 
0	2	${OP}	0	machine_func 
0	2	${OP}	0	machine_proc 
0	2	${OP}	0	match 
0	2	${OP}	0	mem_copy 
0	2	${OP}	0	mem_set 
0	2	${OP}	0	not_bits 
0	2	${OP}	0	open 
0	2	${OP}	0	option_switches 
0	2	${OP}	0	or_bits 
0	2	${OP}	0	peek 
0	2	${OP}	0	peek2s 
0	2	${OP}	0	peek2u 
0	2	${OP}	0	peek4s 
0	2	${OP}	0	peek4u 
0	2	${OP}	0	peek8s 
0	2	${OP}	0	peek8u 
0	2	${OP}	0	peek_longs 
0	2	${OP}	0	peek_longu 
0	2	${OP}	0	peek_pointer 
0	2	${OP}	0	peeks 
0	2	${OP}	0	peek_string 
0	2	${OP}	0	pixel 
0	2	${OP}	0	platform 
0	2	${OP}	0	poke 
0	2	${OP}	0	poke2 
0	2	${OP}	0	poke4 
0	2	${OP}	0	poke8 
0	2	${OP}	0	poke_long 
0	2	${OP}	0	poke_pointer 
0	2	${OP}	0	position 
0	2	${OP}	0	power 
0	2	${OP}	0	prepend 
0	2	${OP}	0	print 
0	2	${OP}	0	printf 
0	2	${OP}	0	puts 
0	2	${OP}	0	rand 
0	2	${OP}	0	remainder 
0	2	${OP}	0	remove 
0	2	${OP}	0	repeat 
0	2	${OP}	0	replace 
0	2	${OP}	0	routine_id 
0	2	${OP}	0	sin 
0	2	${OP}	0	sizeof 
0	2	${OP}	0	splice 
0	2	${OP}	0	sprintf 
0	2	${OP}	0	sqrt 
0	2	${OP}	0	system 
0	2	${OP}	0	system_exec 
0	2	${OP}	0	tail 
0	2	${OP}	0	tan 
0	2	${OP}	0	task_clock_start 
0	2	${OP}	0	task_clock_stop 
0	2	${OP}	0	task_create 
0	2	${OP}	0	task_list 
0	2	${OP}	0	task_schedule 
0	2	${OP}	0	task_self 
0	2	${OP}	0	task_status 
0	2	${OP}	0	task_suspend 
0	2	${OP}	0	task_yield 
0	2	${OP}	0	time 
0	2	${OP}	0	trace 
0	2	${OP}	0	xor_bits  
0	2	${IF}	0	and 
0	2	${IF}	0	as 
0	2	${IF}	0	break 
0	2	${IF}	0	by 
0	2	${IF}	0	case 
0	2	${IF}	0	continue 
0	2	${IF}	0    	deprecate 
0	2	${IF}	0	do 
0	2	${IF}	0	else 
0	2	${IF}	0	elsedef 
0	2	${IF}	0	elsif 
0	2	${IF}	0	elsifdef 
0	2	${IF}	0	end 
0	2	${IF}	0	entry 
0	2	${IF}	0	enum 
0	2	${IF}	0	exit 
0	2	${IF}	0	export 
0	2	${IF}	0	fallthru 
0	2	${IF}	0	for 
0	2	${IF}	0	function 
0	2	${IF}	0	global 
0	2	${IF}	0	goto 
0	2	${IF}	0	if 
0	2	${IF}	0	ifdef 
0	2	${IF}	0	include 
0	2	${IF}	0	label 
0	2	${IF}	0	loop 
0	2	${IF}	0	namespace 
0	2	${IF}	0	not 
0	2	${IF}	0	or 
0	2	${IF}	0	override 
0	2	${IF}	0	procedure 
0	2	${IF}	0	public 
0	2	${IF}	0	retry 
0	2	${IF}	0	return 
0	2	${IF}	0	routine 
0	2	${IF}	0	switch 
0	2	${IF}	0	then 
0	2	${IF}	0	to 
0	2	${IF}	0	type 
0	2	${IF}	0	until 
0	2	${IF}	0	while 
0	2	${IF}	0	with 
0	2	${IF}	0	without 
0	2	${IF}	0	xor  
 
;----------------------------------------------; 
;                   CodeFold                   ; 
;----------------------------------------------; 
 
;Flags (sum of the members) 
;       1  case sensitive. 
;       2  force get fold name for function list from left at the fold start ("Folds:" section only). 
;       4  force get fold name for function list from right at the fold start, including fold start ("Folds:" section only). 
;       8  fold start located at line start ("Folds:" section only). 
;      16  fold start located at line end ("Folds:" section only). 
;      32  fold end located at line start ("Folds:" section only). 
;      64  fold end located at line end ("Folds:" section only). 
;     128  don't catch fold end ("Folds:" section) or skip end ("Skips:" section). 
;     256  additional to 128 flag - more priority is given to sibling level instead of parent level ("Folds:" section only). 
;     512  comment fold - fold ignore any other folds and skips inside ("Folds:" section only). 
;    1024  reserved. 
;    2048  deny fold - founded fold will be ignored ("Folds:" section only). 
;    4096  xml fold - "<tag" and "</tag>", "<single" and "/>", "<single" and ">" ("Folds:" section only). 
;    8192  don't check delimiters from left of fold start ("Folds:" section only). 
;   16384  don't check delimiters from right of fold start ("Folds:" section only). 
;   32768  don't check delimiters from left of fold end ("Folds:" section only). 
;   65536  don't check delimiters from right of fold end ("Folds:" section only). 
;  131072  deny delimiters ("Folds:" section only). 
;  262144  don't show fold in list ("Folds:" section only). 
; 1048576  regular expression in fold start ("Folds:" section) or skip start ("Skips:" section). 
; 2097152  regular expression in fold end ("Folds:" section) or skip end ("Skips:" section). Backreference \101 matches \1 in fold start, \102 matches \2 and so on. 
 
 
FoldPanel: 
;================================================================================================================================================================================================================================================================================================================================================================================================================================================================= 
;PanelFirstBkColor            PanelSecondBkColor             PanelNormalFoldColor             PanelActiveFoldColor             PanelNormalNodeOpenBkColor             PanelNormalNodeCloseBkColor             PanelActiveNodeOpenBkColor             PanelActiveNodeCloseBkColor             PanelNormalNodeOpenSignColor             PanelNormalNodeCloseSignColor             PanelActiveNodeOpenSignColor             PanelActiveNodeCloseSignColor 
;================================================================================================================================================================================================================================================================================================================================================================================================================================================================= 
${CodeFold_PanelFirstBkColor} ${CodeFold_PanelSecondBkColor} ${CodeFold_PanelNormalFoldColor} ${CodeFold_PanelActiveFoldColor} ${CodeFold_PanelNormalNodeOpenBkColor} ${CodeFold_PanelNormalNodeCloseBkColor} ${CodeFold_PanelActiveNodeOpenBkColor} ${CodeFold_PanelActiveNodeCloseBkColor} ${CodeFold_PanelNormalNodeOpenSignColor} ${CodeFold_PanelNormalNodeCloseSignColor} ${CodeFold_PanelActiveNodeOpenSignColor} ${CodeFold_PanelActiveNodeCloseSignColor} 
 
 
FoldList: 
;================================================ 
;ListTextColor            ListBkColor 
;================================================ 
${CodeFold_ListTextColor} ${CodeFold_ListBkColor} 
 
 
TagMark: 
;============================================================================================================ 
;TagMarkFlags            TagMarkFontStyle             TagMarkTextColor             TagMarkBkColor 
;============================================================================================================ 
${CodeFold_TagMarkFlags} ${CodeFold_TagMarkFontStyle} ${CodeFold_TagMarkTextColor} ${CodeFold_TagMarkBkColor} 
 
 
Skips: 
;============================= 
;Flags  Skip    Skip    Escape 
;       start   end     char 
;============================= 
1	"'"	"'"	"\" 
1	"//"	""	":" 
 
 
Folds: 
;=========================================================================================== 
;Flags  Font    Color   Color   Fold              Fold      Deli        Parent  Rule    Rule 
;       style   text    bkgrnd  start             end       miters      ID      ID      file 
;=========================================================================================== 
;1049089=1+512+1048576 
;1049089	3	${COMM}	0	"\{(?!\$)"        "}"       ""          0	0 
;513=1+512 
;513	3	${COMM}	0	"(*"              "*)"      ""          0	0 
552	3	${COMM}	0	"--/*"          "--*/"     ""	 	0	0 
512	3	${COMM}	0	"--"      	  ""        ""          0	0 
;130=2+128 
130	0	0	0	"case"            "end"     " 	;.}"    0	0 
40	0	0	0	"begin "           "end"     ""       	0	0 
40	0	0	0	"procedure "       "end procedure"   ""  0	0 
41	0	0	0	"global procedure "       "end procedure"   ""  0	0 
;--try-- 
40	0	0	0	"function "        "end function"     "" 0	0 
41	0	0	0	"global function "        "end function"     "" 0	0 
;130=2+128 
72	0	0	0	"atom "             ""      ","    	0	0 
72	0	0	0	"object"           ""  	    ","    	0	0 
;130=2+128 
72	0	0	0	"sequence "        ""        "," 	0	0 
72	0	0	0	"if "              "end if"     ""    0	0 
40	0	0	0	"for "             "end for" ""    0	0 
 
48	0	${TYPE}	0	"typedef struct" """""     ""		0	0 
 
 
 
;----------------------------------------------; 
;                 AutoComplete                 ; 
;----------------------------------------------; 
 
;Flags (sum of the members) 
;  1  force case sensitive. 
;  2  force case insensitive. 
;  4  regular expression (only for "$="). Scan starts from caret line beginning and metacharacters \a or \z specified caret position. 
;  8  Don't show in listbox. 
 
 
CompleteList: 
;===================================================================================================================================================================================================================================================================================================================================================================================================================================================================== 
;ListFontStyle                ListFontSize                 ListFaceName                 ListLineGap                 ListBlockIcon `"C:\1.dll", 0` ListBlockIconMargins "left;right"    ListHlBaseIcon `"C:\1.dll", 0` ListHlBaseIconMargins "left;right"    ListDocWordIcon `"C:\1.dll", 0` ListDocWordIconMargins "left;right"    ListBasicTextColor                 ListBasicBkColor                 ListSelTextColor                 ListSelBkColor 
;===================================================================================================================================================================================================================================================================================================================================================================================================================================================================== 
${AutoComplete_ListFontStyle} ${AutoComplete_ListFontSize} ${AutoComplete_ListFaceName} ${AutoComplete_ListLineGap} ${AutoComplete_ListBlockIcon} ${AutoComplete_ListBlockIconMargins} ${AutoComplete_ListHlBaseIcon} ${AutoComplete_ListHlBaseIconMargins} ${AutoComplete_ListDocWordIcon} ${AutoComplete_ListDocWordIconMargins} ${AutoComplete_ListBasicTextColor} ${AutoComplete_ListBasicBkColor} ${AutoComplete_ListSelTextColor} ${AutoComplete_ListSelBkColor} 
 
 
Blocks: 
;============================================================================= 
;Abbreviations and blocks 
; 
; $~abbr         normal abbreviation. 
; $(flags)~abbr  normal abbreviation with flags. 
; $=abbr         exact abbreviation. May contain delimiters. 
; $(flags)=abbr  exact abbreviation with flags. May contain delimiters. 
; $[]            set caret to this position. Can be multiple (hot spots). 
; $[text]        select text. Can be multiple (hot spots). 
; $$             symbol $. 
; $\]            escape symbol ]. Can be used in $[text] block: $[One [1$\] ]. 
; ${VAR}         variable assigned from Coder::Settings. 
; $;             comment line. 
;============================================================================= 
$~if 
if $[] then 
${AutoComplete_Indent}$[] 
end if 
 
$~while 
while $[] do 
${AutoComplete_Indent}$[] 
end while 
 
$~for 
for $[] to $[] do 
${AutoComplete_Indent}$[] 
end for 
 
$~with 
with $[] do 
${AutoComplete_Indent}$[] 
end 
 
$~repeat 
repeat 
${AutoComplete_Indent}$[] 
until $[]; 
 
$~case 
case $[] of 
${AutoComplete_Indent}$[] 
end 
 
$~procedure 
procedure $[]; 
${AutoComplete_Indent}$[] 
end procedure 
 
$~function 
function $[]; 
${AutoComplete_Indent}$[] 
end function 
https://imageup.ru/img35/3710801/screen.jpg.html

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu