[CONFIGURATION]
* NEW: Force symbolic creation in '/usr/bin'. [DEVELOPMENT ENVIRONMENT] * NEW: Newly created web forms are exported by default. [TEMPLATES] * NEW: Use gray icons. git-svn-id: svn://localhost/gambas/trunk@7846 867c0c6c-44f3-4631-809d-bfa615b0a4ec
@ -24,11 +24,11 @@ install-exec-local:
|
||||
fi \
|
||||
done)
|
||||
##@if test "$(bindir)" != "$(ROOT)/usr/bin" && test "$(bindir)" != "$(ROOT)/usr/bin/"; then
|
||||
@ln -s gambas$(GAMBAS_VERSION).gambas $(DESTDIR)$(bindir)/gambas$(GAMBAS_VERSION) || true
|
||||
@$(LN_S) -f gambas$(GAMBAS_VERSION).gambas $(DESTDIR)$(bindir)/gambas$(GAMBAS_VERSION) || true
|
||||
|
||||
@echo "Installing the scripter..."
|
||||
@ln -s gbs$(GAMBAS_VERSION).gambas $(DESTDIR)$(bindir)/gbs$(GAMBAS_VERSION) || true
|
||||
@ln -s gbs$(GAMBAS_VERSION).gambas $(DESTDIR)$(bindir)/gbw$(GAMBAS_VERSION) || true
|
||||
@$(LN_S) -f gbs$(GAMBAS_VERSION).gambas $(DESTDIR)$(bindir)/gbs$(GAMBAS_VERSION) || true
|
||||
@$(LN_S) -f gbs$(GAMBAS_VERSION).gambas $(DESTDIR)$(bindir)/gbw$(GAMBAS_VERSION) || true
|
||||
@if test x"$(XDG_UTILS)" != x; then \
|
||||
$(INSTALL) -d $(DESTDIR)$(gbdatadir)/icons; \
|
||||
cp -f $(srcdir)/mime/application-x-gambas*.png $(DESTDIR)$(gbdatadir)/icons; \
|
||||
|
@ -1545,5 +1545,6 @@ End
|
||||
Public Sub btnCloseSearch_Click()
|
||||
|
||||
CloseSearch
|
||||
FMain.ShowDebug(False)
|
||||
|
||||
End
|
||||
|
@ -178,6 +178,10 @@ Private Sub CreateFile() As Boolean
|
||||
|
||||
sTemp = "' Gambas class file\n\n"
|
||||
|
||||
If sType = "webform" Then
|
||||
sTemp &= "Export\n\n"
|
||||
Endif
|
||||
|
||||
If chkDialog.Value Then
|
||||
sTemp &= "Public Sub Run() As Boolean\n\n"
|
||||
"\tReturn Not Me.ShowModal()\n\n"
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 976 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 978 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 9.3 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 920 B |