The technical field generally relates to code editors and more specifically to displaying visual elements in code editors.
Typical code editors, such as source code editors and text editors, display visual elements other than text on top of or behind text that is currently being displayed, thus obstructing the view of the text being displayed or of the visual element. Some code editors display visual elements in predetermined margins at the edge of a display screen. To display visual elements, current code editors require prior knowledge about which visual elements are to be displayed. Current code editors also need to know the allowable locations on the display screen for displaying visual elements. Further, current code editors do not provide the ability to arbitrarily place a visual element on a display screen without obstructing text. This lack of flexibility can be cumbersome, tedious, and impede code development.
Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description Of The Illustrative Embodiments. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter. In a code editor in which text is being rendered on a display device, visual elements can be rendered at any arbitrary location on the display device. Rendering of the visual elements will not obstruct a view of the rendered text. Nor will rendering of the visual element obstruct a view of the visual element. Visual elements can be rendered at any selected location on the display device including between lines of text and/or in-line with text. If a selected location will obstruct a view of either rendered text, the visual element, or another visual element, the rendered text and/or the other visual element is reconfigured to allow space for rendering the visual element. Spaces can be provided between text characters to allow rendering of the visual element without obstruction. Space also can be provided between lines of text to allow rendering of the visual element without obstruction. Visual elements can include graphics, images, text characters, video, multi-media, or a combination thereof.
The foregoing summary, as well as the following detailed description, is better understood when read in conjunction with the appended drawings. For the purpose of illustrating arbitrary rendering of visual elements on a code editor, there is shown in the drawings exemplary constructions thereof; however, arbitrary rendering of visual elements on a code editor is not limited to the specific methods and instrumentalities disclosed. In the drawings:
The computing device 12 also can contain input/output portion 16 that allows the computing device 12 to communicate with other devices. Input/output portion 16 can comprise communication media. Exemplary communication media embody computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and include any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. The term computer readable media as used herein includes both storage media and communication media.
The computing device 12 is capable of executing a code editor, such as a source code editor or a text editor. When a code editor is being executed, text is rendered on the display portion 24. The display portion 24 can comprise any appropriate display device, such as a cathode ray tube (CRT) display device, a plasma display device, a light emitting diode (LED) display device, a liquid crystal display (LCD) device, or a combination thereof. In an exemplary scenario, a user of the code editor wants to visually render an adornment on the display portion 24, somewhere among the text that is currently being rendered. An adornment can comprise any appropriate visual element, such as an image, a glyph, a text character, a video, multi-media, or a combination thereof, for example. For example, the user may want to insert a breakpoint glyph in line with the rendered text indicating a spot in the code where the code editor should suspend execution. The processor portion 14 receives the request and obtains the requested adornment from the memory portion 20. The requested adornment, as any adornment, can be one of a set of adornments provided with the code editor, an adornment downloaded by the user, an adornment created by the user, or a combination thereof. Thus, the user can visually render an arbitrary adornment on the display portion 24.
The processor portion 14 also will receive an indication of a location on the display portion to render the adornment. The processor portion 14 determines if rendering the adornment at the requested location will obstruct the view of the rendered text, obstruct the view of the requested adornment, or obstruct the view of an adornment currently being rendered. This can be accomplished by any appropriate means known in the art, such as analyzing the representation of rendered text/adornments stored in the memory portion 20. If the processor determines that no view will be obstructed, the requested adornment is rendered at the requested location on the display portion 24. If the processor portion 24 determines that the view of either the rendered text or the adornment will be obstructed, the processor reconfigures the rendered text and/or rendered adornment to allow the requested adornment to be rendered without view obstruction. The processor portion 24 then renders the requested adornment at the requested location.
The code editor manages the adornments, the rendering of adornments, and the reconfiguration of text and/or adornments without having any explicit knowledge of the specific types of adornments. The code editor manages the adornment as an object. The adornment can be any appropriate arbitrary adornment.
An adornment also can be requested to be rendered in between lines of rendered text.
an adornment also can be requested to be rendered in-line with rendered text and between lines of rendered text.
An adornment can be requested to be rendered at a location that is occupied by another adornment.
At step 74 it is determined if the requested adornment can be rendered at the requested location without obstructing the view of either rendered text, the requested adornment, or any other rendered adornment. If it is determined (step 74) that rendering the adornment at the requested location will not obstruct a view (e.g., floating the adornment above, below, and/or beside rendered text), the adornment is rendered at the requested location at step 76. If it is determined (step 74) that rendering the requested adornment at the requested location will obstruct the view of rendered text, the requested adornment, and/or another rendered adornment, the rendered text and/or rendered adornments are reconfigured at step 78. Reconfiguration can include inserted spaces between text characters in a line of text, inserting spaces between lines of text, moving a rendered adornment, or a combination thereof for example. The requested adornment is rendered at the requested location at step 80 without obstructing a view.
In an exemplary embodiment, adornments are rendered in layers other than a layer in which text is rendered. Utilization of layers allows adornments to be rendered in multiple layers having a specific order. A layer can be turned on or off without affecting other layers. Thus, utilization of layers allows adornments to be turned on (rendered) and off (not rendered). Further, utilization of layers allows adornments to be suppressed when viewing or printing a document.
While exemplary embodiments of arbitrarily rendering visual elements in a code editor have been described in connection with various computing devices, the underlying concepts can be applied to any computing device or system capable of arbitrarily rendering visual elements in a code editor.
With reference to
The computer 710 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by the computer 710 and includes both volatile and nonvolatile media, and removable and non-removable media. By way of example, and not limitation, computer readable media can comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computer 710. Communication media typically embody computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer readable media.
The system memory 730 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 731 and random access memory (RAM) 732. A basic input/output system 733 (BIOS), containing the basic routines that help to transfer information between elements within computer 710, such as during start-up, is typically stored in ROM 731. RAM 732 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 720. By way of example, and not limitation,
The computer 710 can also include other removable/non-removable, volatile/nonvolatile computer storage media. By way of example only,
The drives and their associated computer storage media, discussed above and illustrated in
The computer 710 can operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 780. The remote computer 780 can be a personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 710, although only a memory storage device 781 has been illustrated in
When used in a LAN networking environment, the computer 710 is connected to the LAN 771 through a network interface or adapter 770. When used in a WAN networking environment, the computer 710 typically includes a modem 772 or other means for establishing communications over the WAN 773, such as the Internet. The modem 772, which can be internal or external, can be connected to the system bus 721 via the user input interface 760 or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 710, or portions thereof, can be stored in the remote memory storage device. By way of example, and not limitation,
The various techniques described herein can be implemented in connection with hardware or software or, where appropriate, with a combination of both. Thus, the methods and apparatuses for arbitrarily rendering visual elements in a code editor or certain aspects or portions thereof, can take the form of program code (i.e., instructions) embodied in tangible media, such as floppy diskettes, CD-ROMs, hard drives, or any other machine-readable storage medium, wherein, when the program code is loaded into and executed by a machine, such as a computer, the machine becomes an apparatus for arbitrarily rendering visual elements in a code editor. In the case of program code execution on programmable computers, the computing device will generally include a processor, a storage medium readable by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and at least one output device. The program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language, and combined with hardware implementations.
By way of example, and not limitation, computer readable media can comprise computer storage media and communication media. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed in conjunction with developing software utilizing a managed platform registry. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of the any of the above should also be included within the scope of computer readable media.
While methods, apparatuses, and systems for arbitrarily rendering visual elements in a code editor have been described in connection with the illustrative embodiments of the various Figures, it is to be understood that other similar embodiments can be used or modifications and additions can be made to the described embodiment for performing the same function arbitrarily rendering visual elements in a code editor without deviating therefrom. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims. Therefore, methods and apparatuses for arbitrarily rendering visual elements in a code editor should not be limited to any single embodiment, but rather should be construed in breadth and scope in accordance with the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
4723209 | Hernandez et al. | Feb 1988 | A |
4829470 | Wang | May 1989 | A |
5214755 | Mason | May 1993 | A |
5337406 | Takakura et al. | Aug 1994 | A |
5467448 | Hilton et al. | Nov 1995 | A |
5805170 | Burch | Sep 1998 | A |
5933139 | Feigner et al. | Aug 1999 | A |
6057858 | Desrosiers | May 2000 | A |
6081816 | Agrawal | Jun 2000 | A |
6233726 | Rowman et al. | May 2001 | B1 |
6246404 | Feigner et al. | Jun 2001 | B1 |
6502233 | Vaidyanathan et al. | Dec 2002 | B1 |
6587128 | Kanevsky et al. | Jul 2003 | B2 |
6589292 | Langford-Wilson | Jul 2003 | B1 |
6769095 | Brassard et al. | Jul 2004 | B1 |
6857103 | Wason | Feb 2005 | B1 |
6915484 | Ayers et al. | Jul 2005 | B1 |
6951301 | Miaskiewicz, Jr. et al. | Oct 2005 | B2 |
7315979 | Walker | Jan 2008 | B1 |
7437678 | Awada et al. | Oct 2008 | B2 |
7454699 | Altman et al. | Nov 2008 | B2 |
7511720 | Ayers et al. | Mar 2009 | B2 |
20020004933 | Dzoba et al. | Jan 2002 | A1 |
20020178434 | Fox et al. | Nov 2002 | A1 |
20030055871 | Roses | Mar 2003 | A1 |
20030105620 | Bowen | Jun 2003 | A1 |
20030149961 | Kawai et al. | Aug 2003 | A1 |
20030217354 | Bates et al. | Nov 2003 | A1 |
20030229857 | Sayuda et al. | Dec 2003 | A1 |
20040250175 | Draine et al. | Dec 2004 | A1 |
20050028137 | Evans et al. | Feb 2005 | A1 |
20050114779 | Griesmer | May 2005 | A1 |
20050131672 | Dalal et al. | Jun 2005 | A1 |
20050223363 | Black-Ziegelbein et al. | Oct 2005 | A1 |
20060053410 | Charisius et al. | Mar 2006 | A1 |
20060080639 | Bustelo et al. | Apr 2006 | A1 |
20060242590 | Polivy et al. | Oct 2006 | A1 |
20070006171 | Raghunandan et al. | Jan 2007 | A1 |
20070294644 | Yost | Dec 2007 | A1 |
Number | Date | Country |
---|---|---|
2 342 733 | Apr 2000 | GB |
Number | Date | Country | |
---|---|---|---|
20070130519 A1 | Jun 2007 | US |