# pbscanalyzer **Repository Path**: ppszxc/pbscanalyzer ## Basic Information - **Project Name**: pbscanalyzer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-22 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **PBSC Analyzer** - Allows you to analyze PowerBuilder source code in a convenient way. ***Features:*** * Advanced syntax highlighting for PowerBuilder (PowerScript) code and SQL code; * Parse .sr\* files and detect objects/events/functions; * Object navigation; * Fast RegEx based text search; * Custom batch commands over the file (SVN Log, SVN Balme, Edit file by external application); * Workspaces to manage different projects * DataWindow debugging helper (https://youtu.be/X_bXHpUvf1s) ***New in version 1.0.2.1:*** * Format and execute SQL queries. Click "Execute SQL" button when you are on the "SQL" or "Note[i]" panel, then edit Connection string in the bottom of the SQL Result panel, click "Execute SQL" button again. If you select a separate part of the SQL query then only this part will be executed. * Add a new note (support SQL execution); * Code snippets; Snippets can be edited in UserTextSnippetsConfig.xml file ***Instalation*** Download and unzip the latest binaries [PBSC Analyzer v1.1.0.0](https://github.com/sashazjukov/PBSCAnalyzer/releases) ***Quick start (version 1.0.0.0)*** Watch video: https://youtu.be/f6fwpjMWeTg * Add sources to the curent workspace _**Note:** It uses extracted PowerBuilder objects (\*.sr\*) for analyzing. ![](/docimages/2016-08-31_18-53-28.jpg) ![](/docimages/2016-08-31_18-54-19.jpg) * Use search area to find required object, or to search any text in all files ![](/docimages/2016-08-31_18-56-56.jpg) ![](/docimages/2016-08-31_18-59-18.jpg) ![](/docimages/2016-08-31_20-06-15.jpg) ![](/docimages/2016-08-31_19-06-03.jpg) ![](/docimages/2016-08-31_18-56-30.jpg)