Main > Free Download Search >

Free tab completion software for linux

tab completion

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 680
The Tab Completion Grade Book 1.0beta4.1

The Tab Completion Grade Book 1.0beta4.1


The Tab Completion Grade Book is a full-featured grade book for teachers. more>>
The Tab Completion Grade Book is a full-featured grade book for teachers.
The Tab Completion Grade Book is a free software Java Grade Book program.
It features multiple courses, multiple students, arbitrarily-nested assignments, weighted assignments and categories, XML data storage, and a configurable grading scale for each course.
It can also print a per-student summary.
Main features:
- arbitrarily nested and weighted assignments
- human readable XML file format
- multiple courses and students
- scores can be fractions
- configurable grading scale per course
- print per-student summaries
- statistics, scatterplots, colors
- single student view
<<less
Download (0.59MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1106 downloads
No Tab Close Button 0.2.1

No Tab Close Button 0.2.1


No Tab Close Button is an extension which removes the close buttons on the tabs. more>>
No Tab Close Button is an extension which removes the close buttons on the tabs.

Removes the close buttons on the tabs (Firefox 2)
Removes the button on the right (Firefox 1.x).

For people that like to close their tabs with a middle click.

<<less
Download (0.001MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
928 downloads
Tab Clicking Options 0.6.8

Tab Clicking Options 0.6.8


Tab Clicking Options allows you to select actions for various clicking events on a tab or the tab bar. more>>
Tab Clicking Options allows you to select actions for various clicking events on a tab or the tab bar.
Tab Clicking Options lets you select an action to perform with different clicking events on the tab bar or a tab in Firefox and in Mozilla Suite. The events you can assign an action to are:
- Double clicking
- Clicking with middle mouse button
- Left clicking with control-key (or meta-key on Mac) pressed
- Left clicking with alt-key pressed
- Left clicking with shift-key pressed
And the actions which you can choose from are:
- Open a new tab
- Reload the tab
- Reload all tabs
- Close tab
- Close other tabs
- Close all tabs
- Duplicate Tab
- Duplicate Tab in New Window
- Undo Close Tab (only in Firefox 2.0 beta or with extensions)
- Bookmark Tab
- Bookmark All Tabs (not in Firefox 1.0)
- No Action
<<less
Download (0.022MB)
Added: 2007-04-28 License: MPL (Mozilla Public License) Price:
911 downloads
Tab Slideshow 1.6

Tab Slideshow 1.6


Tab Slideshow allows you to cycles through tabs like a slideshow. more>>
Tab Slideshow allows you to cycles through tabs like a slideshow.

Cycles through tabs like a slideshow. Licensed under MPL.

I am submitting a new version (1.6) without the bug where it outputs the time on startup.

<<less
Download (0.009MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
932 downloads
XNap Commons 0.9.6

XNap Commons 0.9.6


The XNap Commons project provides a set of utility Java classes for easy handling of common tasks like sortable tables. more>>
XNap Commons project provides a set of utility Java classes for easy handling of common tasks like sortable tables, auto completion, and internationalization, a settings framework, and Swing components like common dialogs, a wizard, a closeable tabbed pane, a directory chooser, and whats-this-style context help.
Enhancements:
# New Features:
- IconHelper has been enhanced with a methods getApplicationIcons() to retrieve a list of application icons and getSystemTrayIcon() to retrieve an icon for the Java 6 system tray.
# Fixed bugs:
- The CloseableTabbedPane has been fixed to work on Java 6.
<<less
Download (0.41MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
985 downloads
Pydiction 1.1

Pydiction 1.1


Pydiction offers you a powerful and very useful utility which allows you to Tab-complete Python code in Vim, including: standard, custom and third-party modules and packages. more>>

Pydiction 1.1 offers you a powerful and very useful utility which allows you to Tab-complete Python code in Vim, including: standard, custom and third-party modules and packages. Plus keywords, built-ins, and string literals. It consists of three main files:

  • python_pydiction.vim -- The Vim plugin that creates the Tab-completion functionality for Python files.
  • complete-dict -- A Vim dictionary file that contains Python keywords and module structure. This is what the plugin looks at to know which things are completable.
  • pydiction.py -- (Optional) Python script used to generate the dictionary. You can optionally run this script to add more modules to complete.

Major Features:

  1. Pydiction can complete Python's keywords, built-in functions, and string literals, as well as standard, custom and third-party package and module names and their attributes and methods. It can also complete fully-qualified names such as "module.submodule.method", as well as non-fully qualified names such as simply "method".
  2. Pydiction uses the Tab key to do completion, rather than inefficient Ctrl key combinations and the like.
  3. Unlike omni-completion, Pydiction works with more than just imported modules. For example you can complete Python built-in functions and keywords, such as "print", "raw_input", and so on.
  4. Pydiction doesn't require Python support to be compiled into your version of Vim, nor do you need to have Python installed on the machine you use it from (unless you want to use pydiction.py)
  5. Using a special dictionary file to complete from, Pydiction doesn't pollute any other menus that you you may be using for other types of completion, such as omni-completion or ins-completion.
  6. Since Pydiction uses a dictionary of possible completion items, it can complete 3rd-party modules much more accurately, and quickly, than other ways. And you have full control over what can and cannot complete. If it's unable to complete anything, you can either use pydiction.py--to automatically add a new module's contents to the dictionary-- or you can manually add them using a text editor. The dictionary is just a plain text file, which also makes it portable across all platforms.
  7. Also because Pydiction uses a dictionary file, you don't have to import a module before you can complete it, nor do you even have to have the module installed on your machine. This makes completion faster than omni-completion since it doesn't need to do any type deducing.
  8. Pydiction only attempts to complete while editing Python files.
  9. You can still use omni-completion, and other forms of completion, with Pydiction. In fact, they can all make a great team.
  10. Pydiction knows when you're completing a callable method or not and, if you are, it will automatically insert an opening parentheses.
  11. The Tab key will work as normal for everything else. Pydiction will only try to use the Tab key to complete Python code if you're editing a Python file and you first type part of some Python module or keyword.
  12. Pydiction is far form perfect, but it was created because none of the other forms of Python completion for Vim were perfect either. There is a new project underway called PySmell that also looks promising. Keep in mind that Pydiction was originally started in 2003 and back then there wasn't really anything else.

Enhancements:

  • Added quoted string method completion
  • ZSI Web Services module completion
  • Fixed a bug with the -v option.


<<less
Added: 2009-07-21 License: GPL Price: FREE
1 downloads
 
Other version of Pydiction
Pydiction 1.0python_pydiction.vim -- The Vim plugin that creates the Tab-completion functionality for Python files. complete-dict -- A Vim dictionary file that contains Python keywords and module structure
Price: FREE
License:GPL
Download
1 downloads
Added: 2009-07-20
Tab URL Copier 1.1.8.20061010

Tab URL Copier 1.1.8.20061010


Tab URL Copier is an extension which copies the URLs of all open tabs. more>>
Tab URL Copier is an extension which copies the URLs of all open tabs.

Copies the URLs of all open tabs. Puts Copy Tab URLs item in right click menu of tabs and Edit main menu.

Useful for bibliographies, quickly sending someone a list of pages to view etc.

Can now open tabs from previously copied list.

<<less
Download (0.009MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
928 downloads
Tab 4.3.9

Tab 4.3.9


Tab is a typesetter for lute tablature, for renaissance and baroque lutes and theorboes, in French and Italian notation. more>>
Tab is a typesetter for lute tablature, for renaissance and baroque lutes and theorboes, in French and Italian notation. It runs on many computers but is developed on the linux operating system. Tab is a command line or "dos" program and you cant use the mouse.

You use tab in conjunction with a word processor or editor program and a PostScript display/printing program (like Ghostview). You edit a plain text file with special commands to enter the lute tablature, then you run tab to convert that input into PostScript output that you can print or display with the right program. Because I, as a programmer, have not spent my time on a fancy user interface, I have been able to exend the formatting capabilities of my program. There are other tablature programs that you can use to enter music and save in tab format to take advantage of tabs high quality fonts and proportional spacing.
<<less
Download (0.49MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1190 downloads
New Tab Button on Tab Bar 2.0

New Tab Button on Tab Bar 2.0


New Tab Button on Tab Bar is an extension which adds a new tab button to the tab bar. more>>
New Tab Button on Tab Bar is an extension which adds a new tab button to the tab bar.

This extension adds a new tab button to the tab bar. You do not need an extension to add a new tab button to the *toolbar*, but if you want a new tab button on the *tab bar* youll need this extension.

This is a simple, single-feature extension, -- there are no options to configure!

Theme authors:
Please see this extensions homepage for information on how to make your theme support the new tab button.

<<less
Download (0.009MB)
Added: 2007-04-26 License: MPL (Mozilla Public License) Price:
916 downloads
Verve plugin 0.3.5

Verve plugin 0.3.5


Verve plugin is a comfortable command line plugin for the Xfce panel. more>>
Verve plugin is a comfortable command line plugin for the Xfce panel.
Main features:
- Command history
- Auto-completion (including command history)
- Open URLs and eMail addresses in your favourite applications
- Focus grabbing via D-BUS (so you can bind a shortcut to it)
- Custom input field width
Usage:
Once added to the panel, you can use the following keys to control Verve:
- TAB to iterate through auto-completion entries
- UP and DOWN arrows to iterate through the command history
- CTRL+ENTER to run a command in a terminal emulator
- ESC to clear your input
If you want to launch URLs or eMail addresses using Verve, just paste them into the input field and press ENTER.
Focus Grabbing
Verve installs a script named verve-focus which can be used to bind a keyboard shorcut for Verve to grab the focus. To do so, you first need to open the Xfce settings manager:
xfce-setting-show
Once the dialog has appeared, chose Keyboard. In the next dialog, select the Shortcuts tab and add a shortcut for verve-focus.
After this, Verve should grab the focus and start blinking whenever you press this shortcut. To stop the blinking, just type something (like a command or something else) or click on it with the mouse
<<less
Download (0.025MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
961 downloads
Lyntin 4.1.1

Lyntin 4.1.1


Lyntin is a Python-based MUD client and development framework. more>>
Lyntin project is a Python-based MUD client and development framework.
Lyntin is an extensible Mud client and framework for the creation of autonomous agents, or bots. Lyntin is centered around Python, a dynamic, object-oriented, and fun programming language.
Lyntin is written entirely in Python--a nicely written and very portable programming language.
Thusly Lyntin is platform independent. Lyntin is exposes the Python interpreter allow you more freedom than mere if you see this then send this aliases and triggers.
They can be Python functions which do anything from setting a variable to forking a web spider. In addition, your code can interface with Lyntins code.
Lyntin is great if:
1. you want a mud client that you can see the source code to and adjust it to suit your needs
2. you want a mud client that has a sophisticated API for enhancing and building bots/agents/triggers more advanced than "if you see this then do this"
3. you want a mud client that works on all your machines, has a text ui, a tk gui, and can also work over ssh/telnet
Lyntin is not great if:
1. you prefer wizards and menus to the command line
2. you hate Python
3. you want fancy bells and whistles in the ui
Enhancements:
- fixed logs of bugs
- fixed overuse of get_engine()
- added a new cursesui
- added tab completion mechanics to tk and curses user interfaces
- optimized usage of filter_mapper style hooks
- overhauled most of the managers removing unused methods/functions, simplifying the code, and making some fixes
- moved variable storage from the VariableData objects to the Session object
- enhanced the #@ command to behave more like the python interpreter command line
<<less
Download (0.14MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
thisTab! 1.0

thisTab! 1.0


thisTab! is an extension used to force Firefox to open a link in the current tab. more>>
thisTab! is an extension used to force Firefox to open a link in the current tab.

Force Firefox to open a link in the current tab - prevents websites opening a new window when you dont want them to.

<<less
Download (0.001MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
926 downloads
schemon 0.1.0

schemon 0.1.0


schemon is a Scheme interpreter for Python. more>>
Schemon is a scheme interpreter for Python programs. It is extensible and requires no explicit type checking for conversion between Scheme and Python types. It is fully R5Rs compliant.
Main features:
- Easy extending with python code. No typechecking is required (done by name mangling, see manual), and you do not have to add any new functions to any environment lists, they are added by introspection.
- Full R5RS support, including macros (only decimal integers supported)
- Better command-line environment including tab-completion
- First class hygienic macros
- Advanced type system for use when embedding scheme code in python
Version restrictions:
- Not all functions are defined in python, so some scheme functions are only availible from scheme (due to implementation details).
- Functions and lambda expressions are not analyzed beforehand, so they will not run at optimum speed. However, as we are running in python anyway, I did not view speed as a good excuse to add more complexity.
<<less
Download (0.15MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1653 downloads
GD::Tab::Ukulele 0.01

GD::Tab::Ukulele 0.01


GD::Tab::Ukulele is a Perl module for Ukulele tab image generator. more>>
GD::Tab::Ukulele is a Perl module for Ukulele tab image generator.

SYNOPSIS

use GD::Tab::Ukulele;
my $uk = GD::Tab::Ukulele->new;

# print png image
print $uk->chord(D#sus4)->png;

# get GD::Image instance
my $im = $uk->chord(C);
print $im->png;

# other tab generate
$uk->generate(D7,[0,2,0,2])->png;

# set color
$uk->color(255, 0, 0);

# set background-color and no interlace
$uk->bgcolor(200, 200, 200);
$uk->interlaced(0);

# all tabs image save to file.
use IO::File;
for my $chord (@{$uk->all_chords}) {
(my $filename = $chord) =~ s/M/Maj/; # for case-insensitive filesystem
my $file = IO::File->new("images/$filename.png", w);
$file->print($uk->chord($chord)->png);
}

<<less
Download (0.005MB)
Added: 2007-04-24 License: Perl Artistic License Price:
914 downloads
SMM++ Mud Client 6.1.1

SMM++ Mud Client 6.1.1


SMM++ Mud Client project is a client with mapping functionality and lots of other features. more>>
SMM++ Mud Client project is a client with mapping functionality and lots of other features.
SMM++ Mud Client is a mud client with extended and unique features.
Aside from all standard mud client functionality like ANSI color support, aliases, action triggers, and tab-completion, SMM++ features a highly-customizable user interface (labels, buttons, and menus) and unique and powerful mapping capabilities, and SMM++ is the only mapping crossplatform (Tcl/Tk based) mud client available.
Enhancements:
- ::smm::action replaced with ::smm::reaction (pretty stable)
Added:
- ::smm::pasteok hook (not tested extensively, yet)
<<less
Download (0.24MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1082 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5