SynWrite

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
User avatar
Midas
Posts: 6726
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: SynWrite

#31 Post by Midas »

Thanks, Alextp. :)

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#32 Post by carbonize »

Anyway to disable the smarty tags from it's markdown? I mean html:5 produces

Code: Select all

<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>${5:Document}</title>
</head>
<body>
	${6}
</body>
</html>

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#33 Post by Alextp »

hm, didn't know about such Emmet thg. Need to think.

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

#34 Post by Alextp »

"html:5" issue will b fixed.

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#35 Post by carbonize »

Ouch just found something really annoying. Once you save a file you can no longer undo which is a pain when I am testing minor edits to code :|

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#36 Post by Alextp »

Did u try option "Editor - Undo after save"?

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#37 Post by carbonize »

Couldn't see it for looking but that should be enabled by default. Not even sure why it's an option as who would not want the ability to undo if needed :-/

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#38 Post by Alextp »

I may chg default, OK

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#39 Post by carbonize »

Can you also update the PHP function list to include the filter functions.

bool filter_has_var ( int $type , string $variable_name )
int filter_id ( string $filtername )
mixed filter_input_array ( int $type [, mixed $definition ] )
mixed filter_input ( int $type , string $variable_name [, int $filter = FILTER_DEFAULT [, mixed $options ]] )
array filter_list ( void )
mixed filter_var_array ( array $data [, mixed $definition ] )
mixed filter_var ( mixed $variable [, int $filter = FILTER_DEFAULT [, mixed $options ]] )

All require PHP >= 5.2.0

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#40 Post by Alextp »

Sure, 'll add...

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#41 Post by carbonize »

I'm just generating a list of all PHP functions in your chosen format that you should be able to use. Trouble is a lot of functions do not have a description in the PHP docs.

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#42 Post by Alextp »

Oh, thanks. (U can see my format in HL\Php.acp)

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#43 Post by carbonize »

Here is what I have so far http://pastebin.com/UuivELiU

Some of these functions are extension dependant such as the BBcode ones but I feel it's better to have them all since they are all listed on php.net.

Alextp
Posts: 38
Joined: Wed Aug 17, 2011 7:03 am

Re: SynWrite

#44 Post by Alextp »

tks, I ll try to include them all.

carbonize
Posts: 363
Joined: Wed Jan 09, 2008 1:16 am
Location: Bristol, UK
Contact:

Re: SynWrite

#45 Post by carbonize »

OK here it is. I basically grabbed all the functions HTML files, put them in a directory and had a script go through them grabbing the relevant data so what is here is exactly as it is on the official PHP documentation. Obviously this is just the functions and you have other things in your file such as statements and loops.
Attachments
PHP Functions.zip
List of al PHP functions and their variables.
(109.08 KiB) Downloaded 359 times

Post Reply