Posts

Showing posts from July, 2014

Coming back to Vim

I'm coming back to Vim, because I'm tired to learn a new IDE every time and I'm tired to see things like "IntelliJ has been choosed as the new Android Dev Studio". Now I want to create MyFucking Dev Studio for what I need to do!

Jumps in Vim

I do not remember very well how to jumps within a file when I use Vim. BUT

My vodafoneitaly-maven-plugin is up...

I released the first stable version of my plugin vodafoneitaly-maven-plugin . I'm very happy with that. The plugin is simple, but, at the same time, it does a lot of things that normally are done by hand and they are really error prone. I hope it will be used by other colleagues of my company and of other companies working for Vodafone Italy ... why not?

One last thing on MS Word in Java: replacing text...

Trying to solve my issue on how to replace placeholders inside a MS Word in Java, I choose to replace texts and avoid the use of document properties . BUT!!!

3 things to remember when you play with MS Word docs in Java

 I'm playing with my maven plugin ( https://github.com/sixro/vodafonecanvassrelease-maven-plugin ) and I need to insert texts in a MS Word document. Unfortunately there are some pitfalls you have to know if you use the Apache POI Java library.