view release on metacpan or search on metacpan
that mixes HTML & perl modes in a single buffer, check
out the editors/mmm-asp-perl.el file in distribution.
* Vim, special syntax support with editors/aasp.vim file in distribution.
* UltraEdit32 ( http://www.ultraedit.com/ ) has syntax highlighting,
good macros and a configurable wordlist (so one can have syntax
highlighting both for Perl and HTML).
Please feel free to suggest your favorite development
environment for this list.
view all matches for this distribution
view release on metacpan or search on metacpan
share/SpamAssassin/easy_ham/02353.d1d5be2d594526feaefe01119c9b114e view on Meta::CPAN
[10] http://gpoulose.home.att.net/
[11] http://www.vmware.com/
[12] http://www.openoffice.org/
[13] http://www.cygwin.com/
[14] http://diveintomark.org/mt/mt-search.cgi
[15] http://www.ultraedit.com/downloads/index.html#notepad
Replacing Notepad with Ultraedit-32
[16] http://www.microsoft.com/ntworkstation/downloads/PowerToys/Networking/NTTweakUI.asp
[17] http://www.cygwin.com/
[18] http://www.guidescope.com/
[19] http://download.com.com/3000-2092-10039884.html?part=zonealarm&subj=dlpage
view all matches for this distribution
view release on metacpan or search on metacpan
hugs98-Nov2003/src/winhugs/register/register.c view on Meta::CPAN
sprintf(editorCmd, "\"\\\"%s\\\\editor\\\\pfe\\\\pfe32.exe\\\" /g %cd \\\"%cs\\\"\"", expandSlash(hugsHome), '%', '%');
return editorCmd;
}
/* configuration for ultraedit32 editor */
static String Ultraedit32(void)
{
static CHAR editorCmd[2*_MAX_PATH];
sprintf(editorCmd, "\"\\\"c:\\\\archivos de programa\\\\ultraedt\\\\uedit32.exe\\\" %cs/%cd/1\"", '%', '%');
view all matches for this distribution
view release on metacpan or search on metacpan
share/count_1w.txt view on Meta::CPAN
seraph 151382
pseudogene 151382
avoriaz 151379
vfm 151373
putman 151368
ultraedit 151364
sarongs 151364
kebabs 151363
dnssec 151360
ashie 151356
thymic 151351
view all matches for this distribution
view release on metacpan or search on metacpan
FR/perlfaq3.pod view on Meta::CPAN
WordPerfect ne fonctionnent pas bien car ils insèrent plein
d'informations cachées (ceci étant, la plupart proposent aussi
l'enregistrement au format "Texte seul"). Vous pouvez aussi
télécharger des éditeurs de textes conçus spécialement pour la
programmation comme Textpad (L<http://www.textpad.com>) et UltraEdit
(L<http://www.ultraedit.com>) entre autres.
Si vous utilisez MacOS, les mêmes conseils s'appliquent. MacPerl (pour
l'envrionnement Classic) vient avec un éditeur simple. Les éditeurs
externes les plus populaires sont BBEdit (L<http://www.bbedit.com/>) or
Alpha (L<http://www.his.com/~jguyer/Alpha/Alpha8.html>). Les utilisateurs
view all matches for this distribution
view release on metacpan or search on metacpan
IT/perlfaq3.pod view on Meta::CPAN
come NotePad o WordPad. I Word processor come Microsoft Word o WordPerfect
tipicamente non sono indicati, dal momento che inseriscono qualsiasi sorta
di informazione dietro le quinte, anche se molti permettono di salvare
file come "Solo Testo". Potete anche scaricare editor di testo
progettati specificatamente per la programmazione, come Textpad
( http://www.textpad.com/ ) e UltraEdit ( http://www.ultraedit.com/ ),
fra gli altri.
Se state usando MacOS, valgono le stesse considerazioni. Con MacPerl
(per un ambiente Classic) c'E<eacute> un semplice editor. Editor esterni
popolari sono BBEdit ( http://www.bbedit.com/ ) o Alpha
view all matches for this distribution
view release on metacpan or search on metacpan
share/themes/evening.txt
share/themes/night.txt
share/themes/notepad.txt
share/themes/solarized_dark.txt
share/themes/solarized_light.txt
share/themes/ultraedit.txt
t/01_compile.t
t/02_new.t
t/03_db.t
t/04_config.t
t/05_project.t
view all matches for this distribution
view release on metacpan or search on metacpan
cpan/perlfaq/lib/perlfaq3.pod view on Meta::CPAN
with plain text, such as NotePad or WordPad. Word processors, such as
Microsoft Word or WordPerfect, typically do not work since they insert
all sorts of behind-the-scenes information, although some allow you to
save files as "Text Only". You can also download text editors designed
specifically for programming, such as Textpad (
L<http://www.textpad.com/> ) and UltraEdit ( L<http://www.ultraedit.com/> ),
among others.
If you are using MacOS, the same concerns apply. MacPerl (for Classic
environments) comes with a simple editor. Popular external editors are
BBEdit ( L<http://www.barebones.com/products/bbedit/> ) or Alpha (
view all matches for this distribution
view release on metacpan or search on metacpan
lib/perlfaq3.pod view on Meta::CPAN
with plain text, such as NotePad or WordPad. Word processors, such as
Microsoft Word or WordPerfect, typically do not work since they insert
all sorts of behind-the-scenes information, although some allow you to
save files as "Text Only". You can also download text editors designed
specifically for programming, such as Textpad (
L<http://www.textpad.com/> ) and UltraEdit ( L<http://www.ultraedit.com/> ),
among others.
If you are using MacOS, the same concerns apply. MacPerl (for Classic
environments) comes with a simple editor. Popular external editors are
BBEdit ( L<http://www.barebones.com/products/bbedit/> ) or Alpha (
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Text/Highlight.pm view on Meta::CPAN
open FH, $grammar or croak "Cannot open '$grammar' to find syntax for '$type': $!";
if($format eq 'editplus') {
_get_syntax_editplus(\%syntax, \*FH);
}
elsif($format eq 'ultraedit') {
_get_syntax_ultraedit(\%syntax, \*FH);
}
#else return a non-function yet parsable %syntax, might be desired?
close FH;
$self->{_grammars}{$type} = \%syntax;
lib/Text/Highlight.pm view on Meta::CPAN
redo unless(eof); #back to the top of the while without hitting <FILE> again, assuming not EOF
}
}
}
sub _get_syntax_ultraedit
{
my $syntax = shift;
my $FH = shift;
#make sure we break on newlines
lib/Text/Highlight.pm view on Meta::CPAN
C<grammar> can be one of two things: the filename containing the syntax, or a hashref to an already parsed language syntax. If a filename, the file must contain only a single language syntax definition. Though some editors allow multiple language def...
=back
C<< format => 'editplus' | 'ultraedit' >>
=over 4
C<format> is a string specifying which format the syntax definition in the file is in. It is not used if C<grammar> is a hashref, but is required if it is a filename. Currently, it must be set to one of the following strings: 'editplus' 'ultraedit'
The syntax for a language is set to the following default hash before parsing the file. This means if any of the options are not set in the syntax file, the default specified here is used instead. If C<format> is not set to a valid string, this defau...
{ name => 'Unknown-type',
escape => '\\',
view all matches for this distribution