[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-ant-dev] Fwd: Ant editor outline view support for ant-contrib?
|
- From: Ed <ednotover@xxxxxxxxx>
- Date: Wed, 9 Jul 2008 07:04:17 -0400
- Delivered-to: platform-ant-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=M9Pz+AGvD5GFso7AJrhZssFF69NgqH7ZVKPJbpsbJLI=; b=M9o8/8GGYJyGN6qqCKFUedT0hgj67ZkvAKPp6raJms+GSmYqYOz86XtHcO2tNORQvR SyxTtRv2BCNy86wrBM0nDq3BDk+ddPSpW0pYKFk/4Z5bWHpS8Rg0d9arJUZdVI1YEHcC pXOJWK1uf3s2SOBXnIMRGPOp1DCry8MO7ckbc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Uyw3xXI/DmkT6dYfF2Rs47my7cqsctjH9sMiLHO/fnuDoZgH/BF9WDtCdTBk3zhSbz EaEIwPgb3oh494QzCsVneL5Vmrf1iQOzhUqxbGKMmXOUSZBm5OrhgzwQwigLG4cb7Ut6 SECv50faNrJFxSJAFCH8w8cBkBjF+YgC/O4h8=
[ I posted this in eclipse.newcomer and eclipse.platform without any
responses, so I figured I'd try here too. ]
Greetings,
I'm new to Eclipse and I'm using it for ant. Many of my build files
make use of ant-contrib (e.g., <if>, <var>, etc.). It does not appear
that the ant editor's outline is aware of the ant-contrib syntax, so
the nice outline support doesn't come into play for, say, property
definitions within an <if>. In my outline view, I just see:
- <> if
. isset
+ <> then
- <> else
. property
There I'm not seeing the representative property icon, and I'm not
seeing the property's name displayed.
Is there a plugin I can use that will add recognition for
ant-contrib? If not, where in the eclipse source should I start
looking to make modifications for this sort of support?
Thanks,
Ed