Aller à la recherche

novembre 2015

mercredi 11 novembre 2015 08:10

Progressively moving from Sublime Text 3 to Atom

I am currently moving from Sublime Text (I am a happy paying customer) to Atom. I love Sublime but unfortunately, the project is dying and I want to invest in tools that are maintained in the long term. Sublime 3 is still not release after years, the only developper completely disappeared for months and this is not the first time it happens, this is also not an open source project which means that the project will die if this only developper leaves. The support forum is filled with spam and basically, there is no roadmap nor any official commitment to pursue the project. Of course, Sublime still works fine, but there are already reports of it getting crashy on newer version of Linux, the...

Lire la suite

vendredi 13 novembre 2015 22:34

Follow-up to my current migration to Atom Editor

After my recent blog post announcing that I was transisionning from Sublime Text to Atom, I got a couple of nice surprises from the community that fix some of the annoyances I have with Atom or that will just make it better.How to fix the keyboard shortcut to comment out a single line on a French keyboardJust click on the  'Edit/Open your Keymap' menu item and put that line at the bottom:'.platform-linux atom-text-editor': 'ctrl-:': 'editor:toggle-line-comments'That will make the shortcut work along with the keyboard localization package installed for French (and Belgian French too). If you are on Windows, use the selector .platform-win32 (I don't know what the MacOS one is).How to have a...

Lire la suite

samedi 14 novembre 2015 22:45

Dotclear et PHP 7

Un petit billet pense-bête, c'est souvent des trucs que je poste sur Twitter en fait.Dotclear est compatible PHP 7Et oui, Dotclear fonctionne parfaitement sous PHP 7, j'ai mis mon site perso en PHP 7 (RC5) aujourd'hui et le seul réglage à faire était de changer le fournisseur mysql dans le fichier de config pour le remplacer par mysqli, en effet le vieux pilote mysql de 2004 a définitivement été enlevé de PHP 7, dans votre fichier inc/config.php si vous utilisez mysql, il faut donc juste changer cette ligne:define('DC_DBDRIVER','mysql');par celle-ci :define('DC_DBDRIVER','mysqli');Les hébergements OVH en mutualisés peuvent être mis en PHP 7 !Voilà le tutoriel:Testez PHP7 en avant premièreEn...

Lire la suite

Page top