All Projects → RRUZ → Delphi Dev Shell Tools

RRUZ / Delphi Dev Shell Tools

Shell Extension for Delphi and Object Pascal Developers

Programming Languages

pascal
1382 projects
delphi
115 projects

Projects that are alternatives of or similar to Delphi Dev Shell Tools

Tcodeedit
Lightweight and syntax hilighted UNICODE editor
Stars: ✭ 27 (-74.77%)
Mutual labels:  lazarus
Dzhtmltext
Delphi and Lazarus HTML Label component
Stars: ✭ 60 (-43.93%)
Mutual labels:  lazarus
Atsynedit
Multi-line editor control, with syntax highlighting, for Lazarus
Stars: ✭ 92 (-14.02%)
Mutual labels:  lazarus
Miniedit
Mini text editor with highlighting code, made for PHP, Pascal, D, Lua, HTML and css or any text code.
Stars: ✭ 36 (-66.36%)
Mutual labels:  lazarus
Rnl
RNL - Realtime Network Library - The opensource reliable UDP network library
Stars: ✭ 59 (-44.86%)
Mutual labels:  lazarus
Touchpadindicator
Touchpad management GNOME Shell Extension. 🔗
Stars: ✭ 69 (-35.51%)
Mutual labels:  shell-extension
Tortoisegit
Windows Explorer Extension to Operate Git; Mirror of official repository https://tortoisegit.org/sourcecode
Stars: ✭ 851 (+695.33%)
Mutual labels:  shell-extension
Hprose Delphi
Hprose is a cross-language RPC. This project is Hprose 2.0 for Delphi and FreePascal
Stars: ✭ 100 (-6.54%)
Mutual labels:  lazarus
Mail4delphi
Mail4Delphi uses the Indy component to send the email.
Stars: ✭ 60 (-43.93%)
Mutual labels:  lazarus
Zcad
Simple CAD program
Stars: ✭ 91 (-14.95%)
Mutual labels:  lazarus
Imageresizer
Moved to Microsoft PowerToys
Stars: ✭ 994 (+828.97%)
Mutual labels:  shell-extension
Lgenerics
Generic algorithms and data structures for Lazarus/Free Pascal
Stars: ✭ 59 (-44.86%)
Mutual labels:  lazarus
Fastplaz
FastPlaz - Pascal Web Framework
Stars: ✭ 72 (-32.71%)
Mutual labels:  lazarus
Govcl
Cross-platform Golang GUI library.
Stars: ✭ 953 (+790.65%)
Mutual labels:  lazarus
Micromanage
A Micro-services Helpers Framework | Easily manage multiple repositories and projects
Stars: ✭ 93 (-13.08%)
Mutual labels:  shell-extension
Bashhub Client
☁️ Bash history in the cloud. Indexed and searchable.
Stars: ✭ 858 (+701.87%)
Mutual labels:  shell-extension
Brookfreepascal
The perfect Free Pascal framework for your web applications.
Stars: ✭ 64 (-40.19%)
Mutual labels:  lazarus
Delphi Preview Handler
Preview handler for multiple source code extensions
Stars: ✭ 103 (-3.74%)
Mutual labels:  shell-extension
Neural Api
CAI NEURAL API - Pascal based neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
Stars: ✭ 94 (-12.15%)
Mutual labels:  lazarus
Delphihookutils
Delphi Hooking Library by Lsuper
Stars: ✭ 85 (-20.56%)
Mutual labels:  lazarus

The Delphi Dev. Shell Tools is a Windows shell extension with useful tasks for Object Pascal Developers (Delphi, Free Pascal).

Features

  • Supports Delphi 5, 6, 7, 2005, BDS/Turbo 2006
  • RAD Studio 2007, 2009, 2010
  • RAD Studio XE-XE8
  • RAD Studio 10 Seattle, RAD Studio 10.1 Berlin
  • Appmethod
  • Lazarus 1.6
  • Works in Windows 10/8/7/XP. (x86 and x64 versions)


Common Tasks

This is a list of taks available for these file extensions .pas, .dpr, .inc, .pp, .dpk, . dproj, .dfm, .fmx, .rc, .lpk, lpr, .lpi

  • Copy File Path to the clipboard : Copy the path of the selected file to the clipboard.
  • Copy Full FileName to the clipboard : Copy the full file-name (Path + Name) of the selected file to the clipboard.
  • Copy FileName using URL format to the clipboard : Copy the full file-name (Path + Name) of the selected file to the clipboard using the Internet Path format
  • Copy FileName using UNC format to the clipboard : Copy the full file-name (Path + Name) of the selected file to the clipboard UNC format.
  • Copy file content to the clipboard : Copy the content of the selected file to the clipboard.
  • Open In Notepad : Open the selected file in the notepad editor.
  • Open In Default text file editor : Open the selected file in the default text editor installed.
  • Open In associated text editor : Open the selected file in the associated text editor.
  • Open Command Line here : Open the cmd.exe application in the folder of the selected file.
  • Open Command Line here as Administrator : Open the cmd.exe application in the folder of the selected file as Administrator.

  • Open RAD Studio Command prompt here : Open the RAD Studio Command prompt (of any installed Delphi version) in the folder of the selected file.

  • Open with Delphi(N) : Open the selected file with any version of Delphi or Rad Studio installed.

Specific Tasks for .dpr, .dproj files (Rad Studio Projects), .groupproj (Group Projects)

  • Run MSBuild (Default Settings) : Execute MSBuild using the default settings of the selected .dproj file.
  • Run MSBuild With ..: Execute MSBuild using any of the platforms and targets detected in the selected .dproj file.
  • MSBuild: Allow to select and execute the MSBuild tool (associated to any version of the RAD Studio installed) using the default configuration of the project.

Specific Tasks for .lpi, .lpk files (Lazarus Projects and packages)

  • Open with Lazarus IDE: Allow to open the selected file with the installed Lazarus IDE.
  • Build with lazbuild: Allow to build a project or package using the lazbuild tool.

Calculate CheckSum


Support for custom extensions

The shell extension can be customized to support additional file extensions in some tasks.

Support for register custom applications

This option allows you register a script which will be associated to any specified extension.


Looking for the installer? Check the Release Area

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].