demarey

Results 87 issues of demarey

To reproduce: ```smalltalk applicants := (RPackageOrganizer default packages collect: [ :package | package packageName asString ]). completion := EntryCompletion new dataSourceBlock: [:currText | applicants]; filterBlock: [:currApplicant :currText | currText size...

When applying a style to a presenter, some style properties are not applied to the presenter (e.g. bold property, font size). Here is a small example to reproduce: ```smalltalk app...

bug

Currently, colors used to alternate colors (even / odd row numbers) in a table are hardcoded in the widget implementation. It should be configurable from the presenter

enhancement

#alternateRowsColor has been introduced in the table presenter. It is implemented for the Morphic backend but not for Gtk. It should also be implemented on Gtk

enhancement

When you have a command with one or many level of subcommands, there should be a way to ask the context if some flag is present or not. exemple: ```smalltalk...

When you run a process, it can write some data to the standard output (or error). Example: ```smalltalk p := OSSUnixSubprocess new command: '/bin/bash'; arguments: #('-c' '/tmp/pharo-vm/Pharo.app/Contents/MacOS/Pharo /tmp/Pharo.image eval "[...

Currently, loading of XMLParser fails because there are groups with references to external projects. The mapping to a Pakbot project does not work. ```smalltalk repository := PBGitRepositoryCreator new url: '[email protected]:pharo-contributions/XML-XMLParser.git';...

Add and remove dependencies work (need to check if it is covered by a test case). Edit dependencies do not work. It should work bot for a project dependency and...

Scenario: update or new pakbot project, need to validate project can be loaded (no problem with internal or external dependency) need to simulate with a fresh pakbot registry + a...

feature

1. Load a Metacello project with no dependency, convert it to a pakbot project, publish it and load it from a fresh image - [x] load Unicode metadata (pakbot) -...

scenario