Hi!

I'm testing tool options using JCF (command line tool for Jedi Code
Formatter) and all is working fine except the file is not reloaded after
changed.

I check 'S' (Save file) column. For File I use: /home/jujibo/Dev/jcf/JCF
 and for Parameters: ${CURSOURCEFILE} -backup

If I close and reopen the file all is fine.

Is there a way to reload the file after being changed?

AFAIK  'JFD  inputfile -backup' try to reformat the code.. if no errors..
rename inputfile to inputfile.bak and then save the   new formatted file to
inputfile

2012/2/22 Martin Schreiber <mse00...@gmail.com>

> On Wednesday 22 February 2012 13:19:49 Julio Jiménez wrote:
> > Hi Martin
> >
> > I would like to use a code formatter with MSEide. I've seen it can be
> done
> > in Project options -> Tools, but I'm not sure how to use it.
> >
> Please use macros in the commandline. Possible values:
> ${CURSOURCEFILE} current source file.
> ${CURMODULEFILE} current *.mfm file.
> ${CURSSELECTION} selected text in source editor.
> ${CURSWORD} word at cursor in text editor
> ${CURSDEFINITION} definition of the current token at cursor (Ctrl+LClick
> destination), needs activated P-column (Parse source before call) to be
> current.
> ${CURCOMPONENTCLASS} current selected component class in form editor.
> ${CURPROPERTY} current selected property in object inspector.
>
> I'll add expanding the project macros, could be useful sometimes.
>
> Martin
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>



-- 
Julio Jiménez Borreguero
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to