ErikOnBike / CodeParadise

Framework for developing web applications and Node.js applications using Smalltalk
MIT License
86 stars 9 forks source link

Create a simple tools menu to make CP development a bit quicker #6

Closed macta closed 3 years ago

macta commented 3 years ago

Creates a simple Paradise tools menu - does rely on having BaselineOfCPEnvironment created so that it can identify the sqeakjs resource

ErikOnBike commented 3 years ago

Tim,

Could you please move the class CpDevTools to package/tag 'CodeParadise-WebApplication-DevTools'? It is solely based on the WebApplication package. The Beach package is meant for a set of UI components.

Apart from that: I love it! :-)

Cheers, Erik

macta commented 3 years ago

I've applied the change requested

macta commented 3 years ago

Having moved it however, I wonder if there should be a completely optional Dev package that can be loaded on top - as DevTools isn't required for deployment

ErikOnBike commented 3 years ago

I do agree on package being optional. We'll make it optional later ;-).