473,761 Members | 4,739 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

pgEdit public beta for Macintosh and Windows

The first public beta for pgEdit is now available (see product
description below). If you would like to participate in the beta
program, evaluate the software and send some feedback to me (e.g.
criticism, bug reports, feature requests). The first responders will
receive a 30 day trial registration key to remove demonstration mode
restrictions. A limited number of registration keys will be
distributed, so respond soon if you would like to receive a
registration key. If you don't respond right away, quality feedback is
another way to get a registration key :).

Thanks for your help!

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

=====
pgEdit is a high performance SQL editor and development environment
designed specifically for PostgreSQL relational databases. pgEdit
features include:

* SQL Syntax coloring specifically designed for PostgreSQL

PostgreSQL represents function bodies as single quoted strings which
most editors render with a single color. pgEdit promotes better
usability and correctness by using SQL syntax coloring within the body
of function strings. Keyword coloring is based directly on the source
code of PostgreSQL.
* SQL source code execution without saving the file or switching
applications

pgEdit can execute the SQL source code for (1) the entire buffer, (2)
the highlighted region, (3) the current SQL containing the cursor, or
(4) the current SQL line to the end of the file buffer.
* Direct integration with psql, the PostgreSQL interactive terminal

In addition to SQL, almost all psql commands are supported. This
provides a powerful facility for examining, designing, and managing
databases.
* Extensive and customizable editing facilities

pgEdit is a full featured text editor with hundreds of commands
available. A friendly interface is included to provide online
documentation and customize the key bindings for any command. Menu
shortcuts can also be customized. pgEdit supports traditional Macintosh
and Windows editing features, as well as Emacs-style key bindings.
* Integrated documentation

Help in pgEdit is provided with context sensitive links to the online
documentation displayed in your preferred web browser. The PostgreSQL
documentation is also included with direct links to important sections
provided in the pgEditHelp menu. The documentation for the SQL command
nearest to the cursor can be retrieved by pressing a user configurable
key sequence.
* Cross platform and easy to install

pgEdit is a native application for both Macintosh and Windows. It does
not use Java or require installation of external libraries. You have
the option of using the version of psql included with pgEdit or a
different version installed anywhere on your hard drive.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postg resql.org so that your
message can get through to the mailing list cleanly

Nov 23 '05 #1
4 2452
John DeSoi <de***@pgedit.c om> wrote:

The first public beta for pgEdit is now available ... [snip]
* Cross platform and easy to install

pgEdit is a native application for both Macintosh and Windows.
That's what you call "cross-platform," eh?
It does
not use Java ...

[snip]

This is supposed to be an advantage?

Ah well, I don't use Mac or Windows, so I guess we're even ;).

Jim

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Nov 23 '05 #2

On Nov 19, 2004, at 7:13 AM, Jim Seymour wrote:
It does
not use Java ... [snip]

This is supposed to be an advantage?


Absolutely. The situation on Linux and Windows may be better, but it is
immediately obvious on the Mac when a GUI application uses Java rather
than the native Cocoa API. And then there is the slow startup time and
huge memory requirements.


Ah well, I don't use Mac or Windows, so I guess we're even ;).


I hope to do a Linux in the near future, so I'll be looking forward to
your feedback :).

Best,

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postg resql.org so that your
message can get through to the mailing list cleanly

Nov 23 '05 #3
John DeSoi wrote:

On Nov 19, 2004, at 7:13 AM, Jim Seymour wrote:
It does
not use Java ...

[snip]

This is supposed to be an advantage?


Absolutely. The situation on Linux and Windows may be better, but it is
immediately obvious on the Mac when a GUI application uses Java rather
than the native Cocoa API. And then there is the slow startup time and
huge memory requirements.


Ah well, I don't use Mac or Windows, so I guess we're even ;).


I hope to do a Linux in the near future, so I'll be looking forward to
your feedback :).

Best,

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


It may be simpler to define syntax coloring rules for the popular editors,
such as vim.

--
Kenneth Downs

java.lang.Strin g.tcpip.usenet. posting.respons e.sigblock.setS ig("After
finally finding the right object abd method to set the sig block, I forgot
what I wanted to say!");
Nov 23 '05 #4

On Nov 19, 2004, at 10:14 AM, Kenneth Downs wrote:
It may be simpler to define syntax coloring rules for the popular
editors,
such as vim.


A good PostgreSQL editor is only the first component pgEdit. Version
1.1 will have a psql-like terminal interface with syntax coloring and
full screen editing. I'm also working on a query browser.

I still have trial keys available for anyone who would like to
participate in beta testing. I expect to have a tab completion feature
implemented in the next beta release.
Best,

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
1471
by: KwiGibo | last post by:
Hi Everyone, I've been approached to develop an application that will run on Windows as well as Apple Macintosh platforms. Being primarily a C/C++ programmer I would prefer to use this language. I was hoping to use Visual C++ 2003 and build the application for both platforms. Is this possible? If so, what additional tools will I require? Thanks heaps for any advice or direction
0
1005
by: jmjacquel | last post by:
Hi all, I new IRC Channel has been created to help Windows and macintosh developers, in any language, tool or technology. You can access this IRC channel, using any IRC client software like mIRC, connecting to irc.voila.fr server, and join the #dotNet channel. Server : irc.voila.fr Channel : #dotNet
8
1866
by: Bob Skutnick | last post by:
Greetings, I'm hoping someone has experienced a problem I'm having: I have an existing ASP application (working fine) that uses an SSL server certificate. My user community is made up of both PC's and Macintosh computers. I've re-written this application in ASP.NET for a number of reasons and now find that my Mac users are having problems with the application. SSL works just fine for PC
0
1222
by: microcosmos | last post by:
We have developed a web-based "intranet" application using ASP.NET, C# and SQL Server 2000, session management with State Server. This application will not be used on internet, just an intranet environment in a local area network, consisting of PC and Macintosh clients. Macintosh users will indeed just use the searching facilities of the application. Our Web-Server has Windows 2003 Server and IIS6 on it. Although the PC's can...
0
1158
by: John DeSoi | last post by:
Hi, I'm working on a new product for PostgreSQL (description below) and I'm looking for a few more Mac users who might be interested in beta testing. The first release will be for Mac OS X 10.2 or later. A Windows version will follow, most likely in November. Drop me an email if you can spare a little time to take a look and provide some feedback. Thanks!
3
7489
by: Chris Paul | last post by:
I'm having trouble with PHP & PostgreSQL/OpenLDAP/Apache on Windows. I've set this up countless times on BSD (piece of cake) but I'm trying to do this on Windows now so that my developer can work on her local machine. Everything looks pretty good. OpenLDAP/cygwin works great. PostgreSQL works great. Apache runs. PHP runs. But when I try to connect to my PostgreSQL server using PHPPgAdmin, I
17
5100
by: Jon B | last post by:
Hi All! I have a ASP.NET 2.0 site that works on the Windows 2000 Server. However, when I tried to view this site on my local Windows XP machine, I get "Server Unavailable". If I switch the Windows XP IIS back to ASP.NET 1.1 then I get the Configuration Error (which is understandable because I'm trying to run an ASP.NET 2 site with 1.1 framework). I can however view other ASP.NET 1.1 sites on my local Windows XP machine. It's only the...
9
1317
by: Brian | last post by:
I have been a Mac and linux guy since 1998 and except for a handful of times, have not touched a MS box since then. This changes a few days ago when I needed to get a MS box for another project. This leads me to my question... A while ago, I borrowed a python script from someone's blog that showed some interesting profiling schemes. I made some modifications to it, ran it and until I got this new machine forgot about it. Just for...
4
4182
by: tshad | last post by:
What would be a good way to check programmatically whether a service was running? We have a service that dies periodically and I need to check to see if this service is running. I know how to check to see if the status is in stopped or running mode. But that doesn't tell me if it is actually running. I need to know this so that if it happens I can programmatically start the same service on another machine.
0
9989
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9925
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9811
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8814
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6640
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5266
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3913
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2788
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.