jedit-syntax-devel Mailing List for jEdit Syntax Package (Page 43)
Brought to you by:
marcel-boehme,
oliverhe
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(4) |
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
(14) |
Sep
|
Oct
(2) |
Nov
|
Dec
(5) |
2003 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
(2) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(2) |
2004 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(4) |
2006 |
Jan
(8) |
Feb
(3) |
Mar
(6) |
Apr
(6) |
May
(9) |
Jun
(12) |
Jul
(6) |
Aug
(8) |
Sep
(6) |
Oct
(21) |
Nov
(29) |
Dec
(20) |
2007 |
Jan
(8) |
Feb
(12) |
Mar
(9) |
Apr
(65) |
May
(66) |
Jun
(96) |
Jul
(95) |
Aug
(28) |
Sep
(1) |
Oct
(5) |
Nov
(18) |
Dec
(9) |
2008 |
Jan
(5) |
Feb
(37) |
Mar
(70) |
Apr
(231) |
May
(126) |
Jun
(128) |
Jul
(99) |
Aug
(89) |
Sep
(86) |
Oct
(8) |
Nov
(14) |
Dec
(36) |
2009 |
Jan
(6) |
Feb
(11) |
Mar
(14) |
Apr
(20) |
May
(40) |
Jun
(87) |
Jul
(65) |
Aug
(23) |
Sep
(23) |
Oct
(29) |
Nov
(5) |
Dec
(18) |
2010 |
Jan
(5) |
Feb
(5) |
Mar
(35) |
Apr
(52) |
May
(66) |
Jun
(72) |
Jul
(50) |
Aug
(50) |
Sep
(25) |
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Tom B. <bra...@db...> - 2001-08-19 20:39:15
|
"Brian W. Young" wrote: > I've already gotten a bit of user feedback... most of it good but with a > couple of issues. One issue is that when you select multiple lines in > the area by dragging the mouse, and the area has a fair number of lines > (say 100 or so), the area is extremely sensitive and scrolls up or down > very fast while selecting. > Second issue is that when the text area again has 100 lines or more and > and the area is the right size, usually a smaller size, (in my case it > is embedded in the top of a JSplitPane so the size is always variable) > using the cursor keys to go back of position and then forward one > position causes the text in the area to jump up and down vertically by > about the amount of one line of text or so. > > I've looked at the code docs for the electricScroll property and really > have no idea what it does or if it can resolve either of these issues. Hi Brian, Sorry for taking so long to get back. We just finished a release of dbXML 1.0 beta 1, so I've been trying to stay on top of all the activity in that area. I think both of these issues are related to electric scroll. It's a feature that's great for large surface area code editing, but when you get below 10 lines, it starts looking strange, even though it's doing exactly what it should be. If you set it to 0, you should cure the problem. Hope that helps, Tom -- Tom Bradford --- The dbXML Project --- http://www.dbxml.org/ We store your XML data a hell of a lot better than /dev/null |
From: Brian W. Y. <by...@de...> - 2001-08-14 15:15:00
|
Hi, first let me say I think it is great that Tom has taken over the syntax package. I recently discovered it and found it fit great into our product along side beanshell which we've been using for years. I've already gotten a bit of user feedback... most of it good but with a couple of issues. One issue is that when you select multiple lines in the area by dragging the mouse, and the area has a fair number of lines (say 100 or so), the area is extremely sensitive and scrolls up or down very fast while selecting. Second issue is that when the text area again has 100 lines or more and and the area is the right size, usually a smaller size, (in my case it is embedded in the top of a JSplitPane so the size is always variable) using the cursor keys to go back of position and then forward one position causes the text in the area to jump up and down vertically by about the amount of one line of text or so. I've looked at the code docs for the electricScroll property and really have no idea what it does or if it can resolve either of these issues. Thanks for any input! |
From: Tom B. <to...@je...> - 2001-08-12 05:21:42
|
Hi all, I'd like to just quickly post some of my ideas for the jEdit syntax package moving forward. First, I should introduce myself. I'm the chief architect and lead developer for the dbXML Group, which is the sponsoring company behind the dbXML Project. dbXML is an Apache licensed native XML database written in Java. Beyond architecting and writing the core database, I've also done quite a bit of GUI development. Some of that includes the GUI for dbXML Professional (CommercialWare), a product that includes the jEdit Syntax package. My overall goal is to guide the development of the syntax package in the direction of being a very customizable standalone JavaBean. Where jEdit has a definite look and feel to it, a JavaBean needs to be flexible enough to accommodate the needs of the developers that use it, and should be able to easily adopt the look and feel of the application that it's being embedded into. At the same time, I want to keep the underlying behavior and functionality of both jEdit and the syntax package as common as possible, unless it is absolutely necessary to deviate from this. This will be possible partly through the generous donation of code from the jEdit developers. In order to accomplish the level of customization and flexibility that developers will need in the jEdit Syntax package, I'll need both feedback to drive the feature set, and help to develop the functionality. So if you'd like to contribute either code or feedback, I'd very much like to hear from you. Thanks, Tom |