-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Oracle PL / SQL ( .PSP and .SQL file extension) #10863
Comments
Tagging 'extension idea' so this will show up in lists of suggestions for extension authors. But I'll close this since this probably isn't something we'd add to the default download of Brackets -- the core of Brackets is focused primarily on front-end web technologies. To give potential extension authors better guidance though, could you say more about exactly what features you'd want in a PL/SQL extension? You don't mean that Brackets should include an entire database engine built-in, right? Are you looking for the ability to connect to a database server and run commands, like a terminal? Or a visual database browser? Or features that help you write SQL query code -- if so, what sorts of features? Etc. |
my suggestion is to add pl/sql for #1. syntax highlighting and #2. run command for (batch files *.bat), a run command is used to compile source code, see TextPad by Helios Software Solutions. PL/ SQL is not only for database but it is also for front-end web technologies. We use pl / sql for custom web application, pl / sql for web are similar to Classic ASP and PHP. Please see the sample below for pl / sql or web procedure file (*.psp) filename = ebb_groups_form.psp<%@ plsql procedure="ebb_groups_form" %> l_group_id ebb_groups.group_id%TYPE := ''; %> zsi_bs_lib.InputHiddenBox(p_inputName=>'p_group_id'); And 2nd file type is *.sql and are very similar to sql server syntax. filename=ebb_wsresponse.sqlSET SCAN OFF htp.p('{ "Code":"JOBCOMPLETED", "Job_Id":"' || p_job_id || '","Msg":"' || p_ws_response || '" }'); SHOW ERR; |
Note: There's already a PL-SQL mode in CM (http://codemirror.net/mode/sql/index.html?mime=text/x-plsql), so it's easy to enable in Brackets. |
Would it be possible if Brackets could have pl/sql as an extension?
The text was updated successfully, but these errors were encountered: