Send Notepad-plus-plus mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Notepad-plus-plus digest..."


Today's Topics:

   1. [notepad-plus - Help] RE: How to custom a command in toolbar?
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: edit macro (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: Pb in     compiling npp
      insert plugin (SourceForge.net)
   4. [notepad-plus - Help] RE: Vertical Spacing        while Printing
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] Stata statistical
      software - userDefineLang (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Sun, 22 Jul 2007 13:24:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to custom a
        command in toolbar?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4425485
By: coder775

I recall the FAQ talking about making changes to the menus, but I don't know
about the toolbar.  --Joel


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331754



------------------------------

Message: 2
Date: Sun, 22 Jul 2007 13:31:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: edit
        macro
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4425490
By: coder775

To delete macros, you might have to edit the associated configuration file 
called
"shortcuts.xml" in your %APPDATA%\Notepad++ directory (if one exists) or in
the Notepad++ installation directory.

You may have to close Notepad++ and use regular Notepad to edit the file; 
Notepad++
overwrites some of its configuration files when you close it.  --Joel


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331753



------------------------------

Message: 3
Date: Sun, 22 Jul 2007 13:36:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Pb in   compiling npp insert plugin
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4425495
By: coder775

I don't have a solution, but it looks like you don't have one or more libraries
specified for your linker.  You may need to update the library search path or
linker search path, or you may need to get the type of library that the module
needs (like a release version, if it worked with a debug version) before you
can link successfully. --Joel


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=482781



------------------------------

Message: 4
Date: Sun, 22 Jul 2007 13:55:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Vertical
        Spacing while Printing
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4425510
By: nobody

Hi Joel,
Thanks for the response.  I've tried using different fonts with little or no
effect on the interline spacing.  This vertical spacing seems to be largely
independent of the font chosen.  I believe most of us choose font sizes around
8 to 10 for screen and sometimes a bit larger for printing.  Regardless of what
I do however, I get much more space between the lines both on screen and on
paper than I do with other editors.  I can't find a user-adjustable setting
in NPP that allows me to change it.

Best regards,
Patrick


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331754



------------------------------

Message: 5
Date: Sun, 22 Jul 2007 15:49:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Stata
        statistical software - userDefineLang
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4425596
By: keith_k

I just saw the userDefineLang.xml file posted on the website for SAS and thought
there might be an audience for this post.

Below, I have provided the definitions needed to write Stata programs (.do,
.ado) with Notepad++.

Stata (www.stata.com), rivaling SAS, is a statistical program used widely 
throughout
a variety of disciplines.  I use Notepad++ hours a day to write Stata code.
Hopefully with this, others can too.

For more information on integrating Notepad++ into Stata, see the page I wrote
at http://www.econ.umd.edu/~kranker/code/

Best,
Keith Kranker

Here's the file: 

-----------------------
<NotepadPlus>
    <UserLang name="Stata Commands" ext="do ado DO ADO">
        <Settings>
            <Global caseIgnored="yes" />
            <TreatAsSymbol comment="no" commentLine="no" />
            <Prefix words1="no" words2="no" words3="no" words4="no" />
        </Settings>
        <KeywordLists>
            <Keywords name="Delimiters">&quot;`0&quot;&apos;0</Keywords>
            <Keywords name="Folder+">{</Keywords>
            <Keywords name="Folder-">}</Keywords>
            <Keywords name="Operators">- ! # $ % &amp; . : [ ] ^ + &lt;
= &gt;</Keywords>
            <Keywords name="Comment">1/* 1 2*/ 0* 0// 0/// 0</Keywords>
            <Keywords name="Words1">do exit shell ado</Keywords>
            <Keywords name="Words2">use clear preserve restore joinby merge
append cross collapse contract reshape erase</Keywords>
            <Keywords name="Words3">about ado an ano anov anova anovadef ap
app appe appen append args as ass asse asser assert br break bro brow brows
browse by bys byso bysor bysort cap capt captu captur capture cat cd char chdir
checksum chelp cl class cli clis clist cmdlog compress conf confi confir confirm
cons const constr constra constrai constrain constraint continue copy cor corr
corre correl correla correlat correlate cou coun count cox cret cretu cretur
creturn datasig datasign datasigna datasignat datasignatu datasignatur 
datasignature
dec deco decod decode di di_g dir dis discard disp displ displa display do doe
doed doedi doedit drop e ed edi edit else en enc enco encod encode erase eret
eretu eretur ereturn err erro error ex exi exit expand fdades fdadesc fdadescr
fdadescri fdadescrib fdadescribe fdasav fdasave fdause file filefilter fl fli
flis flist foreach form forma format forv forva forval forvalu forvalue 
forvalues
g ge gen gene gener genera generat generate gettoken gl glo glob globa global
gprefs gr7 graph7 haver hexdump if include inf infi infil infile infix inp inpu
input ins insheet insp inspe inspec inspect keep l la lab labe label li lis
list loc loca local log lookup ls m ma mac macr macro man manova manovatest
mark markin markout marksample mat mat_put_rr mata mata_clear mata_describe
mata_drop mata_memory mata_mlib mata_mosave mata_rename mata_which matr matri
matrix memory mkdir mleval mlmatbysum mlmatsum mlsum mlvecsum mor more mov move
n net news no nobreak noi nois noisi noisil noisily notes_dlg numlist odbc on
one onew onewa oneway order ou out outf outfi outfil outfile outs outsh outshe
outshee outsheet parse pl plo plot plugin post postclose postfile postutil pr
preserve pro prog progr progra program pwd q qu que quer query qui quie quiet
quietl quietly ren rena renam rename replace restore ret retu retur return rmdir
ru run sa sav save sca scal scala scalar se search serset set sh she shel shell
sleep so sor sort sret sretu sretur sreturn su sum summ summa summar summari
summariz summarize syntax sysdir ta tab tabd tabdi tabdis tabdisp tabu tabul
tabula tabulat tabulate tempfile tempname tempvar timer token tokeni tokeniz
tokenize translate translator transmap tsrevar ty typ type u unabcmd update
us use vers versi versio version view wh whi which whil while win wind windo
window winexec xmlsav xmlsave xmluse xsh xshe xshel xshell</Keywords>
            <Keywords name="Words4">ac ac_7 acprplot acprplot_7 adjust adopath
adoupdate alpha ameans anova_estat anova_terms aorder arch arch_dr arch_estat
arch_p archlm areg areg_p arima arima_dr arima_estat arima_p asmprobit
asmprobit_estat asmprobit_lf asmprobit_mfx__dlg asmprobit_p avplot avplot_7
avplots avplots_7 bcskew0 bgodfrey binreg bip0_lf biplot bipp_lf bipr_lf bipr_p
biprobit bitest bitesti bitowt blogit bmemsize boot bootsamp bootstrap 
bootstrap_8
boxco_l boxco_p boxcox boxcox_6 boxcox_p bprobit brier brr brrstat bs bs_7 
bsampl_w
bsample bsample_7 bsqreg bstat bstat_7 bstat_8 bstrap bstrap_7 ca ca_estat ca_p
cabiplot camat canon canon_8 canon_8_p canon_estat canon_p caprojection cc 
cchart
cchart_7 cci censobs_table centile cf checkdlgfiles checkestimationsample
checkhlpfiles ci cii classutil clear clo clog clog_lf clog_p clogi clogi_sw
clogit clogit_lf clogit_p clogitp clogl_sw cloglog clonevar clslistarray cluster
cluster_measures cluster_stop cluster_tree cluster_tree_8 clustermat cnr cnre
cnreg cnreg_p cnreg_sw cnsreg codebook collaps4 collapse colormult_nb 
colormult_nw
compare conren contract copyright copysource corc corr2data corr_anti corr_kmo
corr_smc corrgram cox_p cox_sw coxbase coxhaz coxvar cprplot cprplot_7 crc cross
cs cscript cscript_log csi ct ct_is ctset ctst_5 ctst_st cttost cumsp cumsp_7
cumul cusum cusum_7 cutil d datetof db dbeta de deff des desc descr descri 
describ
describe destring dfbeta dfgls dfuller dirstats disp_res disp_s dotplot 
dotplot_7
dprobit drawnorm ds ds_util dstdize duplicates durbina dwstat dydx egen eivreg
emdef eq ereg ereg_lf ereg_p ereg_sw ereghet ereghet_glf ereghet_glf_sh 
ereghet_gp
ereghet_ilf ereghet_ilf_sh ereghet_ip est est_cfexist est_cfname est_clickable
est_expand est_hold est_table est_unhold est_unholdok estat estat_default 
estat_summ
estat_vce_only esti estimates etodow etof etomdy expandcl fac fact facto factor
factor_estat factor_p factor_pca_rotated factor_rotate factormat fcast 
fcast_compute
fcast_graph fh_st fillin find_hlp_file findfile findit findit_7 fit for for5_0
fpredict frac_154 frac_adj frac_chk frac_cox frac_ddp frac_dis frac_dv frac_in
frac_mun frac_pp frac_pq frac_pv frac_wgt frac_xo fracgen fracplot fracplot_7
fracpoly fracpred fron_ex fron_hn fron_p fron_tn fron_tn2 frontier ftodate ftoe
ftomdy ftowdate gamhet_glf gamhet_gp gamhet_ilf gamhet_ip gamma gamma_d2 gamma_p
gamma_sw gammahet gdi_hexagon gdi_spokes genrank genstd genvmean gladder 
gladder_7
glim_l01 glim_l02 glim_l03 glim_l04 glim_l05 glim_l06 glim_l07 glim_l08 glim_l09
glim_l10 glim_l11 glim_l12 glim_lf glim_mu glim_nw1 glim_nw2 glim_nw3 glim_p
glim_v1 glim_v2 glim_v3 glim_v4 glim_v5 glim_v6 glim_v7 glm glm_6 glm_p glm_sw
glmpred glogit glogit_8 glogit_p gmeans gnbre_lf gnbreg gnbreg_5 gnbreg_p 
gomp_lf
gompe_sw gomper_p gompertz gompertzhet gomphet_glf gomphet_glf_sh gomphet_gp
gomphet_ilf gomphet_ilf_sh gomphet_ip gphdot gphpen gphprint gprobi_p gprobit
gprobit_8 gr gr_copy gr_current gr_db gr_describe gr_dir gr_draw gr_draw_replay
gr_drop gr_edit gr_editviewopts gr_example gr_example2 gr_export gr_print 
gr_qscheme
gr_query gr_read gr_rename gr_replay gr_save gr_set gr_setscheme gr_table 
gr_undo
gr_use graph grebar greigen greigen_7 greigen_8 grmeanby grmeanby_7 gs_fileinfo
gs_filetype gs_graphinfo gs_stat gsort gwood h hadimvo hareg hausman he heck_d2
heckma_p heckman heckp_lf heckpr_p heckprob hel help hereg hetpr_lf hetpr_p
hetprob hettest hilite hist hist_7 histogram hlogit hlu hmeans hotel hotelling
hprobit hreg hsearch icd9 icd9_ff icd9p iis impute imtest inbase integ inten
intreg intreg_7 intreg_p intrg2_ll intrg_ll intrg_ll2 ipolate iqreg ir irf 
irf_create
irfm iri is_svy is_svysum isid istdize ivprob_1_lf ivprob_lf ivprobit ivprobit_p
ivreg ivreg_footnote ivtob_1_lf ivtob_lf ivtobit ivtobit_p jackknife jacknife
jknife jknife_6 jknife_8 jkstat joinby kalarma1 kap kap_3 kapmeier kappa kapwgt
kdensity kdensity_7 ksm ksmirnov ktau kwallis labelbook ladder levels levelsof
leverage lfit lfit_p lincom line linktest lloghet_glf lloghet_glf_sh lloghet_gp
lloghet_ilf lloghet_ilf_sh lloghet_ip llogi_sw llogis_p llogist llogistic
llogistichet lnorm_lf lnorm_sw lnorma_p lnormal lnormalhet lnormhet_glf
lnormhet_glf_sh lnormhet_gp lnormhet_ilf lnormhet_ilf_sh lnormhet_ip lnskew0
loadingplot logi logis_lf logistic logistic_p logit logit_estat logit_p loglogs
logrank loneway lookfor lowess lowess_7 lpredict lrecomp lroc lroc_7 lrtest
lsens lsens_7 lsens_x lstat ltable ltable_7 ltriang lv lvr2plot lvr2plot_7 
makecns
manova_estat manova_p mantel mat_capp mat_order mat_rapp mata_matdescribe
mata_matsave mata_matuse matalabel matcproc matlist matname matrix_input__dlg
matstrik mcc mcci md0_ md1_ md1debug_ md2_ md2debug_ mds mds_estat mds_p 
mdsconfig
mdslong mdsmat mdsshepard mdytoe mdytof me_derd mean means median memsize 
meqparse
mer merg merge mfp mfx mhelp mhodds minbound mixed_ll mixed_ll_reparm mkassert
mkmat mkspline ml ml_5 ml_adjs ml_bhhhs ml_c_d ml_check ml_clear ml_cnt ml_debug
ml_defd ml_e0 ml_e0_bfgs ml_e0_cycle ml_e0_dfp ml_e0i ml_e1 ml_e1_bfgs 
ml_e1_bhhh
ml_e1_cycle ml_e1_dfp ml_e2 ml_e2_cycle ml_ebfg0 ml_ebfr0 ml_ebfr1 ml_ebh0q
ml_ebhh0 ml_ebhr0 ml_ebr0i ml_ecr0i ml_edfp0 ml_edfr0 ml_edfr1 ml_edr0i ml_eds
ml_eer0i ml_egr0i ml_elf ml_elf_bfgs ml_elf_bhhh ml_elf_cycle ml_elf_dfp ml_elfi
ml_elfs ml_enr0i ml_enrr0 ml_erdu0 ml_erdu0_bfgs ml_erdu0_bhhh ml_erdu0_bhhhq
ml_erdu0_cycle ml_erdu0_dfp ml_erdu0_nrbfgs ml_exde ml_footnote ml_geqnr 
ml_grad0
ml_graph ml_hbhhh ml_hd0 ml_hold ml_init ml_inv ml_log ml_max ml_mlout 
ml_mlout_8
ml_model ml_nb0 ml_opt ml_p ml_plot ml_query ml_rdgrd ml_repor ml_s_e ml_score
ml_searc ml_technique ml_unhold mlf_ mlog mlogi mlogit mlogit_footnote mlogit_p
mlopts mnl0_ mprobit mprobit_lf mprobit_p mrdu0_ mrdu1_ mvdecode mvencode mvreg
mvreg_estat nbreg nbreg_al nbreg_lf nbreg_p nbreg_sw nestreg newey newey_7 
newey_p
nl nl_7 nl_9 nl_9_p nl_p nl_p_7 nlcom nlcom_p nlexp2 nlexp2_7 nlexp2a nlexp2a_7
nlexp3 nlexp3_7 nlgom3 nlgom3_7 nlgom4 nlgom4_7 nlinit nllog3 nllog3_7 nllog4
nllog4_7 nlog_rd nlogit nlogit_p nlogitgen nlogittree nlpred note notes nptrend
numlabel old_ver olo olog ologi ologi_sw ologit ologit_p ologitp op_colnm 
op_comp
op_diff op_inv op_str opr opro oprob oprob_sw oprobi oprobi_p oprobit oprobitp
opts_exclusive orthog orthpoly ovtest pac pac_7 palette parse_dissim pause pca
pca_8 pca_display pca_estat pca_p pca_rotate pcamat pchart pchart_7 pchi pchi_7
pcorr pctile pentium pergram pergram_7 permute permute_8 personal peto_st 
pkcollapse
pkcross pkequiv pkexamine pkexamine_7 pkshape pksumm pksumm_7 pnorm pnorm_7
poisgof poiss_lf poiss_sw poisso_p poisson poisson_estat pperron prais prais_e
prais_e2 prais_p predict predictnl print prob probi probit probit_estat probit_p
proc_time procoverlay procrustes procrustes_estat procrustes_p profiler prop
proportion prtest prtesti pwcorr qby qbys qchi qchi_7 qladder qladder_7 qnorm
qnorm_7 qqplot qqplot_7 qreg qreg_c qreg_p qreg_sw quadchk quantile quantile_7
range ranksum ratio rchart rchart_7 rcof recast recode reg reg3 reg3_p regdw
regr regre regre_p2 regres regres_p regress regress_estat regriv_p remap renpfix
repeat reshape robvar roccomp roccomp_7 roccomp_8 rocf_lf rocfit rocfit_8 
rocgold
rocplot rocplot_7 roctab roctab_7 rolling rologit rologit_p rot rota rotat 
rotate
rotatemat rreg rreg_p runtest rvfplot rvfplot_7 rvpplot rvpplot_7 safesum sample
sampsi savedresults saveold sc scatter scm_mine sco scob_lf scob_p scobi_sw
scobit scor score scoreplot scoreplot_help scree screeplot screeplot_help sdtest
sdtesti separate seperate serrbar serrbar_7 set_defaults sfrancia shewhart 
shewhart_7
signestimationsample signrank signtest simul simul_7 simulate simulate_8 sktest
slogit slogit_d2 slogit_p smooth snapspan spearman spikeplot spikeplot_7 
spikeplt
spline_x split sqreg sqreg_p ssc st st_ct st_hc st_hcd st_hcd_sh st_is st_issys
st_note st_promo st_set st_show st_smpl st_subid stack statsby statsby_8 stbase
stci stci_7 stcox stcox_estat stcox_fr stcox_fr_ll stcox_p stcox_sw stcoxkm
stcoxkm_7 stcstat stcurv stcurve stcurve_7 stdes stem stepwise stereg stfill
stgen stir stjoin stmc stmh stphplot stphplot_7 stphtest stphtest_7 stptime
strate strate_7 streg streg_sw streset sts sts_7 stset stsplit stsum sttocc
sttoct stvary stweib suest suest_8 sunflower sureg survcurv survsum svar svar_p
svmat svy svy_disp svy_dreg svy_est svy_est_7 svy_estat svy_get svy_gnbreg_p
svy_head svy_header svy_heckman_p svy_heckprob_p svy_intreg_p svy_ivreg_p
svy_logistic_p svy_logit_p svy_mlogit_p svy_nbreg_p svy_ologit_p svy_oprobit_p
svy_poisson_p svy_probit_p svy_regress_p svy_sub svy_sub_7 svy_x svy_x_7 svy_x_p
svydes svydes_8 svygen svygnbreg svyheckman svyheckprob svyintreg svyintreg_7
svyintrg svyivreg svylc svylog_p svylogit svymarkout svymarkout_8 svymean 
svymlog
svymlogit svynbreg svyolog svyologit svyoprob svyoprobit svyopts svypois 
svypois_7
svypoisson svyprobit svyprobt svyprop svyprop_7 svyratio svyreg svyreg_p 
svyregress
svyset svyset_7 svyset_8 svytab svytab_7 svytest svytotal sw sw_8 swcnreg swcox
swereg swilk swlogis swlogit swologit swoprbt swpois swprobit swqreg swtobit
swweib symmetry symmi symplot symplot_7 sysdescribe sysuse szroeter tab1 tab2
tab_or tabi table tabodds tabodds_7 tabstat te tes test testnl testparm teststd
tetrachoric time_it tis tob tobi tobit tobit_p tobit_sw tostring total treat_ll
treatr_p treatreg trim trnb_cons trnb_mean trpoiss_d2 trunc_ll truncr_p truncreg
tsappend tset tsfill tsline tsline_ex tsreport tsrline tsset tssmooth tsunab
ttest ttesti tut_chk tut_wait tutorial tw tware_st two twoway 
twoway__fpfit_serset
twoway__function_gen twoway__histogram_gen twoway__ipoint_serset
twoway__ipoints_serset twoway__kdensity_gen twoway__lfit_serset 
twoway__normgen_gen
twoway__pci_serset twoway__qfit_serset twoway__scatteri_serset 
twoway__sunflower_gen
twoway_ksm_serset typeof unab unabbrev uselabel var var_mkcompanion var_p 
varbasic
varfcast vargranger varirf varirf_add varirf_cgraph varirf_create varirf_ctable
varirf_describe varirf_dir varirf_drop varirf_erase varirf_graph varirf_ograph
varirf_rename varirf_set varirf_table varlmar varnorm varsoc varstable 
varstable_w
varstable_w2 varwle vce vec vec_fevd vec_mkphi vec_p vec_p_w vecirf_create 
veclmar
veclmar_w vecnorm vecnorm_w vecrank vecstable verinst viewsource vif vwls 
wdatetof
webdescribe webseek webuse weib1_lf weib2_lf weib_lf weib_lf0 weibhet_glf
weibhet_glf_sh weibhet_glfa weibhet_glfa_sh weibhet_gp weibhet_ilf 
weibhet_ilf_sh
weibhet_ilfa weibhet_ilfa_sh weibhet_ip weibu_sw weibul_p weibull weibull_c
weibull_s weibullhet whelp wilc_st wilcoxon wntestb wntestb_7 wntestq xchart
xchart_7 xcorr xcorr_7 xi xi_6 xpose xt_iis xt_tis xtab_p xtabond xtbin_p xtclog
xtcloglog xtcloglog_8 xtcloglog_d2 xtcloglog_pa_p xtcloglog_re_p xtcnt_p xtcorr
xtdata xtdes xtfront_p xtfrontier xtgee xtgee_elink xtgee_estat xtgee_makeivar
xtgee_p xtgee_plink xtgls xtgls_p xthaus xthausman xtht_p xthtaylor xtile 
xtint_p
xtintreg xtintreg_8 xtintreg_d2 xtintreg_p xtivp_1 xtivp_2 xtivreg xtline 
xtline_ex
xtlogit xtlogit_8 xtlogit_d2 xtlogit_fe_p xtlogit_pa_p xtlogit_re_p xtmixed
xtmixed_estat xtmixed_p xtnb_fe xtnb_lf xtnbreg xtnbreg_pa_p xtnbreg_refe_p
xtpcse xtpcse_p xtpois xtpoisson xtpoisson_d2 xtpoisson_pa_p xtpoisson_refe_p
xtpred xtprobit xtprobit_8 xtprobit_d2 xtprobit_re_p xtps_fe xtps_lf xtps_ren
xtps_ren_8 xtrar_p xtrc xtrc_p xtrchh xtrefe_p xtreg xtreg_be xtreg_fe xtreg_ml
xtreg_pa_p xtreg_re xtregar xtrere_p xtset xtsf_ll xtsf_llti xtsum xttab xttest0
xttobit xttobit_8 xttobit_p xttrans yx yxview__barlike_draw yxview_area_draw
yxview_bar_draw yxview_dot_draw yxview_dropline_draw yxview_function_draw
yxview_iarrow_draw yxview_ilabels_draw yxview_normal_draw yxview_pcarrow_draw
yxview_pcbarrow_draw yxview_pccapsym_draw yxview_pcscatter_draw 
yxview_pcspike_draw
yxview_rarea_draw yxview_rbar_draw yxview_rbarm_draw yxview_rcap_draw
yxview_rcapsym_draw yxview_rconnected_draw yxview_rline_draw 
yxview_rscatter_draw
yxview_rspike_draw yxview_spike_draw yxview_sunflower_draw zap_s zinb zinb_llf
zinb_plf zip zip_llf zip_p zip_plf zt_ct_5 zt_hc_5 zt_hcd_5 zt_is_5 zt_iss_5
zt_sho_5 zt_smp_5 ztbase_5 ztcox_5 ztdes_5 ztereg_5 ztfill_5 ztgen_5 ztir_5
ztjoin_5 ztnb ztnb_p ztp ztp_p zts_5 ztset_5 ztspli_5 ztsum_5 zttoct_5 ztvary_5
ztweib_5</Keywords>
        </KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="408080"
bgColor="AFD1D8" fontName="" fontStyle="1" />
            <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="408080"
bgColor="AFD1D8" fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD1" styleID="5" fgColor="000000" 
bgColor="00FF00"
fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD2" styleID="6" fgColor="400040" 
bgColor="FFFF00"
fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD3" styleID="7" fgColor="5959FF" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD4" styleID="8" fgColor="0000FF" 
bgColor="FFFFFF"
fontName="" fontStyle="1" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="77773C" 
bgColor="FFFFFF"
fontName="" fontStyle="2" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="727238"
bgColor="FFFFFF" fontName="Verdana" fontStyle="2" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="C40062" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="000080"
bgColor="FFFFFF" fontName="" fontStyle="1" />
            <WordsStyle name="DELIMINER1" styleID="14" fgColor="910000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER2" styleID="15" fgColor="FF0080"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
        </Styles>
    </UserLang>
    <UserLang name="SAS" ext="sas SAS">
        <Settings>
            <Global caseIgnored="yes" />
            <TreatAsSymbol comment="yes" commentLine="no" />
            <Prefix words1="no" words2="no" words3="yes" words4="yes" />
        </Settings>
        <KeywordLists>
            <Keywords name="Delimiters">&quot;&apos;0&quot;&apos;0</Keywords>
            <Keywords name="Folder+">proc data</Keywords>
            <Keywords name="Folder-">run RUN</Keywords>
            <Keywords name="Operators">&apos; - ! &quot; &amp; ( ) , . : ; ?
@ [ \ ] ^ ` { | } ~ + &lt; &gt;</Keywords>
            <Keywords name="Comment">1/* 2*/ 0</Keywords>
            <Keywords name="Words1">append bmdp calendar catalog chart cimport
compare contents convert copy corr cport datasets format forms freq glm gplot
logistic means npar1way options pds plot pmenu print printto rank release sort
source spell sql standard summary tabulate tapecopy tapelabel timeplot transpose
ttest univariate v5tov6</Keywords>
            <Keywords name="Words2">$include _all_ _character_ _cmd_ _error_
_freq_ _i_ _infile_ _last_ _msg_ _n_ _null_ _numeric_ _temporary_ _type_ abort
addr adjrsq alpha alter altlog altprint array attrib authserver autoexec 
awscontrol
awsdef awsmenu awsmenumerge awstitle backward base blocksize bufno bufsize by
byerr byline call cards cards4 catcache cbufno center change chisq class cleanup
cntllev codegen col collin column comamid comaux1 comaux2 comdef config continue
cpuid create datalines datalines4 dbcslang dbcstype ddm delete delimiter 
descending
device dflang display distinct dkricond dkrocond dlm do drop dsnferr echo else
emaildlg emailid emailpw emailserver emailsys encrypt end endsas engine eof
eov error errorcheck errors feedback file fileclose filefmt filevar first first.
firstobs fmterr fmtsearch font fontalias footnote footnote1 footnote2 footnote3
footnote4 footnote5 footnote6 footnote7 footnote8 footnote9 force formatted
formchar formdelim formdlim forward from go goto group gwindow hbar helpenv
helploc honorappearance hostprint hpct html hvar ibr id if infile informat 
initcmd
initstmt inr into invaliddata is join keep kentb label last last. leave lib
library line linesize link list lostcard lrecl ls macro macrogen maps 
mautosource
maxdec maxr measures median memtype merge merror missing missover mlogic mode
model modify mprint mrecall msglevel msymtabmax mvarsize myy new news no nobatch
nobs nocol nocaps nocardimage nocenter nocharcode nocmdmac nocum nodate nodbcs
nodetails nodmr nodms nodmsbatch nodup nodupkey noduplicates noechoauto noequals
noerrorabend noexitwindows nofullstimer noicon noimplmac noint nolist noloadlist
nomiss nomlogic nomprint nomrecall nomsgcase nomstored nomultenvappl nonotes
nonumber noobs noovp nopad noprint noprintinit norow norsasuser nosetinit 
nosource2
nosplash nosymbolgen notes notitle notitles notsorted noverbose noxsync noxwait
number numkeys nummousekeys nway obs ods option order otherwise out outp= output
over ovp pad pad2 page pageno pagesize paired parm parmcards path pathdll pfkey
position printer probsig procleave prt ps pw pwreq quit r ranks read recfm reg
register regr remote remove rename replace retain return reuse rsquare rtf 
rtrace
rtraceloc s s2 samploc sasautos sascontrol sasfrscr sashelp sasmsg sasmstore
sasscript sasuser select selection separated seq serror set setcomm simple 
siteinfo
skip sle sls sortedby sortpgm sortseq sortsize source2 splashlocation split
spool start stdin stimer stop stopover sumwgt symbol symbolgen sysin sysleave
sysparm sysprint sysprintfont t table tables tapeclose tbufsize terminal test
then title title1 title2 title3 title4 title5 title6 title7 title8 title9 to
tol tooldef trantab truncover type unformatted union until update user usericon
validate value var varray varrayx vformat vformatd vformatdx vformatn vformatnx
vformatw vformatwx vformatx vinarray vinarrayx vinformat vinformatd vinformatdx
vinformatn vinformatnx vinformatw vinformatwx vinformatx vlabel vlabelx vlength
vlengthx vname vnamex vnferr vtype vtypex weight when where while wincharset
window work workinit workterm write x xsync xwait yearcutoff yes abs airy arcos
arsin atan attrc attrn band betainv blshift bnot bor brshift bxor byte cdf ceil
cexist cinv close cnonct collate compbl compound compress cos cosh css curobs
cv daccdb daccdbsl daccsl daccsyd dacctab dairy date datejul datepart datetime
day dclose depdb depdbsl depsl depsyd deptab dequote dhms dif digamma dim dinfo
dnum dopen doptname doptnum dread dropnote dsname erf erfc exist exp fappend
fclose fcol fdelete fetch fetchobs fexist fget fileexist filename fileref finfo
finv fipname fipnamel fipstate floor fnonct fnote fopen foptname foptnum fpoint
fpos fput fread frewind frlen fsep fuzz fwrite gaminv gamma getoption getvarc
getvarn hbound hms hosthelp hour ibessel index indexc indexw input inputc inputn
int intck intnx intrr irr jbessel juldate kurtosis lag lbound left length lgamma
libname libref log log10 log2 logpdf logpmf logsdf lowcase max mdy mean min
minute mod month mopen mort n netpv nmiss normal note npv open ordinal pathname
pdf peek peekc pmf point poisson poke probbeta probbnml probchi probf probgam
probhypr probit probnegb probnorm probt put putc putn qtr quote ranbin rancau
ranexp rangam range rannor ranpoi rantbl rantri ranuni repeat resolve reverse
rewind right round saving scan sdf second sign sin sinh skewness soundex spedis
sqrt std stderr stfips stname stnamel substr sum symget symput sysget sysmsg
sysprod sysrc system tan tanh time timepart tinv tnonct today translate tranwrd
trigamma trim trimn trunc uniform upcase uss varfmt varinfmt varlabel varlen
varname varnum vartype verify weekday year yyq zipfips zipname zipnamel zipstate
/C6&quot;SUDAAN for SAS&quot; crosstab descript design= levels nest setot 
subgroup
subpopn totper wsum</Keywords>
            <Keywords name="Words3">%bquote %do %else %end %eval %global %goto
%if %inc %include %index %input %length %let %list %local %macro %mend %nrbquote
%nrquote %nrstr %put %qscan %qsysfunc %quote %run %substr %syscall %sysevalf
%sysexec %sysfunc %sysrc %then %to %until %while %window /C4&quot;Informats
&amp; Formats&quot; $1 $2 $3 $4 $5 $6 $7 $8 $9 $ascii $binary $cb $char $charzb
$ebcdic $hex $kanji $kanjix $msgcase $octal $phex $quote $reverj $revers $upcase
$varying best binary bits bz cb char comma commax dateampm ddmmyy dollar dollarx
downame eurdfdd eurdfde eurdfdn eurdfdt eurdfdwn eurdfmn eurdfmy eurdfwdx 
eurdfwkx
float fract hex hhmm ib ieee julday julian minguo mmddyy mmss mmyy monname monyy
msec negparen nengo numx octal pd pdjulg pdjuli pdtime percent pib pk punch
pvalue qtrr rb rmfdur rmfstamp roman row s370ff s370fib s370fibu s370fpd 
s370fpdu
s370fpib s370frb s370fzd s370fzdl s370fzds s370fzdt s370fzdu smfstamp timeampm
tod tu vaxrb weekdate weekdatx worddate worddatx wordf words yen yymm yymmdd
yymon yyqr z zd zdb zdv</Keywords>
            <Keywords name="Words4">data=</Keywords>
        </KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000080"
bgColor="FFFFFF" fontName="" fontStyle="1" />
            <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000080"
bgColor="FFFFFF" fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD1" styleID="5" fgColor="000080" 
bgColor="FFFFFF"
fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD2" styleID="6" fgColor="0000FF" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD3" styleID="7" fgColor="008080" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD4" styleID="8" fgColor="0000FF" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="008000" 
bgColor="FFFFFF"
fontName="Courier New" fontStyle="2" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000"
bgColor="FFFFFF" fontName="Courier New" fontStyle="2" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="008080" 
bgColor="FFFFFF"
fontName="" fontStyle="1" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER1" styleID="14" fgColor="800080"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER2" styleID="15" fgColor="800080"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
        </Styles>
    </UserLang>
</NotepadPlus>




______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=482781



------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

------------------------------

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 14, Issue 33
*************************************************

Reply via email to