ZedThree / fort_depend.py

A python script to generate dependencies for Fortran projects
MIT License
41 stars 21 forks source link

Features for version 2.0 #5

Open ZedThree opened 8 years ago

ZedThree commented 8 years ago

Some features to be added for the rewrite

Tidying up

szaghi commented 8 years ago

@ZedThree As I said in issue#1 I have added support for submodules in FoBiS, let me know if you need help to implement on fort_depend.

Which GUI toolkit are you considering?

I am thinking to add a vim script for FoBiS that is jot a GUI, but an alternative UI with respect the CLI.

ZedThree commented 8 years ago

Cheers, I will check out your code.

I'm leaning towards Qt, but I don't really have much experience writing a GUI from scratch.

You might be interested in another project I started recently: https://github.com/ZedThree/jupyter-fortran-kernel

szaghi commented 8 years ago

@ZedThree The new Jupyter-Fortran-kernel is interesting, however my experience with IPython is very limited yet. Thank you for sharing it!