1. To anyone w/UltraEdit 8.0
- Posted by Euman <euman at BELLSOUTH.NET> Dec 14, 2000
- 529 views
------=_NextPart_000_000B_01C065F6.DECCD560 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I was wondering if anyone has written a wordfile (for Euphoria) for = UltraEdit? if so, would you share this with me and if there isn't anyone with UE then I'll be writeing one soon. Thanks euman at bellsouth.net ------=_NextPart_000_000B_01C065F6.DECCD560 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>I was wondering if anyone has written a = wordfile=20 (for Euphoria) for UltraEdit?</FONT></DIV> <DIV><FONT face=3DArial size=3D2>if so, would you share this with me and = if there=20 isn't anyone with</FONT></DIV> <DIV><FONT face=3DArial size=3D2>UE then I'll be writeing one = soon.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2><A=20 ------=_NextPart_000_000B_01C065F6.DECCD560--
2. Re: To anyone w/UltraEdit 8.0
- Posted by "Gottwald, IT-IS T500, Fa. Compaq, DA" <T.Gottwald at DEUTSCHEPOST. Dec 15, 2000
- 523 views
------_=_NextPart_000_01C06657.B8289870 boundary="----_=_NextPart_001_01C06657.B8289870" ------_=_NextPart_001_01C06657.B8289870 charset="iso-8859-1" FIle is attached ! Greetings --Theo -----Original Message----- From: Euman [mailto:euman at BELLSOUTH.NET] Sent: Thursday, December 14, 2000 11:54 PM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: To anyone w/UltraEdit 8.0 I was wondering if anyone has written a wordfile (for Euphoria) for UltraEdit? if so, would you share this with me and if there isn't anyone with UE then I'll be writeing one soon. Thanks euman at bellsouth.net <mailto:euman at bellsouth.net> ------_=_NextPart_001_01C06657.B8289870 charset="iso-8859-1" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <META content="MSHTML 5.00.2920.0" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=821232705-15122000>FIle is attached !</SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN <DIV><FONT color=#0000ff face=Arial size=2><SPAN <DIV><FONT color=#0000ff face=Arial size=2><SPAN <BLOCKQUOTE style="MARGIN-RIGHT: 0px"> <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Euman [mailto:euman at BELLSOUTH.NET]<BR><B>Sent:</B> Thursday, December 14, 2000 11:54 PM<BR><B>To:</B> EUPHORIA at LISTSERV.MUOHIO.EDU<BR><B>Subject:</B> To anyone w/UltraEdit 8.0<BR><BR></DIV></FONT> <DIV><FONT face=Arial size=2>I was wondering if anyone has written a wordfile (for Euphoria) for UltraEdit?</FONT></DIV> <DIV><FONT face=Arial size=2>if so, would you share this with me and if there isn't anyone with</FONT></DIV> <DIV><FONT face=Arial size=2>UE then I'll be writeing one soon.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Thanks</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2><A href="mailto:euman at bellsouth.net">euman at bellsouth.net</A></FONT></DIV> ------_=_NextPart_001_01C06657.B8289870-- ------_=_NextPart_000_01C06657.B8289870 name="ULTRAEDIT.TXT"
3. Re: To anyone w/UltraEdit 8.0
- Posted by Ben Fosberg <BenFosberg at ATT.NET> Dec 14, 2000
- 520 views
- Last edited Dec 15, 2000
Check the Archive on the RDS site - I downloaded one from there a while back, done by Giovanni Cardona, I believe. Try "UltraEdit" for a search. Ben Fosberg BenFosberg at att.net Euman wrote: > I was wondering if anyone has written a wordfile (for Euphoria) > for UltraEdit?if so, would you share this with me and if there > isn't anyone withUE then I'll be writeing one > soon. Thanks euman at bellsouth.net
4. Re: To anyone w/UltraEdit 8.0
- Posted by Euman <euman at BELLSOUTH.NET> Dec 15, 2000
- 534 views
Hello all, In regards to UltraEdit and wordfiles I have written my own now and the most important part is this eg. /Function String = "%[global]*^{procedure^}^{function^}" /Function String 1 = "%^{procedure^}^{function^}" /Function String 2 = "%[a-zA-Z_]*::^([a-zA-Z_]+^)(*)[~;]" which allows all procedure, function, global procedure and global function with their respective name to be shown in the functions list for easier search thru a entire project of include files I only wish that there were a way to switch the function list to say list all constants or all global atom, global integer etc. but if there is a way I haven't found it YET. I know how to get these by switching to say Euphoria 1, 2, 3 but it seems to be more trouble than its worth. Thanks to everyone who sent me their code for this. euman at bellsouth.net ----- Original Message ----- From: Aku <aku at inbox.as> To: Euman <euman at BELLSOUTH.NET> Sent: Friday, December 15, 2000 6:51 AM Subject: Re: To anyone w/UltraEdit 8.0 > E> I was wondering if anyone has written a wordfile (for Euphoria) for UltraEdit? > E> if so, would you share this with me and if there isn't anyone with > E> UE then I'll be writeing one soon. > > /L1"Euphoria" Line Comment = -- Escape Char = \ String Chars = "' File Extensions = E EW EU EX EXW EXU > /Indent Strings = "do" "then" "(" "[" "{" "else" > /Unindent Strings = "end for" "end if" "end while" "else" ")" "]" "}" > /C1 > and > by > constant > do > exit elsif end else > for function > global > if include > not > or > procedure > return > then to type > with without while > /C2 > abort and_bits append arctan atom > c_func c_proc call call_func call_proc clear_screen close command_line compare cos > date > equal > find floor > get_key get_pixel getc getenv gets > integer > length log > machine_func machine_proc match mem_copy mem_set > not_bits > object open or_bits > peek peek4s peek4u pixel poke poke4 position power prepend print printf puts > rand remainder repeat routine_id > sequence sin sprintf sqrt system > tan time trace > xor_bits > /C3 > all_palette allocate allocate_low allocate_string allow_break atom_to_float32 atom_to_float64 > bits_to_int bk_color bytes_to_int > call_back check_break crash_message current_dir cursor custom_sort > define_c_func define_c_proc dir display_image display_text_image dos_interrupt draw_line > ellipse > float32_to_atom float64_to_atom free free_low > get get_active_page get_all_palette get_display_page get_mouse get_position get_vector graphics_mode get_bytes > int_to_bits int_to_bytes > lock_memory lower > message_box mouse_events mouse_pointer > open_dll > palette polygon platform prompt_number prompt_string > read_bitmap > save_bitmap save_image save_screen save_text_image scroll seek set_active_page set_display_page set_rand set_vector sort sound sprint > text_rows tick_rate text_color > upper use_vesa > value video_config > wait_key where wildcard_file wildcard_match wrap > > >