Opened 18 years ago
Closed 18 years ago
#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:1 by , 18 years ago
comment:2 by , 18 years ago
I don't see anything wrong with the documentation.
There is a _DateDaysInMonth function also.
comment:3 by , 18 years ago
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 , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I see a fix is committed for the version.
comment:5 by , 18 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
comment:6 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | reopened → assigned |
comment:7 by , 18 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
comment:8 by , 18 years ago
| Resolution: | Fixed |
|---|---|
| Status: | closed → reopened |
_DateDiff is still again not highlighted in latest Scite.
comment:10 by , 18 years ago
| 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

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).