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] Count total number lines all tabs
documents (SourceForge.net)
2. [notepad-plus - Open Discussion] color coding breaks when
pasting in new file (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Navigating using the
Find all in current docu (SourceForge.net)
4. [notepad-plus - Open Discussion] PowerShell support
(SourceForge.net)
5. [notepad-plus - Open Discussion] More about PowerShell
support (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: work without tab
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 09 Jun 2009 20:06:48 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Count total number
lines all tabs documents
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=7434863
By: fool4uanyway
My simple reasoning dictates me the following, if I want to simply know the
total number of lines for all opened documents.
Do a Find in open documents with Regular Expression mode and as search string
^.*$
I guess the results would show all lines, this is not very convenient, but it
would also show the total number of matches... voila.
______________________________________________________________________
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: Tue, 09 Jun 2009 20:49:31 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] color
coding breaks when pasting in new file
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=7434929
By: nmsalinas
Steps to duplicate:
1. load notepad++
2. paste the following code (replace square brackets below with angle
brackets):
[?php
phpinfo();
?]
3. save it as xyz.php
4. color coding is all weird
5. go to the top of the file, hit the enter key - now the colors display
correctly.
this happens in all formats - you can try the same with an html file, css file,
etc.
______________________________________________________________________
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: Tue, 09 Jun 2009 20:58:11 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Navigating using the Find all in current docu
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=7434941
By: carlos917
I did install Scintilla, and try the "find in files" with the large file, and
Scintilla does not have that problem. So, it appears that something in n++
is causing the delay on the first search. Hope this help to narrow down where
the problems is.
thanks,
______________________________________________________________________
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: 4
Date: Tue, 09 Jun 2009 21:05:02 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
PowerShell support
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=7434957
By: nmsalinas
Microsoft has this new shell language. See:
http://www.microsoft.com/windowsserver2003/technologies/management/powershell/de
fault.mspx
I'm attaching the PowerShell language stuff below, with the hope that this would
facilitate the creation of a PowerShell lexer for Notepad++.
Reserved Words
$_ $? & begin break case default do else elseif end exit filter for foreach
function if param
process prompt return switch then throw trap until while
Built-in Functions
Add-Content
Add-History
Add-Member
Add-PSSnapin
Clear-Content
Clear-Item
Clear-ItemProperty
Clear-Variable
Compare-Object
ConvertFrom-SecureString
Convert-Path
ConvertTo-Html
ConvertTo-SecureString
Copy-Item
Copy-ItemProperty
Export-Alias
Export-Clixml
Export-Console
Export-Csv
ForEach-Object
Format-Custom
Format-List
Format-Table
Format-Wide
Get-Acl
Get-Alias
Get-AuthenticodeSignature
Get-ChildItem
Get-Command
Get-Content
Get-Credential
Get-Culture
Get-Date
Get-EventLog
Get-ExecutionPolicy
Get-Help
Get-History
Get-Host
Get-Item
Get-ItemProperty
Get-Location
Get-Member
Get-PfxCertificate
Get-Process
Get-PSDrive
Get-PSProvider
Get-PSSnapin
Get-Service
Get-TraceSource
Get-UICulture
Get-Unique
Get-Variable
Get-WmiObject
Group-Object
Import-Alias
Import-Clixml
Import-Csv
Invoke-Expression
Invoke-History
Invoke-Item
Join-Path
Measure-Command
Measure-Object
Move-Item
Move-ItemProperty
New-Alias
New-Item
New-ItemProperty
New-Object
New-PSDrive
New-Service
New-TimeSpan
New-Variable
Out-Default
Out-File
Out-Host
Out-Null
Out-Printer
Out-String
Pop-Location
Push-Location
Read-Host
Remove-Item
Remove-ItemProperty
Remove-PSDrive
Remove-PSSnapin
Remove-Variable
Rename-Item
Rename-ItemProperty
Resolve-Path
Restart-Service
Resume-Service
Select-Object
Select-String
Set-Acl
Set-Alias
Set-AuthenticodeSignature
Set-Content
Set-Date
Set-ExecutionPolicy
Set-Item
Set-ItemProperty
Set-Location
Set-PSDebug
Set-Service
Set-TraceSource
Set-Variable
Sort-Object
Split-Path
Start-Service
Start-Sleep
Start-Transcript
Stop-Process
Stop-Service
Stop-Transcript
Suspend-Service
Tee-Object
Test-Path
Trace-Command
Update-FormatData
Update-TypeData
Where-Object
Write-Debug
Write-Error
Write-Host
Write-Output
Write-Progress
Write-Verbose
Write-Warning
Aliases
%
?
ac asnp chdir copy cls clc cli clp clv cpi cpp cvpa cat cd clear cp del dir
diff echo epal epcsv erase
fc fl ft fw gal gc gci gcm gdr ghy gi gl gm gp gps group gsv gsnp gu gv gwmi
h history iex ihy ii ipal ipcsv
kill lp ls mi mp mount mv move nal ndr ni nv oh popd ps pushd pwd rd ren r rm
rmdir rdr ri rni rnp rp rsnp rv rvpa
set sal sasv sc select si sl sleep sort sp spps spsv sv type tee where write
Operators
=
+=
-=
*=
/=
%=
!
Comp Operators
-and -band -bnot -bor -ccontains -ceq -cge -cgt -cle -clike -clt -cmatch -cne
-cnotcontains -cnotlike
-cnotmatch -contains -creplace -eq -ge -gt -icontains -ieq -ige -igt -ile -ilike
-ilt -imatch -ine
-inotcontains -inotlike -inotmatch -ireplace -le -like -lt -match -ne -not
-notcontains -notlike -notmatch
-or -replace
Powershell Drives
alias
cert
env
HKCU HKLM
variable
System Objects
** system.
** LoadWith
Structures
array bool byte char decimal double hashtable int int32 long single string void
xml
______________________________________________________________________
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: 5
Date: Tue, 09 Jun 2009 21:13:53 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] More
about PowerShell support
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=7434970
By: nmsalinas
Here is some more info, in a slightly different format:
(thank you for all the hard work on notepad++)
Name Category
---- --------
ac Alias
asnp Alias
clc Alias
cli Alias
clp Alias
clv Alias
cpi Alias
cpp Alias
cvpa Alias
diff Alias
epal Alias
epcsv Alias
fc Alias
fl Alias
foreach Alias
% Alias
ft Alias
fw Alias
gal Alias
gc Alias
gci Alias
gcm Alias
gdr Alias
ghy Alias
gi Alias
gl Alias
gm Alias
gp Alias
gps Alias
group Alias
gsv Alias
gsnp Alias
gu Alias
gv Alias
gwmi Alias
iex Alias
ihy Alias
ii Alias
ipal Alias
ipcsv Alias
mi Alias
mp Alias
nal Alias
ndr Alias
ni Alias
nv Alias
oh Alias
rdr Alias
ri Alias
rni Alias
rnp Alias
rp Alias
rsnp Alias
rv Alias
rvpa Alias
sal Alias
sasv Alias
sc Alias
select Alias
si Alias
sl Alias
sleep Alias
sort Alias
sp Alias
spps Alias
spsv Alias
sv Alias
tee Alias
where Alias
? Alias
write Alias
cat Alias
cd Alias
clear Alias
cp Alias
h Alias
history Alias
kill Alias
lp Alias
ls Alias
mount Alias
mv Alias
popd Alias
ps Alias
pushd Alias
pwd Alias
r Alias
rm Alias
rmdir Alias
echo Alias
cls Alias
chdir Alias
copy Alias
del Alias
dir Alias
erase Alias
move Alias
rd Alias
ren Alias
set Alias
type Alias
Get-Command Cmdlet
Get-Help Cmdlet
Get-History Cmdlet
Invoke-History Cmdlet
Add-History Cmdlet
ForEach-Object Cmdlet
Where-Object Cmdlet
Set-PSDebug Cmdlet
Add-PSSnapin Cmdlet
Remove-PSSnapin Cmdlet
Get-PSSnapin Cmdlet
Export-Console Cmdlet
Start-Transcript Cmdlet
Stop-Transcript Cmdlet
Add-Content Cmdlet
Clear-Content Cmdlet
Clear-ItemProperty Cmdlet
Join-Path Cmdlet
Convert-Path Cmdlet
Copy-ItemProperty Cmdlet
Get-EventLog Cmdlet
Get-ChildItem Cmdlet
Get-Content Cmdlet
Get-ItemProperty Cmdlet
Get-WmiObject Cmdlet
Move-ItemProperty Cmdlet
Get-Location Cmdlet
Set-Location Cmdlet
Push-Location Cmdlet
Pop-Location Cmdlet
New-PSDrive Cmdlet
Remove-PSDrive Cmdlet
Get-PSDrive Cmdlet
Get-Item Cmdlet
New-Item Cmdlet
Set-Item Cmdlet
Remove-Item Cmdlet
Move-Item Cmdlet
Rename-Item Cmdlet
Copy-Item Cmdlet
Clear-Item Cmdlet
Invoke-Item Cmdlet
Get-PSProvider Cmdlet
New-ItemProperty Cmdlet
Split-Path Cmdlet
Test-Path Cmdlet
Get-Process Cmdlet
Stop-Process Cmdlet
Remove-ItemProperty Cmdlet
Rename-ItemProperty Cmdlet
Resolve-Path Cmdlet
Get-Service Cmdlet
Stop-Service Cmdlet
Start-Service Cmdlet
Suspend-Service Cmdlet
Resume-Service Cmdlet
Restart-Service Cmdlet
Set-Service Cmdlet
New-Service Cmdlet
Set-Content Cmdlet
Set-ItemProperty Cmdlet
Get-Acl Cmdlet
Set-Acl Cmdlet
Get-PfxCertificate Cmdlet
Get-Credential Cmdlet
Get-ExecutionPolicy Cmdlet
Set-ExecutionPolicy Cmdlet
Get-AuthenticodeSignature Cmdlet
Set-AuthenticodeSignature Cmdlet
ConvertFrom-SecureString Cmdlet
ConvertTo-SecureString Cmdlet
Format-List Cmdlet
Format-Custom Cmdlet
Format-Table Cmdlet
Format-Wide Cmdlet
Out-Null Cmdlet
Out-Default Cmdlet
Out-Host Cmdlet
Out-File Cmdlet
Out-Printer Cmdlet
Out-String Cmdlet
Add-Member Cmdlet
Compare-Object Cmdlet
ConvertTo-Html Cmdlet
Export-Csv Cmdlet
Import-Csv Cmdlet
Export-Alias Cmdlet
Invoke-Expression Cmdlet
Get-Alias Cmdlet
Get-Culture Cmdlet
Get-Date Cmdlet
Get-Host Cmdlet
Get-Member Cmdlet
Get-UICulture Cmdlet
Get-Unique Cmdlet
Import-Alias Cmdlet
Select-String Cmdlet
Measure-Object Cmdlet
New-Alias Cmdlet
New-TimeSpan Cmdlet
Read-Host Cmdlet
Set-Alias Cmdlet
Set-Date Cmdlet
Start-Sleep Cmdlet
Tee-Object Cmdlet
Measure-Command Cmdlet
Update-TypeData Cmdlet
Update-FormatData Cmdlet
Write-Host Cmdlet
Write-Progress Cmdlet
New-Object Cmdlet
Select-Object Cmdlet
Group-Object Cmdlet
Sort-Object Cmdlet
Get-Variable Cmdlet
New-Variable Cmdlet
Set-Variable Cmdlet
Remove-Variable Cmdlet
Clear-Variable Cmdlet
Export-Clixml Cmdlet
Import-Clixml Cmdlet
Write-Debug Cmdlet
Write-Verbose Cmdlet
Write-Warning Cmdlet
Write-Error Cmdlet
Write-Output Cmdlet
Get-TraceSource Cmdlet
Set-TraceSource Cmdlet
Trace-Command Cmdlet
Alias Provider
Environment Provider
FileSystem Provider
Function Provider
Registry Provider
Variable Provider
Certificate Provider
about_alias HelpFile
about_arithmetic_operators HelpFile
about_array HelpFile
about_assignment_operators HelpFile
about_associative_array HelpFile
about_automatic_variables HelpFile
about_break HelpFile
about_command_search HelpFile
about_command_syntax HelpFile
about_commonparameters HelpFile
about_comparison_operators HelpFile
about_continue HelpFile
about_core_commands HelpFile
about_display.xml HelpFile
about_environment_variable HelpFile
about_escape_character HelpFile
about_execution_environment HelpFile
about_filter HelpFile
about_flow_control HelpFile
about_for HelpFile
about_foreach HelpFile
about_function HelpFile
about_globbing HelpFile
about_history HelpFile
about_if HelpFile
about_line_editing HelpFile
about_location HelpFile
about_logical_operator HelpFile
about_method HelpFile
about_namespace HelpFile
about_object HelpFile
about_operator HelpFile
about_parameter HelpFile
about_parsing HelpFile
about_path_syntax HelpFile
about_pipeline HelpFile
about_property HelpFile
about_provider HelpFile
about_pssnapins HelpFile
about_quoting_rules HelpFile
about_redirection HelpFile
about_ref HelpFile
about_regular_expression HelpFile
about_reserved_words HelpFile
about_scope HelpFile
about_script_block HelpFile
about_shell_variable HelpFile
about_signing HelpFile
about_special_characters HelpFile
about_switch HelpFile
about_system_state HelpFile
about_types HelpFile
about_where HelpFile
about_while HelpFile
about_wildcard HelpFile
default HelpFile
______________________________________________________________________
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: 6
Date: Tue, 09 Jun 2009 22:55:37 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: work
without tab
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=7435091
By: buttfucktruck
THANK YOU SO MUCH :D
i love you cchris!
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 37, Issue 27
*************************************************