purebasic icon indicating copy to clipboard operation
purebasic copied to clipboard

PureBasic OpenSource Projects

Results 32 purebasic issues
Sort by recently updated
recently updated
newest added

This PR removes the hard-coded Default Color Schemes count in the `Preferences.pb` DataSection. Instead, it marks the end of the color schemes with an empty name string (`Data$ ""`) and...

:bulb: enhancement
:gear: PB IDE

AutoComplete Full function. On #WINDOW_AutoComplete list, use shorcut Shift+Tab (also used for un-indent) to insert the selected word with its quick help function.

:bulb: enhancement
:gear: PB IDE

The About dialog's copyright message is not current: As of beta 8, it still shows the year 2020. Suggest adding code to keep it current, rather than having literals which...

This PR adds a simple "Show in Folder" AKA "Open File Location" action to the File menu and the TabBar popup menu. It's a quick way to locate a source...

Project files keep their tab positions in the IDE. Additionally I've added the project name to the Project tab (shown as: Project [Name], instead of just Project) More or less...

:bulb: enhancement
:gear: PB IDE

Creating tagged releases was already discussed in #24: > @fantaisie-software: > > I was planning to tag master at every release, so we get a track of the history and...

:bulb: enhancement
:hammer: GitHub
:warning: needed
:package: releases
:hammer: Git

Support for compilation with the Gtk3 subsystem on Linux. This is still in the experimental phase but it already compiles and runs. If you want to give it a try...

:bulb: enhancement
:computer: Linux
:hammer: GTK 3

In the `Project` tab > `Project Files` list, you can double-click a project file to open it (or switch to it). This PR adds the same action if you press...

:bulb: enhancement
:gear: PB IDE

As I said in the title : there is no entry in the doc for the `As` keyword. (Part of `Import` and `ImportC`) Note : this is true at least...

Update PureBasic Help for "Residents", mentioning Prototypes among the list of allowed items: - [x] PB Help English: [`Documentation/English/Reference/residents.txt`][ResEN] - [x] PB Help French: [`Documentation/French/Reference/residents.txt`][ResFR] - [ ] PB Help...

:recycle: volunteer needed
:gear: PB Help
:lips: English
:lips: French
:lips: German