[X] The "/flvstreamtcpmp/flvplugin0.4.3_src.zip" file could not be found or is not available. Please select another file.

Share

More
Tinn Is Not Notepad Icon

Tinn Is Not Notepad

beta

by rmay


Tinn Is Not Notepad. Tinn is a free text editor that trys to address some of Notepad's limitations without getting too big. It is written in Delphi 5 using the TSynEdit components (also a SourceForge project).


http://tinn.sourceforge.net





Separate each tag with a space.

Release Date:

2004-07-13

Topics:

License:

Ratings and Reviews

Be the first to post a text review of Tinn Is Not Notepad. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Tracker artifact added

    Anonymous created the Can't save syntax color scheme in editor artifact

    posted by nobody 899 days ago

  • Tracker artifact added

    Anonymous created the Problem with limited access artifact

    posted by nobody 1182 days ago

  • Tracker artifact added

    Anonymous created the How to add Form? artifact

    posted by nobody 1380 days ago

  • Forum thread added

    posted by izludessj 1897 days ago

  • File released: /TinnMDI/Tinn 0.0.8.6/Tinn0086.zip

    posted 1944 days ago

  • TinnMDI Tinn 0.0.8.6 file released: Tinn0086.zip

    Tinn Change Log 0.0.8.6 7/08/04 Marco, user in the forums, found a bug in the word wrap not being set in new files. He posted a fix too, which I used. Thanks Marco! Changed Ctrl-W to close the current editor window instead of putting Tinn on top. 0.0.8.5 5/19/04 Added .asm to be automagically assigned to the proper syntax highlighter. Closing bug: Tabs were being removed before the editor window was closed. A user on the forums pointed that out. Thanks, Marco. Fixed a problem with the search in files messing up with Unix style files. 0.0.8.4 4/30/04 Tweaked the highlighting code samples a bit more. Now the background active line isn't showing on existing files. I fixed too good the other time. Figures. I think I got it this time. Added the ability to rearrange the tabs. Got the code from a web site : http://www.swissdelphicenter.ch/en/showcode.php?id=963 0.0.8.3 4/22/2004 Fixed a menu problem I caused fixing the last menu problem. Added Reopen Project Menu. 0.0.8.2 4/21/2004 Fixed a spelling error in the in the ini file. Gumbah posted in the forums. Thanks! I think I fixed the reappearing background color line problem. Fixed a menu problem with the 'Search -> Search in files' appearing twice with an open file. 0.0.8.1 4/01/2004 Made some tweaks to the projects stuff. Just trying to flesh it out and make it work better. Active line is a different user changable color. Word wrap? Oh yes indeed! Thanks to the awesome people that do the component synEdit! Huzzah! Fixed some problems with the window splits. Fixed a problem with the bracket matching. 0.0.8.0 3/16/2004 Found the icon I had lost in the last version. It's back in now. Fixed the Close dialog box to handle Cancel or the Close. Added Vertical split to the window, required a little bit of refactoring the original split stuff, but it is looking good. 0.0.7.9 3/08/2004 Added a big piece of new functionality, the ability to manage files as projects. It's rough and not pretty, yet, but it works. Gerd Sager submitted a way that SynEdit will automatically show a code snippet for the highlighter. Very cool, so I put that in. Thanks, Gerd! Added Highlighting for Assembly per request. 0.0.7.8 1/02/2004 Paul, a poster on the forum, found this bug : 1) Toggle Line #s on. Any files currently open will show line #s. 2) Do a RegEx search, or create a new file. No line #s showing 3) The newly created files will now show line #s opposite to the checkbox on the menu So I fixed it. 0.0.7.7 12/16/2003 I had been using a visual component for the Open Dialog, but it was doing weird things with the WorkingDir, mainly not changing to it everytime. So I tried creating it on the fly. Slower, sure, but it works. ctrl-y wasn't enabling the save. Now it does. Changed the bracket highlighter to change the bracket color to red to improve visibility. Fixed a problem with '&' in the file name. Drag and drop editing triggers the '*' in the tab name. 0.0.7.6 11/17/2003 Tweaked the syntax section to look at the first three lines to use HTMLComplex highlighter if needed. Tweaked the highlighter to do anything with <script+> in the HTMLComplex. Fixed a drag and drop bug. Single click in the gutter selects the entire line. May change in the future. Fixed a bug with setting the tab widths. 0.0.7.5 10/23/2003 Changed the reload to remember the cursor position between reloads. Fixed a problem with the CSharp highlighter. 0.0.7.4 10/17/2003 Yet another command line fix. I am beginning to think I suck when it comes to this stuff. The problem happened with the ln= request, it was creating a new file named 'ln=x' so I fixed that. Fixed a reload problem. 0.0.7.3 10/07/03 Command line fix for creating files from there. Path being dupped in the name. Fixed more problems with the undo after save. I hope I got it. Changed the reload to never be disabled unless there are no files. Fixed Macro recorder not getting assigned to the proper editor window on command line startup with two or more files. 0.0.7.2 9/18/03 F3 and Shift-F3 are changed not to change the search option settings. Added the option to change the line width in the Application Options. Requires an application restart. Added a toolbar button to reload the file from disk. 0.0.7.1 9/10/03 Thanks to the contribution of lesx99, macro recording records other actions. Thanks! Changed the toolbar to non-wrap. Running Tinn from the command line to open a file uses the path that file is in. 0.0.7.0 9/05/03 Fixed a bug with the saving of shortcuts.tinn, it now ends up in the Windows directory. Fixed a undo after save bug. 0.0.6.9 9/04/03 Added bracket highlight. I got the code from the syn Text Editor project. Thanks guys, your project is great!. Added hot key for macro playback. Ctrl-L records/stops recording. Ctrl-P plays back the macro. Figured out how to save and load the custom keystrokes. Fixed shift-insert not triggering save and ctrl-insert chaning status to overwrite/insert. Fixed a file open bug based on case. Fixed a bug with the opening non existant file from the MRU. 0.0.6.8 9/03/03 Fixed the SHIFT-F3 setting the backwards-search flag on, and F3 not resetting the flag. I hope. Fixed a bug with opening an existing file would replace the editor contents of a file named 'UntitledX.ext' where X is any number and .ext is any extention, including none. Added support for creating a new file from the command line. Syntax : Tinn <new file name> Got searching in a directory working. Still needs more work, but the basics are there. 0.0.6.7 8/13/03 Fixed the Autosize and Gutter Visible in the synEdit source for the Editor Options dialog. Changed the SHIFT-F3 setting the backwards-search flag on, and F3 not resetting the flag. Fixed File tab bug getting confused with file q and qq and similar problems. I was doing a position comparision to the files, which was dumb. I fixed that. Added undo after save option. Fixed undo after save not setting modified status. Added Clear MRU. Added minimize after last file is closed option. Added a new component to the project from the syn Text Editor project for directory selection. The source will be part of the project source. http://syn.sourceforge.net/ 0.0.6.6 8/12/03 Started work on a search in files interface. Fixed a bug with the closing of Untitled windows. The tab wasn't being removed. Added Open all MRU Files to the menu. Changed the General Highlighter to recgonize ',' as a word break char. Search in open files is usable. 0.0.6.5 8/06/03 Added an ASCII chart taken from the Jedi Edit project and changed it to work with Tinn. Fixed the date/time stamp to insert a caret position and to use the Undo stuff. Goto box closes on Escape. 0.0.6.4 8/05/03 Fixed Alt triggering status change. Fixed loading a file status change bug. Worked on the closing of all the files. Fixed a few bugs in there. 0.0.6.3 7/29/03 Fixed Search and Replace not triggering save. Made the search list global. Changed the change log to read newest first for quick access to version changes. 0.0.6.2 7/28/04 Fixed Save As and read only files. New file is not Read Only in editor or on disk. Save As retooled, added option to remove extentions or not. Fixed cmd line bug with files with commas or spaces in them. 0.0.6.1 7/28/03 Fixed the font colors not being remembered for gutter and text. Fixed date/time stamp access violation. Started remembering search options. Added an Application Options dialog. Not much there yet. 0.0.6.07/22/03 Fixed some events that I broke. Fixed the Alt Column no being remembered. 0.0.5.97/22/03 Fixed remembering and applying Edge Column on file load. Fixed Smart Tab/Smart Tab Delete off not being remembered. Fixed Scroll Past EOL off not being remembered. Fixed F&ormat and &Options menu have same shortcut (ALT-O). It is now Fo&rmat (ALT-R). Added tab visiblity toggle. 0.0.5.8 7/17/03 Fixed alt menu keys. Fixed another command param to find the full path on opening files with Tinn already opened. Added Shift+F3 for backwards search. Better remembering of editor options. Found out that synEdit already does indent with Tab/Shift+Tab for selected blocks. Took out my code, heh. 0.0.5.77/16/03 Removed Ctrl+Tab/Ctrl+Shift+Tab. It didn't work well with multiple files, heh. Added block indent with Tab/Shift+Tab for selected blocks. Fixed two 'Save As' bugs involving file names and extentions. Fixed another 'Save As' bug, not diabling the Save function after a 'Save As' cancel. 0.0.5.6 7/16/03 Tweaked the highlighter file filters. Tweaked the Ctrl+Tab/Ctrl+Shift+Tab. Renamed TinnMDI to Tinn. Tried to fix the odd last path bug vha keeps getting, again. 0.0.5.5 7/14/03 Added reload to the popup menu. Fixed a bug in the save function for untitled files. 0.0.5.47/14/03 Fixed the search with current word. It had been working at one point, I must have done something to break it. Changed the syntax color selection to be more intelligent. Added Select All to the Edit menu. Added case changing for a selection to menu. Added reload file function. 0.0.5.37/14/03 Cleaned up the open/save file dialog filters. Improved the Save As function. It appends the selected file filter extention to the file name after removing any existing extentions. Added a manual shortcut for indent/unindent, CTRL-TAB/CTRL-SHIFT-TAB. 0.0.5.27/14/03 Modified the color change start to use the selected Syntax in the combo box and not the current highlighter from the syneditor. Added XML highlighter support. Cleaned a few oddities with the read only files. 0.0.5.17/11/03 Added Redo. Fixed API calls for restoring the app. Made the command line a bit smarted, now can do mutliple globs. Syntax color change starts with the current file type. 0.0.5.07/10/03 I changed to the newest synEdit controls, synedit-cvs-2003-07-03. Fixed menu problem. Changed Macro stuff. Got it down to two buttons on suggestion from vha, a user. Fixed Save all to work better with what has and hasn't been saved. Fixed Macro Bar toggle with no ini. Added the synEdit options dialog. Tons of features, need to integrate with my program and debug! Added regex search and replace. Fixed MRU not having fully qualified path. Fixed some more bugs with the command line startup. 0.0.4.87/10/03 Changed the tabs to reflect file status. <filename> for read only. * for changed. Changed F3 key to be like the notepad behavior: on first call it opens up the find dialog box, grom the 2nd call on it does a find-next. Fixed the command line parameter call when Tinn is still open. Added Macro recording and play back. Added Tool bar and menu for Macro stuff. 0.0.4.77/9/03 Bug fixes for the command line on opening files from there. Added file globbing from the command line. E.g. "TinnMDI.exe c:\myfiles\*.pas" opens all the .pas files in that directory. Fixed window split with no open files. Tweaked what menu commands are enabled or not when all files are closed. Tweaked what tool buttons are enabled or not when all files are closed. Added a line jump to the command. E.g. "TinnMDI.exe myfile.txt ln=130", it opens myfile and start the editor at that line. If the line number requested is greater than the number of lines in the file, the file opens to the last line of the file. 0.0.4.67/8/03 Changed the menus a bit, added Search and moved stuff from edit to search. Added selection modes in the menu, Column, Line, Normal. Added a view menu. Moved some more menu options around. Renamed a few things. Added status bar visible toggle. Added Window Split toggle in main menu. Added Special char viewable toggle. 0.0.4.56/26/2003 Feature freeze while I make sure all the new stuff I added is working properly and to shake out any bugs. Tweaked the save function a bit to make sure I have the right path. Tweaked the F3 find to account for backward searches. Tweaked some ini file settings. Changed the Grep Filter names to RegEx Filter. Added an icon on the tool bar for Save All. Icon is reflected in the menu. Added '/* This is a comment */' to the CSS example. Cleaned up the load/open file procedures. Drag and drop opens into untitled, or brings existing window to top. Tweaked the toolbars a little to improve overall look and usage. Added multiple file drop. I had meant to fix the single file drop only, but after I did that, I got to thinking about multiple files, so I added it. Fixed an oddity with the manual syntax setter. Fixed the save all to eliminate a few oddities. Tweaked the save button. 0.0.4.46/25/2003 Resolved CSS syntax highlighter error in the color selection. 0.0.4.36/24/2003 Cleaned up the highlighter selections, sorted them. Started work on color selection. Fixed Recent File list. Fixed Case changing commands. Fixed Find not bringing up selected word. Fixed 'Read Only' in popup menu when opening a read only file. 0.0.4.26/19/2003 Fixed fonts to match in split. Only allow fixed length fonts due to a editor limitation. Added a grep filter bar. Enter a regex and it applies it to the current file, line by line. Fixed window state oddity that Jeff noticed on maximized. 0.0.4.16/19/2003 Tweaked the window spliter panel so it is easier to use. Added a double click to the panel to un-split the window. Changed the split window feature to have more support for basic editing commands. Added save all. If a new tab is open and on top, load a file into it on file load. 0.0.4.06/16/2003 Fixed tab wrap around funkiness. Added a few more option in the popup menu, Close (that file/tab) and Select All. Changed the popup menu layout, hopefully a bit easier to use. Changed the read only in popup menu to reflect the current status. Added Close All in file menu. Added ini support for the show line numbers option. Added a split window feature, very rough. Will improve it! Fixed a bug in the syntax selection combo box, was creating a new child window every click. 0.0.3.96/16/2003 Changed a start up maxed option to apply to all start up files, not just a blank one. Changed the text in the start up to be a bit more clear. 0.0.3.86/13/2003 Changed the 'save' function to update the current working dir to where you saved. Added a new file on start up option. Added a maximized or not child window on start option. Changed it so Tinn pops to the top of the windows if the exe is run again. 0.0.3.75/19/2003 Fixed the 'save as' function so it would automagically set the highliter based on file extension. 0.0.3.64/02/2003 More bug fixing for the tabs. 0.0.3.53/26/2003 Jeff reported a weirdness with the tabs and having files associated in windows with Tinn. I fixed one problem. 0.0.3.4 1/20/2003 Thanks to a tip from a user on sourceforge, I was able to get the grey out icons to stop greying out for the MDI. Also, when the last file is closed, the file size in the status bar is blank. 0.0.3.312/23/2002 Twiddled with the file size in status bar. Made it work a bit better. Fixed the saving of a new file, before it wasn't changing the working directory to where the file was saved. 0.0.3.212/13/2002 Added HTMLcomplex to handle HTML mixed with JavaScript. 0.0.3.112/12/2002 Added file size in status bar. Added showing/hidding line numbers with a gutter. Added bookmarks in gutter. Added format menu. Added Date/time stamp in format menu. Added indent/unindent in format menu. Added Upper case and lower case by word commands and menu items. Added Invert case by char commands and menu items. Added Match Bracket command and menu item. 0.0.3.012/11/2002 Added more characters that trigger the save. 0.0.2.9 12/10/2002 Fixed the options menu for showing or hiding different toolbars. It didn't work at all, now it does. Added the ability to change the tab button style. Added the ability to change the tab postion, top or bottom of the form. Saves and loads setting from the ini. Right click on page can toggle read-only for the file. 0.0.2.812/09/2002 Twiddled the save function to not set the highlighter if the user has already choosen one. This is only while that file is open. Closing it and opening it again will apply the highlighter based on extention. 0.0.2.712/06/2002 Fixed a save bug with multiple files needed to be saved, saving one, and having the save button grayed out for the rest. 0.0.2.6 12/05/2002 Add PHPComplex highlighter support for .phtml 0.0.2.5 12/02/2002 Fixed <enter> not triggering save option. Fixed ctrl-x not triggering save option. Fixed popup menu not triggering save option. Cleaned up the printer stuff a bit, doing it right so the highlighter gets assigned to the printer. Added simple print preview support. 0.0.2.411/27/2002 Added simple printing functionality. Fixed the caption the tab for saving a new file. 0.0.2.3 Another twiddle to the fonts, this time the Font selection dialog is populated with the current font settings. 0.0.2.2 Changed the font selection to be global 0.0.2.1 Added some support for fixed width font selections. 0.0.2.0 First use of change log.

    posted 1945 days ago

  • Tracker comment added

    Anonymous commented on the Prob add world Identifier in SynHighlighterCobol artifact

    posted by nobody 2052 days ago

  • Tracker artifact added

    Anonymous created the Prob add world Identifier in SynHighlighterCobol artifact

    posted by nobody 2052 days ago

  • Forum comment added

    qwerty6400 commented on the RE: MDI vs. SDI forum thread

    posted by qwerty6400 2102 days ago

  • Tinn 0.0.7.0 in CVS and for download

    I updated CVS with the lastest and added the zip to the file downloads. Enjoy! For the latest version, check my project website http://tinn.solarvoid.com and http://www.solarvoid.com for the active forums. Thanks!

    posted by rmay 2256 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Tinn Is Not Notepad Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review