Rsomething

Results 10 comments of Rsomething

Is there any chance to implement this in 2.X?

I just added percentage to tasks, and some code in HTMLizer for showing it user friendly... I made change in "task_htmlizer.py" and "todolib.py".. You can try it this way: 1....

@fuchsmich Look at the files I mentioned above, yes the percentage is a property of task ... right now I have not installed python on my system to take a...

I finally installed git and python 3.6.1 and changed the new files... but I don't tested it because I don't installed PyQt5 yet. this is new files I'm modified for...

Thanks for your time... I want to make a pull-request but I can't test it right now with your instructions... The code was tested on the previous version... I will...

Yes, that's what I do... @fuchsmich

```diff diff --git a/qtodotxt/lib/task_htmlizer.py b/qtodotxt/lib/task_htmlizer.py index c846b49..cb8e6a6 100644 --- a/qtodotxt/lib/task_htmlizer.py +++ b/qtodotxt/lib/task_htmlizer.py @@ -25,6 +25,7 @@ class TaskHtmlizer(object): self.complColor = "gray" def task2html(self, task): + percent = task.percentage words =...

Another problem with KiCad 8 is when you want to dump wiring changes to the file, have you encountered this issue before? ` Application: KiCad PCB Editor x64 on x64...

The scenario that user updates this mod from previous versions is not considered yet, I should take care of importing alternate paths 1 to 4 to the new path model...

It's strange. Thank you for letting me know. I'm just asking to be sure, Are you sure that 4 text boxes are not enough to add the library paths? If...