Age | Commit message (Collapse) | Author |
|
|
|
Before open a new file now we cleanup the Editor, so the new file get the cursor
on the first character.
|
|
When the file is saving, the cursor position was resetting to the top and you should keep
scrolling by hand every time you save the file.
This patch saves the scroll and cursor position and set it again after the file is refreshed so
we can continue edition from where we were.
|
|
Issue #434).
|
|
|
|
|
|
Fixes #482
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/MainWindow.h
src/ModuleCache.cc
src/mainwin.cc
src/module.cc
src/module.h
src/parsersettings.cc
testdata/modulecache-tests/cascade.sh
testdata/modulecache-tests/cascade2.sh
|
|
|
|
|
|
|
|
kept up-to-date anyway
|
|
|
|
|
|
Conflicts:
testdata/modulecache-tests/README.txt
testdata/modulecache-tests/cascade2.sh
|
|
Conflicts:
src/ProgressWidget.ui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes
|
|
|
|
|
|
|
|
Removed temporary debug output. Fixes #364
|
|
eliminate several compiler warnings.
|
|
|
|
work for #304
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FileContext class. Not quite there yet, but almost
|
|
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
|
|
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116
|
|
|