Sous-Chef's Kitchen Utensils & Appliances Review

Search This thread

hilaireg

Moderator Emeritus
Jan 20, 2009
2,948
237
BuildDSM

Name: BuildDSM
Version: 1.5

Author: nandlal_mk
Link: http://xdaforums.com/showthread.php?t=312985
Cost: Free

Reviewed By: Sous-Chef


Summary/Review:

In early kitchen and ROM cooking, chefs used to delete Device Side Manifest (.DSM) files from OEM packages that resided in the .\PACKAGES and/or .\EXT folder. Other chefs would delete the .DSM file and create an empty version of a .DSM file as a placeholder. As we learned more about the Windows Mobile, we discovered that .DSM files contained pertinent information that was used during the compilation of a ROM and should be properly managed. BuildDSM is a utility to create an initial .DSM file or update an existing .DSM file..

A Device Side Manifest file (.DSM) describes the contents of a package and has the name <GUID>.DSM. Each package has its own .DSM file. The .DSM file is a binary file and the format may change at any time. The .DSM file is created by parsing a package definition file, package shadow file, and a build manifest file. Each item specified within a build manifest file is used to determine the item's file type.

The .DSM file contains the following information:

  • Public key certificate data used for signature validation.
  • Version information which includes the previous version of a package so as to create a delta package between an older or baseline package and a new package.
  • Package GUID
  • Dependency GUID information
  • File names and file information in the form of raw file size and original VBase for MODULES so they can be re-based and differentiated during an update.


Tips:

  • Renaming an empty .TXT file to .DSM will allow the tool to update the file with the known .DSM file information.
  • Drag-and-drop a package folder that contains a .DSM file onto BUILDSM.EXE.


Gotcha's:

  • The .DSM created may not contain all of the information required as the tool is outdated.
  • Requires an existing .DSM file in the directory - empty or other.
  • Requires Microsoft Visual C++ 2005 SP1 Redistributable Package (x86).


Reference Links:

http://xdaforums.com/showthread.php?t=520009
 
Last edited:

Laurentius26

Inactive Recognized Developer
Nov 22, 2005
7,970
1,151
Compare It

Name: Compare It
Version: 4.1

Author: Grig Software
Link: http://www.grigsoft.com
Cost: Trialware, Purchase

Reviewed By: Laurentius26


Summary/Review:

Compare It! is a full-featured visual file comparison and merging tool that allows you to compare and work with different versions of the same text file. A color-coded side-by-side comparison makes it easy to understand the differences between two files at a glance. Compare It! features include: an overview bar that helps you see an overall picture of changes, differences shown within lines, full-featured editor has wordwrap, syntax highlighting, undo, search & replace, and bookmark functionality, windows/DOS, UNIX, and Mac text files are supported, Unicode support of national fonts, customize colors, fonts, file and line compare options, and even filters for the Open File dialog box.

Additionally, Compare It! integrates with file manager, navigation and merging are difference-based, you can use your mouse or keyboard for actions, multiple users are supported, print comparison results and generate HTML and text reports with various options converters support helps you to compare non-text files, and Zip archives support lets you compare a file with its archived copy.

Here are some examples of how comparison can be used:

  • Compare one .\SYS folder version (ex: 23541) against an updated .\SYS folder version (ex: 23549) so as to determine what changes have occurred in registry files.
  • Compare one version of a ROM package (ex: Manila_2.1) against a newer version of the package (ex: Manila_2.1.1).
  • Compare a device ROM (ex: Mega_HTC_Europe_1.28.401.4) against another ROM (ex: Mega_TMO_UK_1.33.110.2) of the device to see what the HTC changed.
  • Compare specific files such as .XML, .PROVXML, etc.


Tips:

  • You can copy the installation folder from your system to an external drive. You can then launch the .EXE from the external drive on another system - no need for installation.


Gotcha's:

  • None discovered.


Reference Links:

None.
 
Last edited by a moderator:

ai6908

Senior Member
Nov 13, 2006
3,611
265
Land of Lincoln
ROM Squeezer

Name: ROM Squeezer
Version: 2007-05-27

Author: edhaas
Link: http://xdaforums.com/showthread.php?p=1283338#post1283338
Cost: Freeware

Reviewed By: ai6908


Summary/Review:

ROM Squeezer was originally included with the edhaas Wizard Rom-Packer kitchen. The technology is applicable to most programs installed in the Wizard and most other devices - either storage memory or SD card. This program uses the open source program UPX to compress .EXE files. The compression is quite remarkable and typically, the files end up less than half their original size.

The loading speed of the programs is actually improved considering storage memory is so much slower than RAM memory; the increase in performance transferring smaller amounts of data from the storage memory to RAM when you run the program is more than enough to make up for the time spent uncompressing in RAM. Additionally, larger applications such as Office seem to load significantly faster. Although .DLL files haven't been extensively tested, most .DLL seem to work fine. A few programs will not work well in this mode, or refuse to load, so keep the original copies as backups. You will also find that a few programs such as Adobe Reader and PocketXpdf are already compressed with this technology!


Tips:

  • Copy your .EXE's that you want to compress to the squeezer folder and run BAT file.


Gotcha's:

  • .NET (NetCF) cannot be compressed.


Reference Links:

http://upx.sourceforge.net
 
Last edited by a moderator:

hilaireg

Moderator Emeritus
Jan 20, 2009
2,948
237
Cab2OEM

Name: Cab2OEM
Version: 0.9

Author: evalu8t0r
Link: http://xdaforums.com/showthread.php?t=422942
Cost: Freeware

Reviewed By: Sous-Chef


Summary/Review:

Cab2OEM is handy tool to convert .CAB installer files to OEM package format. The tool produces an OEM package file that is compatible with Ervius PkgToolBuildOS (legacy) kitchen. Cab2OEM includes parameters to extract the contents of one or multiple .CAB files to a specific folder as well as parameters to pre-configure the settings in the OPTION.XML file.

For example, enter the following syntax at a Command (CMD) Prompt to extract the contents of a .CAB file:

cab2oem -f <application>.cab -d "c:\xda\targetfolder"


To convert the folder to Ervius Visual Kitchen format, perform the following steps:

  1. Create a sub-folder entitled: Files (ex: c:\xda\targetfolder\Files).
  2. Delete OPTION.XML.
  3. Move all the files to this folder; do not move: *.DSM, *.RGU, INITFLASHFILES.TXT.
  4. Rename INITFLASHFILES.TXT to APP.DAT.
  5. Make a copy of the .RGU file.
  6. Rename the copy of the .RGU file to APP.REG.


Tips:

  • Use quotes around the folder path.
  • Omitting the folder parameter will instruct Cab2OEM to create a folder that is the same name as the .CAB file.

Gotcha's:

  • .CAB file must contain a _setup.xml file.


Reference Links:

None.
 
Last edited:
  • Like
Reactions: poyensa

ai6908

Senior Member
Nov 13, 2006
3,611
265
Land of Lincoln
File Suite Editor

Name: File Suite Editor
Version: 2008-10-01

Author: schreda
Link: http://xdaforums.com/showthread.php?t=432041
Cost: Freeware

Reviewed By: ai6908


Summary/Review:

File Editor Suite is compilation of tools required to sign/unsign .EXE, .DLL, .MUI, and other such files. The File Editor Suite includes an unsigner, signer, reshacker, and certificates. The process of editing and signing a file with a different (newer) certificate is simple:

  1. Unsign the file to edit using the unsigner tool.
  2. Edit the file with the reshacker tool.
  3. Sign the file with the signer tool using one of the certificates included.


Tips:

  • Useful for modifying taskbar icons resource (.DLL) files.
  • Any resource editor tool similar to reshacker can be used.
  • Only required for ROM's where certificate checking is enabled.


Gotcha's:

  • Certificates included in the package are expired; newer versions are obtainable from the reference links below.


Reference Links:

http://windowsteamblog.com/cfs-file...gs.Components.WeblogFiles/wmdev/WM65Certs.zip
http://htcpedia.com/news/new-certificates-out-for-windows-mobile-developers.html
 
Last edited by a moderator:

+ Que PPC

Inactive Recognized Developer
Mar 23, 2007
4,724
88
40
Guadalajara
es.youtube.com
CAB to OEM to EXT GUI Suite

Name: CAB to OEM to EXT GUI Suite
Version: 0.0.1

Author: |Jason8|
Link: http://xdaforums.com/showthread.php?t=525302
Cost: Freeware

Reviewed By: + Que PPC


Summary/Review:

CAB to OEM to EXT GUI Suite is GUI made that utilizes existing command line tools to allow a user to freely convert .CAB's to OEM and EXT files. Drag .CAB's into the listbox and they will be automatically added. Select the .CAB's to convert by clicking on them. There is a library file that is needed in order to run it called COMDLG32.OCX; this is installed when the self-extracting archive is finished.

The process of is simple:

  1. Run the Cab Converter executable
  2. Add the .CAB's
  3. Click the OEM or EXT button


Tips:

  • Useful for batch conversion of .CAB's.


Gotcha's:

  • There are no checks to see if the conversions have been successful, so that will still need to be done manually by the user.
  • Can only be installed to Local disk; do not try installing anywhere except the default location.
  • Can only perform .CAB > OEM and .CAB > EXT.
  • Converting multiple .CAB's may take a while; wait before clicking OK in the message box if you have 100+ .CAB files.
  • There are still some cab files that will not convert because they do not have a _setup.xml file (CAB2OEM issue).


Reference Links:

http://xdaforums.com/showthread.php?t=422942
http://xdaforums.com/showthread.php?p=3147148
 
Last edited by a moderator:

+ Que PPC

Inactive Recognized Developer
Mar 23, 2007
4,724
88
40
Guadalajara
es.youtube.com
SYS Porting Tool For Ervius Kitchen

Name: SYS Porting Tool For Ervius Kitchen
Version: 2009-10-24

Author: SHAYDER
Link: http://xdaforums.com/showthread.php?t=575897
Cost: Freeware

Reviewed By: + Que PPC


Summary/Review:

The SYS Porting Tool for Ervius Kitchen is handy utility to extract specific device resolutions, DPI, and languages from a master SYS package and copy them to the Ervius Visual Kitchen. For example, to extract a 240x320, 96 DPI, RESH 240, 0409:

  1. Create a porting folder (ex: C:\PortBuild)
  2. Copy the PACKER.JAR to the porting folder (ex: C:\PortBuild)
  3. Extract the SYS folder from the master SYS package using an archive tool (ex: WinRAR)
  4. Copy the extracted SYS folder to the porting folder (ex: C:\PortBuild\SYS)
  5. Launch PACKER.JAR
  6. Enter 0409 in the LANG box
  7. Enter 96 in the DPI box
  8. Enter 240 in RESH box
  9. Enter 320 in the RESV box
  10. Copy the final results to the Ervius Kitchen


Tips:

  • The PACKER.JAR can be launched via command line (ex: java -jar 0409 96 240 320)


Gotcha's:

  • Requires JAVA Runtime Edition.


Reference Links:

http://xdaforums.com/showthread.php?p=3147148
 
Last edited by a moderator:

chrisjaffe

Senior Member
Oct 22, 2006
267
16
GNU Image Manipulation Program (GIMP)

Name: GNU Image Manipulation Program (GIMP)
Version: 2.6

Author: The GIMP Team
Link: http://www.gimp.org
Cost: Free

Reviewed By: chrisjaffe


Summary/Review:

GIMP is an acronym for GNU Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring. It has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc. You can create and edit almost any image file including: jpg, png, gif, animated gif's, ico, psd, raw, tif, xcf and more.

GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.


Tips:

  • Make sure to use the latest version. Some older versions are harder to use because of the modular style of the program.


Gotcha's:

  • The tool palettes are separate windows. The developers have moved to make a more unified experience but there is still room to improve.


Reference Links:

None.
 
Last edited by a moderator:
  • Like
Reactions: deadcore

aruppenthal

Senior Member
Dec 9, 2006
3,687
6
Parkersburg
Name: Beyond Compare
Version: 3.1.10

Just a note on beyond compare. I was recently contacted by the developers of this fantastic program wanting to reproduce and fix the issue with intflashfiles.dat.

With the newest build and windows 7 I cannot reproduce the issue. Previously i was using a older build and xp. If anyone can reproduce any issues comparing initflashfiles.dat let me know or pass it on to their support department ;)
 
Last edited by a moderator:

miniterror

Senior Member
Feb 5, 2009
3,614
404
Package Creator

Name: Package Creator
Version: 2.7

Author: Ervius
Link: http://xdaforums.com/showthread.php?t=388883
Cost: Freeware

Reviewed By: miniterror


Summary/Review:

Package Creator is handy tool to convert .CAB installer files to OEM package format. The tool produces an OEM package file that is compatible with Ervius PkgToolBuildOS (legacy) kitchen. Package Creator includes parameters to extract the contents of a .CAB file to a folder and pre-configures the settings in the OPTION.XML file. Additionally, Package Creator can convert *.EXE, *.DLL, and *.MUI to module format.

For example, click the Open CAB File button to select a .CAB file - Package Creator extracts the contents of the .CAB file automatically. To remodule the *.EXE, *.DLL, and *.MUI files, perform the following steps:

  1. Click the Open Package button.
  2. Select the desired kitchen package.
  3. Select the Remodule All EXE-DLL-MUI Files Into Created Package checkbox.
  4. Click the Initfiles.txt tab.
  5. Click Button3.


To convert the folder to Ervius Visual Kitchen format, perform the following steps:

  1. Create a sub-folder entitled: Files (ex: c:\xda\targetfolder\Files).
  2. Delete OPTION.XML.
  3. Move all the files to this folder; do not move: *.DSM, *.RGU, INITFLASHFILES.TXT.
  4. Rename INITFLASHFILES.TXT to APP.DAT.
  5. Make a copy of the .RGU file.
  6. Rename the copy of the .RGU file to APP.REG.


Tips:

  • Microsoft .NET required.

Gotcha's:

  • Designed for Ervius PkgToolBuildOS (legacy) kitchen.


Reference Links:

None.
 
Last edited by a moderator:

tidus18

Senior Member
Nov 23, 2008
179
10
Kuala Lumpur
Initflashfiles_Hex2Text

Name: Initflashfiles_Hex2Text
Version: 2010-05-19

Author: tidus18
Link: http://xdaforums.com/showpost.php?p=6520523&postcount=4
Cost: Freeware


Reviewed By: tidus18, + Que PPC


Summary/Review:

Initflashfiles - Hex2Text is a simple tool written using Visual Basic for Application (VBA) in Microsoft Excel. Initflashfiles - Hex2Text can be used to translate the hex paths found in the initflashfiles.dat to normal paths. A hex path typically appears in this format: File("\x0053\x0070\x0072\x0069\x006E\x0067\x002E\x006A\x0070\x0067","\Windows\Spring.jpg").

For example, to translate the hex paths found in the initflashfiles.dat, follow these steps:

  1. Open initflashfiles.dat in a text editor such as notepad.exe.
  2. Highlight all of the content that appears in the text editor and select Copy - do not close the text editor window, you'll need it again at the end of the procedure.
  3. Launch Microsoft Excel.
  4. Click in column A of row 1 on the sheet named initflashfiles.dat and then select Paste from the Edit menu - each line should now occupy one row.
  5. Select the sheet named RunVBA and click the Translate button.
  6. Highlight all of the translated content and then select Copy.
  7. Switch over to the open text editor window and delete the current hex path content -the initflashfiles.dat file should now br empty.
  8. Select Paste to copy the translated contents into the empty initflashfiles.dat.
  9. Save the file; you're done.


Tips:

  • Macros must be enabled for VBA to run.
  • Temporarily set the Macro Security level in Microsoft Excel to Low (Tools -> Macro -> Security -> Low).


Gotcha's:

  • Requires Microsoft Excel.
  • If so some reason Translate button is not working, activate sheet named initflashfiles.dat and manually execute subroutine named Hex2Text under Module1 from within the VBA Editor (Press Alt + F11).


Reference Links:

http://xdaforums.com/showthread.php?t=684032
 
Last edited by a moderator:

Senax

Senior Member
Aug 27, 2009
373
46
Arnhem
PEinfo

Name: PEinfo 0.9 BETA, PEinfo v1, PEinfo v0.933 WM6/7
Versions: 2003-11-30, 2009-03-10, 2002-2003

Authors: PEinfo 0.9 BETA (Jacek Pazera), PEinfo for MSDOS (Randall Glass), PEinfo 0.933 WM6/7 (s-k-tools.com)
Link: PEinfo 0.9 BETA : http://www.pazera-software.com/products/peinfo/
Link: PEinfo v1 : http://www.brothersoft.com/publisher/randall-glass-software.html
Link: PEinfo v0.933 WM6/7 : http://www.s-k-tools.com/ -=[Direct Dowload]=-
Cost: Freeware

Reviewed By:[/B] Senax


Summary/Review:

PEInfo v0.9 BETA is a program for a detailed analysis (executability check) of the 32-bit EXE, DLL, OCX, BPL files and other files produced according to Portable Executable File Format specification. With PEInfo v0.9 BETA you can view and edit an executable its file headers (DOS Header, Coff Header & Optional Header), view the import and export table, browse the application resources and other.

The most important features of PEInfo v0.9 BETA;

  • Viewing and editing all fields in the EXE headers: DOS Header, File (COFF) Header, Optional (PE) Header. Field values are displayed as binary, hexadecimal and decimal numbers.
  • Viewing the Data Directories. You can modify relative virtual address (RVA) and size for each of them.
  • Viewing the Section Headers. You can also edit all section parameters and characteristics.
  • Generatig hexadecimal dump of any section.
  • Displaying list of imported and exported functions.
  • Resource browser.
  • Integration with the Windows Explorer. Program adds a command Open with PEInfo to the context menu for supported files.
  • Saving a detailed report to HTML file.
  • 100% freeware (for non-commercial use).


PEinfo v1 for use in MSDOS
Gives info on win32 portable executables and dll's. Though not as powerfull as PEinfo v0.9 BETA is PEinfo v1, it is an excellent tool for batch processing (examples below).


PEinfo v0.933 WM6/7 by S-K-Tools.com -=[ScreenShot]=-

Features:

  • Information about PE files (executable file and dll in Windows and WindowsCE)
  • Shows from what dll depends executable file
  • Auto detect some other files
  • Hexviewer
  • Image / extraction of resources (icons, images, sounds, dialogs, etc.)
  • Determine the processor type and operating system for the assembled file
  • The program analyzes the resources and applications for Pocket PC
  • Information about required to run the modules (DLL) and check their availability
  • -=[can help find the cause of a system message "Can not find file or one of its components," attempting to start the file]=-
  • Automatic determination of more than 350 file types, other than PE.



Tips:

  • PEinfo v0.9 BETA; Goto options and add LMB shell extentions; EXE, DLL, OCX, BPL.
  • PEinfo v0.9 BETA; Goto options and set the location of Win32.hlp (if you have the Programmers Reference file).
  • PEinfo v1; use MSDOS its pipeline feature (for all dos based, otherwise there is no information to read on screen.
  • Pipelining in msdos is especially useful to obtain commands their help text files (arj /?), extact OSD to text or pipeline multiple variables within batch files.


Gotcha's:

Helaas when one runs PEinfo v1 in a DOS-Box one will not get the info one expects!! For that you need to sit at the command prompt and pipeline the information generated by PEinfo to a file. For Your Convenience two examples I ran recently in a MSDOS box ;

Code:
PEINFO.EXE C:\Senax_Kitchen\RunWait.exe [COLOR=Red]>[/COLOR] C:\RunWait.txt
or in a batch file ;
Code:
@ECHO OFF
@PEINFO.EXE C:\Senax_Kitchen\RunWait.exe [COLOR=Red]>[/COLOR] C:\RunWait.txt
@PEINFO.EXE C:\Senax_Kitchen\executability_check.exe [COLOR=Red]>>[/COLOR] C:\RunWait.txt
@PEINFO.EXE C:\Senax_Kitchen\ToggleInputPanel.exe [COLOR=Red]>>>[/COLOR] C:\RunWait.txt
:END
EXIT
> = Badly documented MSDOS PiPELiNE feature.


Reference links:

[APP][WM] PEinfo - Portable Executable File Format view/extract
Portable Executable File Format specifications (read licence agreement);
Portable Executable File Format by en.wikipedia.org
Jpeg to DLL
PE Explorer (1 Personal Home Licence $129.-) also complies to Portable Executable FFs see this piece of their FAQ.

Here I give links to understanding basic XML, downloading and installing several SDK & DRK, development resources, MSDN & Technet, more WM PowerToyS and much more..
 
Last edited by a moderator:

Senax

Senior Member
Aug 27, 2009
373
46
Arnhem
SciTE an opensource cross-platform SCIntilla Text Editor

Name: SciTE
Version: 2.20

Author: Neil Hodgson
Link: http://www.scintilla.org/
Cost: Free

Reviewed By: Senax


Summary/Review:

SciTE or SCIntilla based Text Editor is an opensource cross-platform text editor written by Neil Hodgson using the Scintilla editing component. It is licensed under a minimal version of the Historical Permission Notice and Disclaimer.

These Scintilla editors are GPL and available on SourceForge;
in terms of size and features
low-range: Notepad2
mid-range: Notepad++ and SciTE
bigger and comprehensive IDEs;
high-range: Geany and Code::Blocks

SciTE compiled editors provide us standard with;

  • A tabbed interface
  • Syntax styling
  • (costomizable) Code highlighting
  • Indentation guides, an auto indentation fix tool and even compile/debug/run tools
  • Styling choices are more open than with many editors, allowing the use of proportional fonts, bold and italics, multiple foreground and background colours and multiple fonts
  • Error indicators
  • Folding
  • Code completion
  • Call tips
[SciTE ScreenShot1] [SciTE ScreenShot2]

Languages understood by SciTE;
SciTE currently is able to syntax style these languages (* denotes support for folding):

Abaqus*, Ada, ANS.1 MIB definition files*, APDL, Assembler (NASM, MASM), Asymptote*, AutoIt*, Avenue*, Batch files (MS-DOS), Baan*, Bash*, BlitzBasic*, Bullant*, C/C++/C#*, Clarion*, cmake*, conf (Apache)*, CSound*, CSS*, diff files*, E-Script*, Eiffel*, Erlang*, Flagship (Clipper / XBase)*, Flash (ActionScript)*, Fortran*, Forth*, GAP*, Gettext, Haskell, HTML*, HTML with embedded, JavaScript, VBScript, PHP and ASP*, Gui4Cli*, IDL - both MSIDL and XPIDL*, INI, properties* and similar, InnoSetup*, Java*, JavaScript*, LISP*, LOT*, Lout*, Lua*, Make, Matlab*, Metapost*, MMIXAL, MSSQL, nnCron, NSIS*, Objective Caml*, Opal, Octave*, Pascal/Delphi*, Perl, most of it except for some ambiguous cases*, PL/M*, Progress*, PostScript*, POV-Ray*, PowerBasic*, PowerShell*, PureBasic*, Python*, R*, Rebol*, Ruby*, Scheme*, scriptol*, Specman E*, Spice, Smalltalk, SQL and PLSQL, TADS3*, TeX and LaTeX, Tcl/Tk*, VB and VBScript*, Verilog*, VHDL*, XML*, YAML*.

Running and building commands for some of these languages have been set up but should be checked as they will have to be modified to work for many people. To keep menus to a reasonable length some languages are included but have been commented out in global options. These should be enabled by removing the comment character '#'.

SciTE is highly configurable. Settings can be altered by editing plain text configuration files. It is possible to have different settings for each language and project, as well as global or per user options. These allow a high level of customization over things like shortcut keys, tabbing, code folding, fonts, and syntax highlighting


Feature-for-feature you will probably find other editors which can outperform SciTE, but none can outperform SciTE's loadup performance, and to me this is by far the most important feature of any extended editor. I have tried to use other editors only to be painfully waiting for the software to loadup when all I want to do is do a really quick change or search of a file. Multiple quick changes/searches become a nightmare of waiting when using other software - not with SciTE.

In addition, the Lua programming language is embedded in Scite, allowing the user further customization. One can write Lua scripts that have access to the contents of the buffer and the Scintilla API. The scripts can be triggered by a shortcut key, or on an event, providing the possibility for implementing auto-complete or other hook. Useful scripts can be found online; http://lua-users.org/wiki/SciteScripts

Extensive SciTE Document
This page contains various contributed files that can be used with SciTE

My personal choice was the free GPL SciTE4AutoIT3 editor available outside sourceforge, due to my use of the free AutoIT3 its SciTE Configuration utility and many more utilities like a customized Lexer for the Syntax Highlighting and Syntax folding. Do a google search for "scite editor" (with quotes) to find a compilation of your choice.


Tips:

  • Excellent loadup performance

Gotcha's:

  • The only (minor) limitation stems from its Scintilla core: its RegEx search engine doesn't support alternations, but it more than makes up for via passive selection and token hilighting. As of v2.20 SciTE can use strips within the main window for find and replace rather than dialogs.

References:

AutoIT3 & (About) SciTE4AutoIT3
AutoIT3 contains a powerful language with everything that veteran scripters would expect! Best Features;
Create GUI, COM support, call external DLL and Windows API, Unicode and x64 support, Script2EXE, Digitally signed for peace of mind, much more powerfull.. Great for Cooks to integrate several utilities into their kitchen *wink*
Code::Blocks
Code::Blocks is an open-source cross-platform IDE (Integrated Development Environment) for C/C++. Designed with flexibility in mind, most of its features are provided by external modules (plugins) making it easily extendable and configurable.
Code blocks 8.02 portable with minGW compiler.
Notepad2
A small, fast text editor with syntax highlighting for HTML and other common languages.
Notepad++ and Notepad++ plugins
A larger highly configurable text editor (configurable via embedded TinyXML).
Geany and Geany-plugins
Geany is a small and lightweight IDE. Basic features are syntax highlighting, code completion, code folding and call tips.
TinyXML
TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML.
SciTE WiKipedia
 
Last edited by a moderator:

IzaacJ

Inactive Recognized Developer
Sep 2, 2008
688
91
34
Eskilstuna
izaacj.github.io
[ADD] syn Text Editor

Name: syn Text Editor
Version: 2.1.0.46

Author: neum, paulggardner
Link: http://www.sourceforge.net/projects/syn/
Cost: Free

Revied By: IzaacJ, PentaMedia


Summary/Review:

A perfect text editor. Uses it for all my text-file editing. Been using it for the last few years. Supports a lot of syntax markup schemes.


Tips:

  • None.

Gotcha's:

  • None.

References:

None.
 
Last edited by a moderator:

kattiesora

New member
Dec 16, 2019
1
0
Byte By Byte Comparison

The byte-by-byte comparison is thorough but fast. With built-in support for FTP and Zip files, this tool is ideal for building websites. The program window allows you to preview the files during the comparison. It is also possible to specify external viewers to open a specific file type.
 

Top Liked Posts