Modify ↓
#54 closed Bug (Fixed)
_DateDiff
| Reported by: | Xenobiologist | Owned by: | Jos |
|---|---|---|---|
| Milestone: | 3.2.11.3 | Component: | SciTE4AutoIt |
| Version: | 3.2.10.0 | Severity: | |
| Keywords: | Cc: |
Description
Hi,
_DateDiff is missing in Scite for highlightning.
So long,
Mega
(Scite latest Beta)
Attachments (0)
Change History (10)
comment:2 by , on Jan 19, 2008 at 2:33:06 AM
I don't see anything wrong with the documentation.
There is a _DateDaysInMonth function also.
comment:3 by , on Jan 19, 2008 at 4:37:08 AM
Yes, but if you look at the page in the documentation for _DateDiff, the code example at the top is what Valik posted, instead of being an example for _DateDiff.
comment:4 by , on Jan 19, 2008 at 11:01:36 AM
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I see a fix is committed for the version.
comment:5 by , on Feb 21, 2008 at 9:02:28 PM
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:6 by , on Feb 21, 2008 at 9:02:35 PM
| Owner: | changed from to |
|---|---|
| Status: | reopened → assigned |
comment:7 by , on Feb 21, 2008 at 9:02:41 PM
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
comment:8 by , on Mar 20, 2008 at 4:52:38 PM
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
_DateDiff is still again not highlighted in latest Scite.
comment:10 by , on Mar 21, 2008 at 2:05:00 PM
| Milestone: | → 3.2.11.3 |
|---|---|
| Resolution: | → Fixed |
| Status: | reopened → closed |
I am providing the Definitions as distributed by the AutoIt3 installer. It is correct in the current Beta definitions.
Jos
Note:
See TracTickets
for help on using tickets.

That's because it's documented wrong. The documentation is:
#Include <Date.au3>
_DateDaysInMonth($iYear, $iMonthNum)
Fix the documentation, SciTE will show the right thing (SciTE's files are generated from the documentation).