-
Hi,
Is there a way to specify a holidy that does not have the year part?
For example dec 25th is a holiday regardless of the year, and from what I can see I would have to update the scheduler.xml file each year.
Thanks,
Tony.
2009-07-02 18:58:50 UTC in Job Scheduler
-
Any plans to add python support to the list of supported scripting languages?.
2009-07-02 18:38:27 UTC in Job Scheduler
-
Is it possible to schedule a job to run on th first business day of a month?
For example the first business day of Aug 2009 would be the 3rd.
2009-07-01 22:51:38 UTC in Job Scheduler
-
I am also seeing this behavior with the following command:
editor.Lines.SaveToFile
I have to do a trim before I save it or it keeps adding a line each time I save the file in a counter type fashion. So everytime I do a save then open it the number of blank lines gets bigger and bigger.
2009-02-12 00:15:35 UTC in SynEdit
-
It still does this in the latest release, not a big deal, but it's kind of annoying having to switch tabs all each time I finish debugging a script.
2008-10-28 20:38:07 UTC in Pydev for Eclipse
-
Pyscripter a win32 only Python IDE has the ability to look up tokens where the cursor is located in the python CHM help file.
Not sure how you would handle this cross platform, but this ability would be super nice and really increase productivity.
2008-10-28 20:36:43 UTC in Pydev for Eclipse
-
When stepping through code using F6 and you reach the last line the debugger steps into pydevd.py.
Does it with all scripts when using the F6 shortcut or toolbar item. Goes to line 695 in pydevd.py
(execfile(file, globals, locals) #execute the script)
Running Version: 3.4.0 of Eclipse on Windows XP 64bit (in 32bit mode) also verified it does it on 32bit XP as well and using version 3.3.x...
2008-09-22 16:07:44 UTC in Pydev for Eclipse
-
There is a incompatibility with the Delphi 2006 widestrings unit and the synunicode unit.
Specificly the synunicode twidestring list is not compatible with the delphi 2006 widestrings.twidestringlist.
Synedit needs to have compiler directives to use the native delphi versions of these methods when running on Delphi 2006 and above.
The synunicode.twidestringlist is also missing the strict...
2007-02-08 21:15:01 UTC in SynEdit