Skip to content

jfabry/PharoGoodies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PharoGoodies

This is a repo with various goodies for Pharo. Don't expect anything sophisticated or well-documented, sorry.

To make Iceberg work in Windows

See also https://github.com/pharo-vcs/iceberg

SSH keys setup:

IceCredentialsProvider useCustomSsh: true.
IceCredentialsProvider sshCredentials
   publicKey: 'C:\Users\johan\.ssh\id_rsa.pub';
   privateKey: 'C:\Users\johan\.ssh\id_rsa'

Problem with line conversion?

In MCFileTreeAbstractStWriter>>writeInDirectoryName: fileName:extension:visit: comment out the line fileStream lineEndConvention: #'lf'.

Good to Know

Pharo does not take this file into account as part of the sourcode files that it manages.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published