fix home dir creation (jar reading bug)
fix R & CQP pref initializationfix Workspace create&Update
add post txm home install step extension pointimplement stesp in groovy, R and core pluginsupdate getSharedFiles.sh to get only the sample corpora and manual
set Java version to 1.7replace the classloader discovery of GSERunner
simplify cwb encode, makeall and align call by removing the cwbLoc parameter
rename old references to "rcpapplication" to "rcp"
update javadoc
merge 0.7.9 code with 0.8.0
PropertiesSelector no more modify directly the given available and selected properties
update ParametersView
remove ChartResult.dumpParameters
fix some command parameters & preferences
some fixes
fix cooc editor
fix some CA
TXMEditorPart, TXMResultEditorInput, chartTXMEditorPart and chartResultEditorInput are now parametrables classes -> not more need to create MyResult getResultData() {(MyResult) super.getResultData());
fix informations, concordances and specif default max score
add generic save/load parameters in TXMREsult: manage only String, Integer, Float, Double, Boolean types
fix refresh loop in IndexEditor
add optional @Parameter.key field to set the preference node id of the preference storeadd method to check if a parameter has changed
implement some save/load parameters
saveParameters is now optional
implement some load/save parametersfix referencer, internalview and wordcloud editors
remove log
remove some unimplemented errors
ComputeTXMResult : call updateResultFromEditorcreate the @Parameter annotationdeclare @Parameter parameters in the Concordanceadd isDirtyFromHistory() in TXMResult
fix InternalViewremove unused methods in TXMObject
update index and concordance
remove unsused and missing messages keysfix diag editor
start moving LexicalTable and Specificities to TXMResult object behavior
fix corpora view MainCorpus children display
remove some duplicated methods in TXMObjectsfix corpora view to not show Text and SavedQuery objects
remove the TXMCommandfix some TxmObject methods to avoid repetition in extended objects
try of parameters view
remove all symogih annotation from trunk plugins -> Need to fix the JPA configuration : The persistence.xml file is not read ?Freeze first column of concordance editor table
remove getPAram and setParam from Toolboxfix CQP prefs
move CQP preferences to org.txm.searchengine.cqp.core preferencesneed to fix install preferences of org.txm.libs.cqp
fix setup creationindex editor uses the editor toolbar
fix some cycles
TBX: update messagesTBX: update XSLTBX: update css
0.7.9 restructuration
remove CustomizableEditorfix command ids (eg ComputeIndex -> org.txm.index...ComputeIndex)prefix command parameters variable with "p" add TXMEditorPart.initializeFields() abstract method
replace ProgressWatcher with IProgressMonitoradd TXMResult.saveParameters methodTXMResult.uniqueID = class + date + UUIDbreak some depandancies cycles with TBX-R , annotation-cqp-concordance, concordance-para plugins
set VERSION to 0.7.9
merge 0.7.8 code with 0.7.9 code