Felix

Results 187 comments of Felix

@ranvik14 @tbpassin I guess you would also have to manually adjust the 'Leo-Editor Path' above to the appropriate value. (refer to the resulting 'Server Process Launch Command' below. (that would...

@ranvik14 @tbpassin Thanks for those explanations - it helps a lot I've just realized chaining commands will not work because I use the 'spawn' node function to start the new...

@ranvik14 @tbpassin This long standing issue is finally resolved and working in the dev branch. It will be available as the main new feature of LeoInteg 1.0.5, to be released...

@edreamleo thanks! If you can, please provide a leo file that reproduces the problem. (the one before it was saved in LeoJS)

@edreamleo Looks good, I'll try it out and approve this code-review tonight after work. :)

I've updated the change request above a bit after some more extensive testing. No need to add a line in **import_txt_file**, it's enough to modify a single line instead when...

If the list of supported files is too long and becomes inelegant, perhaps there should be only two file-type filters: 1- any file (\*.\*) 2- known file types (*.c, *.cpp,...

@tbpassin I think you've got a good idea in simply offering **\*.\*** since the command is literally called `import any file` and it will use the correct importer regardless.

@edreamleo @tbpassin I've edited the title to reflect the discussion.

@tbpassin I now realize that, like you said, choosing a file type may be useful to filter out to a single type when looking through crowded folders, so I've changed...