⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 类似与wndtars的国产软件
💻 TXT
字号:
/*********************************************************************
          TabBars AddIn for Microsoft(R) Visual c++ version 1.17
                Orbit Studio Copyright (C) 1999-2004
                          October,2004
*********************************************************************/

--- Introduction ---

Name:        TabBars AddIn for Microsoft(R) Visual c++
Version:     1.17 Build 3169
Platforms:   Visual Studio(C++) IDE under Windows 98/2000/XP
Description: Add some useful Function for VC IDE,such as auto save edit 
    file,CPP/H file flip, add a Tabbar in edit windows for file switch,
    auto save build times ect.
TabBars AddIn give more convenience use VC++ IDE:

- Add a Tabbar in the bottom of Text window for file switch
- CPP/H file flip(Total 64 directories you can specify)
- Remark a block of Text which you have selected(somethings like Visual 
  Basic IDE)
- Unremark a selected block which you have remarked
- Auto add time and user in front of you Remarked block
- Open resource file at text mode in you IDE
- Auto save edited file
- Auto save build information when you start build a project(build times,
  start time,stop time ect)
- Use shell command in IDE(copy file,delete file)
- compress the whole project or a folder to a zip file
- Open project in Zip file directly
- Draw object relation chart in source file (using ASCII characters).


--- Setup ---

first-
   copy file "Tabbars.dll" and "Tabbars.ini" to your Visual C++ Add-in 
   path,such as: 
   "C:\Program Files\Microsoft Visual Studio\Common\MSDev98\AddIns".
Second-
   Launch Microsoft(R) Visual c++ 6.0,select Tools\customize... menu 
   command,click tabs which named "Add-Ins and Macro Files" in the 
   opening dialog,select Tabbar Addin in the list,click Close button 
   to finish setup.


--- About Source Code ---

    Source code should be compiled by Visual C++ 6.0. There are two VC workspace 
    file : TabBarsE for compile English version and TabBars.dsw for compile 
    Chinese(simplified) version.
    
    The compress library is ZLib, please do not use it in commercial 
    purpose. class CZipper, CUnziper and GridCtrl comes from CodeProject
    and Draw Text Diagram in the C++ files is the idea of .dan.g.'s 
    CodePlotter project on CodeProject..


--- Authorization ---

    TabBars AddIn is a open source free software,you can use or 
    redistribute it under the restriction of GNU GENERAL PUBLIC 
    LICENSE.You can read GPL_English.txt to learn more about 
    GNU GENERAL PUBLIC LICENSE.Part of the source code is the 
    third party code, please notice the copyright declaration in 
    the source file while you using it.


--- Support ---

Orbit Studio Software
email: Support@winmsg.com
web page: http://www.winmsg.com/tabbar.htm (For English version)
          http://www.winmsg.com/cn/tabbar.htm (For Chinese version)


--- Files ---

TabBars.dll - the execute module of TabBar AddIn
TabBars.ini - the configure information of TabBar AddIn(We do not use Windows registry)
readme.txt  - this file


--- History ---

1.17.3169
Support object relation chart in source file (using ASCII characters).
fix bug on "zip project"

1.16.2517
Support Zip project
Support open project in Zip file firectly

1.15.2139
change the style of Tab window
fix bug on "close all except this file"

1.14.1491
Fix bug on multi line remark function (the 1463 forget the last line)
Fix bug on AutoSave function (it make Visual C++ IDE stop message loop)

1.14.1463
Fix bug on unremark function (when unmark a block without time mark ...)
Add Block Remark Function
Add Function describe function

1.12.1341
Fix bug on about page of option sheet
Add frienf link http://majifeng.top263.net
Change Icon color of toolbar

1.12.1288
Fix bug on flip path page of option sheet

1.12.1128
Add flip path search function
Add HotKey bind with toolbar button

1.10
Add mark and unmark function
Add some friend link and thankful

1.0
First release version

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -