C# (CSharp) _3PA.Lib Namespace

Nested Namespaces

_3PA.Lib.Ftp
_3PA.Lib._3pUpdater

Classes

Name Description
DocumentLines For every scintilla message that involves a position, the exepect position (expected by scintilla) is the BYTE position, not the CHAR position (as anyone would assume at first!) This class enables you to easily get the correspondance between a BYTE position and a CHAR position, it keeps tracks of inserted/deleted lines and register each line's start position, this information allows us to quickly convert BYTE to CHAR position and vice-versa
DropFileToWindow
DropToWindows
FindWindow
FolderSelectDialog Wraps System.Windows.Forms.OpenFileDialog to make it present a vista-style dialog.
HtmlHelpInterop
IniReader This classes reads a .ini file TODO: make it able to write the .ini as well?
JsonParser TODO: This class is too spcific and must be refactored later... for now it will do
LibLoader
MmdDrop
MmdDrop.DropFiles
MmdDropFile
ProcessIo
ReccurentAction Allows to do a given action every XXX ms for XXX times
Reflector This class is from the Front-End for Dosbox and is used to present a 'vista' dialog box to select folders. Being able to use a vista style dialog box to select folders is much better then using the shell folder browser. http://code.google.com/p/fed/ Example: var r = new Reflector("System.Windows.Forms");
SetTabOrder This little class allows to remove and immedialty add all the direct children of a given scrollPanel.ContentPanel Allowing to set the correct tab order for them In Npp, the classic TabOrder is ignored for some reasons, what matters is the order in which the control were added to their parent, hence this class...
TabSchemeComparer
TextEncodingDetect This class offers a simple detection of a text file encoding
TortoiseWrapper
User
ZipStorer Unique class for compression/decompression file. Represents a Zip file. FULL CREDITS GO TO : ZipStorer, by Jaime Olivares Website: http://github.com/jaime-olivares/zipstorer Version: 2.35 (March 14, 2010)
ZipStorer.ZipFileEntry Represents an entry in Zip file directory